summaryrefslogtreecommitdiffstats
path: root/addon_firefox/bcma/mydata.html
blob: 060db731bada8264d320a50da4836348b067b003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
   <head>
      <meta charset="utf-8">
      <link rel="stylesheet" href="style.css">
   </head>
   <body style="display:none">
      <i>Temporary</i> 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://notabug.org/crimeflare/cloudflare-tor/" 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>