aboutsummaryrefslogtreecommitdiff
path: root/works/ProxyChanger/settings/settings.html
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 23:13:39 +0800
commit99e2e923d0c77b02f3fb4ff648ea916954868606 (patch)
treeec8e03f6f2cd1ce43990fb4fe6cd631967d0237e /works/ProxyChanger/settings/settings.html
parent1cee979f5d36b311a03cc7397a036ba11caf3d42 (diff)
downloadcrupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.gz
crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.tar.bz2
crupest-99e2e923d0c77b02f3fb4ff648ea916954868606.zip
chore(store): move everything to store.
Diffstat (limited to 'works/ProxyChanger/settings/settings.html')
-rw-r--r--works/ProxyChanger/settings/settings.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/works/ProxyChanger/settings/settings.html b/works/ProxyChanger/settings/settings.html
deleted file mode 100644
index 1883a2a..0000000
--- a/works/ProxyChanger/settings/settings.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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>