logo

blog

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

arachnophobia.shtml (2214B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <!--#include file="/templates/head.shtml" -->
  5. <title>arachnophobia — lanodan’s cyber-home</title>
  6. </head>
  7. <body>
  8. <!--#include file="/templates/en/nav.shtml" -->
  9. <main>
  10. <h1>arachnophobia</h1>
  11. <p>arachnophobia is a project(initially a web browser, now a midori extension) I started because Mozilla Firefox lacks privacy, is bloated, unconfigurable-ness, …<br /> I wanted a browser which have theses features:</p>
  12. <table>
  13. <thead>
  14. <tr><th>Feature</th><th>Browser(extensions)</th></tr>
  15. </thead>
  16. <tbody>
  17. <tr><td>HTML5/CSS3/JS (WebGL, canvas, audio/video are not mandatory)</td><td>Most except Dillo, netsurf, links2</td></tr>
  18. <tr><td>third-party request per-domain</td><td>Firefox(µMatrix, request policy)</td></tr>
  19. <tr><td>Javascript per-source-domain</td><td>Firefox(NoScript), dwb(noscript, uzbl, Midori(NoJS)</td></tr>
  20. <tr><td>request per-location</td><td>Firefox(µBlock/AdBlock), dwb(adblock), midori(adblock)</td></tr>
  21. <tr><td>Cookies, per-domain and per-name</td><td>uzbl</td></tr>
  22. <tr><td>Verbosity/Details/Control on SSL/TLS, DANE(DNSSEC, TLSA), HPKP</td><td>Midori, Firefox(Camino)</td></tr>
  23. <tr><td>tabs(I can cheat w/ i3 but I use easily +100)</td><td>Most except links2</td></tr>
  24. <tr><td>Be open-source/free(for privacy/security reasons)</td><td>Most except Chrome, Opera, Vivaldi, … and Firefox is non-free</td></tr>
  25. </tbody>
  26. </table>
  27. <p>And doesn’t have thoses anti-features:</p>
  28. <table>
  29. <thead>
  30. <tr><th>Feature</th><th>Browser(extensions)</th></tr>
  31. </thead>
  32. <tbody>
  33. <tr><td>Leaks data, transmit without consent</td><td>firefox, chrome, …</td></tr>
  34. <tr><td>Have poor security</td><td>IE ? ;P</td></tr>
  35. <tr><td>Too much</td><td>Seamonkey, Opera, Firefox</td></tr>
  36. <tr><td>blobs or depends on proprietary/questionable code</td><td>Firefox, Chrome and Chromium</td></tr>
  37. </tbody>
  38. </table>
  39. <h2>Status</h2>
  40. <p>Dead, haven’t touched it since around 2015 and I lost the git repo, see <a href="/projects/badwolf">Badwolf</a> instead.</p>
  41. </main>
  42. <!--#include file="/templates/en/footer.shtml" -->
  43. </body>
  44. </html>