diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-10-25 11:15:59 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-10-25 11:15:59 -0700 |
commit | 3a081a9c465828b3491d15b673074b7dbdcfc822 (patch) | |
tree | c391332acabb89395820fec894bc76606a9f45b2 /youtube/templates | |
parent | bcaec7b7d3bb6086ec2f6d0726a641e67a524789 (diff) | |
download | yt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.tar.lz yt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.tar.xz yt-local-3a081a9c465828b3491d15b673074b7dbdcfc822.zip |
Automatically change tor circuit once if ip is blocked
Use stem library to send a new identity signal via the tor
control port.
See #20
Diffstat (limited to 'youtube/templates')
-rw-r--r-- | youtube/templates/shared.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/shared.css b/youtube/templates/shared.css index 2288a34..3dd48ac 100644 --- a/youtube/templates/shared.css +++ b/youtube/templates/shared.css @@ -341,6 +341,7 @@ h1{ font-weight: normal; } #error-box, #error-message{ + white-space: pre-wrap; background-color: var(--interface-color); width: 80%; margin: auto; |