logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

browser-setup.shtml (2357B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="templates/head.shtml" -->
  5. <title>lanodan’s cyber-home — Browser setup</title>
  6. </head>
  7. <body>
  8. <!--#include file="templates/en/nav.shtml" -->
  9. <p>Here is how I’ve setup Tor Browser(works for Firefox).</p>
  10. <h2>Extensions</h2>
  11. <h3>Privacy/Security</h3>
  12. <ul>
  13. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/https-everywhere">HTTPS Everywhere</a>: Having HTTPS on for most websites(here is my rules)</li>
  14. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/smart-https">Smart HTTPS</a>: Tries HTTPS, store if https is broken and http is to be used.</li>
  15. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/umatrix">µMatrix</a>: Blocks requests per domain and type(cookie, css, image, plugin, script, XHR, frame, other) and show it in a nice table/matrix with the number of requests which makes it better than RequestPolicy+NoScript</li>
  16. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin">µBlock Origin</a>: Blocks based on URL</li>
  17. </ul>
  18. <p>Note: I block almost everything because the web is full of bullshit, I want less of it. If you want me to allow your ads, make it non-intrusive and privacy respecting, say it non-intrusively, and I will enable it. I <strong>will not enable your stupid cookie notification-madness</strong> because I block cookies by default.</p>
  19. <h3>Moar information</h3>
  20. <ul>
  21. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/dnssec-validator">DNSSEC/TLSA Validator</a>: Check DNSSEC and TLSA status</li>
  22. </ul>
  23. <h3>Others</h3>
  24. <ul>
  25. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/cookies-exportimport">Cookies Export/Import</a>: (name says it all) Should already be in the browser &gt;&lt;</li>
  26. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey">GreaseMonkey</a>: Add UserScript(JS) to websites or pages</li>
  27. <li><a href="https://addons.mozilla.org/en-US/firefox/addon/stylish">Stylish</a>: Add UserStyles(CSS) to websites or pages</li>
  28. </ul>
  29. <h4>UserScripts</h4>
  30. <ul>
  31. <li><a href="https://greasyfork.org/en/scripts/3528-t-co-bypass/code">t.co bypass</a>: Bypass t.co links, also works for mobile.twitter.com</li>
  32. </ul>
  33. <!--#include file="templates/en/footer.shtml" -->
  34. </body>
  35. </html>