diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-12 15:55:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-12 16:11:46 +0800 |
commit | 1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f (patch) | |
tree | b92b591084f21d43812a1e8aff36ab2a7d12f0a5 /works/ProxyChanger/settings/settings.html | |
parent | 77e6cdc863d2cbd9df578a665804daf28d8593fe (diff) | |
parent | d3fb8fae17f451c2c018c6c97eccc17c844c9f46 (diff) | |
download | crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.tar.gz crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.tar.bz2 crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.zip |
import(ProxyChanger): IMPORT crupest/ProxyChanger COMPLETE.
Diffstat (limited to 'works/ProxyChanger/settings/settings.html')
-rw-r--r-- | works/ProxyChanger/settings/settings.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/works/ProxyChanger/settings/settings.html b/works/ProxyChanger/settings/settings.html new file mode 100644 index 0000000..1883a2a --- /dev/null +++ b/works/ProxyChanger/settings/settings.html @@ -0,0 +1,30 @@ +<!DOCTYPE html>
+
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <link rel="stylesheet" href="settings.css" />
+ <link rel="stylesheet" href="chrome://browser/content/extension.css" />
+ </head>
+
+ <body>
+ <p>
+ If this proxy does not work, go to settings page and allow it to access
+ private windows. That is a must for setting proxy for extensions.
+ </p>
+ <p>
+ Input your custom manual proxy server. Feel free to make a XSS attack. If
+ you succeed to do that, report a bug to me, or maybe mozilla!
+ </p>
+ <p>
+ After input, re-click the button in popup in toolbar to activate it! I bet
+ you don't change this frequently so it's not a pain.
+ </p>
+ <p>Do at your own risk if you input an invalid url!</p>
+ <div class="browser-style proxy-url-div">
+ <label for="proxy_url">http_proxy</label>
+ <input id="proxy_url" type="text" />
+ </div>
+ <script src="settings.js"></script>
+ </body>
+</html>
|