browser-setup.shtml (2357B)
- <!DOCTYPE html>
 - <html xmlns="http://www.w3.org/1999/xhtml">
 - <head>
 - <!--#include file="templates/head.shtml" -->
 - <title>lanodan’s cyber-home — Browser setup</title>
 - </head>
 - <body>
 - <!--#include file="templates/en/nav.shtml" -->
 - <p>Here is how I’ve setup Tor Browser(works for Firefox).</p>
 - <h2>Extensions</h2>
 - <h3>Privacy/Security</h3>
 - <ul>
 - <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>
 - <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>
 - <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>
 - <li><a href="https://addons.mozilla.org/en-US/firefox/addon/ublock-origin">µBlock Origin</a>: Blocks based on URL</li>
 - </ul>
 - <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>
 - <h3>Moar information</h3>
 - <ul>
 - <li><a href="https://addons.mozilla.org/en-US/firefox/addon/dnssec-validator">DNSSEC/TLSA Validator</a>: Check DNSSEC and TLSA status</li>
 - </ul>
 - <h3>Others</h3>
 - <ul>
 - <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 ><</li>
 - <li><a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey">GreaseMonkey</a>: Add UserScript(JS) to websites or pages</li>
 - <li><a href="https://addons.mozilla.org/en-US/firefox/addon/stylish">Stylish</a>: Add UserStyles(CSS) to websites or pages</li>
 - </ul>
 - <h4>UserScripts</h4>
 - <ul>
 - <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>
 - </ul>
 - <!--#include file="templates/en/footer.shtml" -->
 - </body>
 - </html>