diff options
author | anonymous <foo@bar.com> | 2018-11-30 19:47:42 +0000 |
---|---|---|
committer | anonymous <foo@bar.com> | 2018-11-30 19:47:42 +0000 |
commit | 4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233 (patch) | |
tree | 8b1dbf24770d411c2b97672d48c264022e068030 /bcma/mydata.html | |
parent | 548e0c1e41de81e52bd1b3ac4c6a29486838efc3 (diff) | |
download | cloudflare-tor-4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233.tar cloudflare-tor-4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233.tar.gz cloudflare-tor-4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233.tar.lz cloudflare-tor-4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233.tar.xz cloudflare-tor-4b6b2e42c3b19d277c470e6ea6f6afcf68cfd233.zip |
bcma
Diffstat (limited to 'bcma/mydata.html')
-rw-r--r-- | bcma/mydata.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/bcma/mydata.html b/bcma/mydata.html new file mode 100644 index 00000000..7b39a60c --- /dev/null +++ b/bcma/mydata.html @@ -0,0 +1,35 @@ +<html> + <head> + <meta charset="utf-8"> + <link rel="stylesheet" href="style.css"> + </head> + <body style="display:none"> + Temporary configurations + <hr> + <b>☞ Built-in Cloudflare list</b> <small>(powered by <a href="https://searxes.danwin1210.me/" target="_blank">Searxes</a>)</small><br> + <label><input type="radio" id="bi0" name="bi" value="0"> Use built-in list</label> <small>(Default)</small><br> + <label><input type="radio" id="bi1" name="bi" value="1"> Don't use built-in list</label><br> + <br> + <b>♞ Take Action</b><br> + <label><input type="radio" id="ta0" name="ta" value="0"> Block request immediately <small>(first-party + third-party)</small></label> <small>(Default)</small><br> + <label><input type="radio" id="ta1" name="ta" value="1"> Block request immediately <small>(third-party only / ignore first-party)</small></label><br> + <label><input type="radio" id="ta2" name="ta" value="2"> Redirect to Internet Archive(first-party) + Ignore third-party</label><br> + <label><input type="radio" id="ta3" name="ta" value="3"> Notify only</label><br> + <br> + <b>✍ Your Cloudflare Domain collection</b> <small>(Last 500)</small><br> + <small>(please share with <a href="https://notabug.org/themusicgod1/cloudflare-tor/" target="_blank">cloudflare-tor@notabug</a>)</small><br> + <textarea cols="50" rows="12" id="t" wrap="off" spellcheck="false" placeholder="Cloudflare domains"></textarea> + <br> + <button type="button" id="exp">[ ⇓ Export ]</button> + + <button type="button" id="clr">[ ↺ Clear ]</button><br> + <br> + <b>✍ Your Cloudflare Ignore list (NOT RECOMMEND!)</b><br> + <textarea cols="50" rows="10" id="g" wrap="off" spellcheck="false" placeholder="hypothes.is"></textarea> + <br> + <button type="button" id="ign">[ ⇑ Apply ]</button> + <hr> + "<i>Welcome to PRISM 2.0</i>" + <script src="mydata.js"></script> + </body> +</html> |