tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

slow-style-change.py (156B)


      1 import time
      2 
      3 def main(request, response):
      4    time.sleep(1)
      5    return [ ("Content-Type", "text/css")], """
      6    #text {
      7      font-size: 4em;
      8    }
      9    """