diff options
author | cloudflarevirus <cloudflarevirus@noreply.codeberg.org> | 2019-08-25 02:44:08 +0200 |
---|---|---|
committer | cloudflarevirus <cloudflarevirus@noreply.codeberg.org> | 2019-08-25 02:44:08 +0200 |
commit | be0e33a7c251a56010a2d95c34d26d83bcf3633e (patch) | |
tree | 9b1d093611cf8c904341dd82cb1b93036f5c86e3 | |
parent | 620e9a461eeaaf86f9879b02fad4283426432d66 (diff) | |
download | cloudflare-tor-be0e33a7c251a56010a2d95c34d26d83bcf3633e.tar cloudflare-tor-be0e33a7c251a56010a2d95c34d26d83bcf3633e.tar.gz cloudflare-tor-be0e33a7c251a56010a2d95c34d26d83bcf3633e.tar.lz cloudflare-tor-be0e33a7c251a56010a2d95c34d26d83bcf3633e.tar.xz cloudflare-tor-be0e33a7c251a56010a2d95c34d26d83bcf3633e.zip |
Delete 'addon_chrome/bcma/mydata.html'
-rw-r--r-- | addon_chrome/bcma/mydata.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/addon_chrome/bcma/mydata.html b/addon_chrome/bcma/mydata.html deleted file mode 100644 index 1811881d..00000000 --- a/addon_chrome/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>♞ 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>✍ 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">[ ⇓ 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> |