mydata.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" href="style.css">
  5. </head>
  6. <body style="display:none">
  7. Temporary configurations
  8. <hr>
  9. <b>&#9758; Built-in Cloudflare list</b> <small>(powered by <a href="https://searxes.danwin1210.me/" target="_blank">Searxes</a>)</small><br>
  10. <label><input type="radio" id="bi0" name="bi" value="0"> Use built-in list</label> <small>(Default)</small><br>
  11. <label><input type="radio" id="bi1" name="bi" value="1"> Don't use built-in list</label><br>
  12. <br>
  13. <b>&#9822; Take Action</b><br>
  14. <label><input type="radio" id="ta0" name="ta" value="0"> Block request immediately <small>(first-party + third-party)</small></label> <small>(Default)</small><br>
  15. <label><input type="radio" id="ta1" name="ta" value="1"> Block request immediately <small>(third-party only / ignore first-party)</small></label><br>
  16. <label><input type="radio" id="ta2" name="ta" value="2"> Redirect to Internet Archive(first-party) + Ignore third-party</label><br>
  17. <label><input type="radio" id="ta3" name="ta" value="3"> Notify only</label><br>
  18. <br>
  19. <b>&#9997; Your Cloudflare Domain collection</b> <small>(Last 500)</small><br>
  20. <small>(please share with <a href="https://notabug.org/themusicgod1/cloudflare-tor/" target="_blank">cloudflare-tor@notabug</a>)</small><br>
  21. <textarea cols="50" rows="12" id="t" wrap="off" spellcheck="false" placeholder="Cloudflare domains"></textarea>
  22. <br>
  23. <button type="button" id="exp">[ &#8659; Export ]</button>
  24. &nbsp;&nbsp;
  25. <button type="button" id="clr">[ &#8634; Clear ]</button><br>
  26. <br>
  27. <b>&#9997; Your Cloudflare Ignore list (NOT RECOMMEND!)</b><br>
  28. <textarea cols="50" rows="10" id="g" wrap="off" spellcheck="false" placeholder="hypothes.is"></textarea>
  29. <br>
  30. <button type="button" id="ign">[ &#8657; Apply ]</button>
  31. <hr>
  32. "<i>Welcome to PRISM 2.0</i>"
  33. <script src="mydata.js"></script>
  34. </body>
  35. </html>