summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcloudflarevirus <cloudflarevirus@noreply.codeberg.org>2019-08-25 02:46:16 +0200
committercloudflarevirus <cloudflarevirus@noreply.codeberg.org>2019-08-25 02:46:16 +0200
commitb389fb12aeef7613d81c2da624e6b353740848ed (patch)
tree5cb8f78819ade8de62694a53b15bc73016e3aca1
parent2c7499359ed8ead453c6ae8c5bb77180270092ea (diff)
downloadcloudflare-tor-b389fb12aeef7613d81c2da624e6b353740848ed.tar
cloudflare-tor-b389fb12aeef7613d81c2da624e6b353740848ed.tar.gz
cloudflare-tor-b389fb12aeef7613d81c2da624e6b353740848ed.tar.lz
cloudflare-tor-b389fb12aeef7613d81c2da624e6b353740848ed.tar.xz
cloudflare-tor-b389fb12aeef7613d81c2da624e6b353740848ed.zip
Delete 'addon_firefox/bcma/mydata.html'
-rw-r--r--addon_firefox/bcma/mydata.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/addon_firefox/bcma/mydata.html b/addon_firefox/bcma/mydata.html
deleted file mode 100644
index 1811881d..00000000
--- a/addon_firefox/bcma/mydata.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="style.css">
- </head>
- <body style="display:none">
- Configurations
- <hr>
- <b>&#9822; Take Action</b><br>
- <label><input type="radio" id="ta0" name="ta" value="0"> Block request immediately <small>(first-party + third-party)</small></label><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> <small>(Default)</small><br>
- <label><input type="radio" id="ta3" name="ta" value="3"> Notify only</label><br>
- <br>
- <b>&#9997; Your Cloudflare Domain collection</b> <small>(Last 500)</small><br>
- <small>(please share with <a href="https://codeberg.org/crimeflare/cloudflare-tor/src/branch/master/instructions.md" target="_blank">cloudflare-tor@crimeflare</a>)</small><br>
- <textarea cols="50" rows="12" id="t" wrap="off" spellcheck="false" placeholder="Cloudflare domains"></textarea>
- <br>
- <button type="button" id="exp">[ &#8659; Export ]</button>
- &nbsp;&nbsp;
- <button type="button" id="clr">[ &#8634; Clear ]</button><br>
- <br>
- <b>&#9997; 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">[ &#8657; Apply ]</button>
- <hr>
- "<i>Welcome to PRISM 2.0</i>"
- <script src="mydata.js"></script>
- </body>
-</html>