Removed Ghostery as js blocker

This commit is contained in:
Phixxy 2025-08-16 19:14:04 -07:00
parent 23b04a122c
commit dca94206a7

View file

@ -69,7 +69,7 @@
.sidebar ul ul a { .sidebar ul ul a {
font-weight: normal; font-weight: normal;
color: #aaa; color: #ddd;
font-size: 0.9rem; font-size: 0.9rem;
} }
@ -441,7 +441,7 @@
</div> </div>
<div class="level hard"> <div class="level hard">
<h3>Block javascript with <a href="https://addons.mozilla.org/firefox/addon/noscript">NoScript</a> or <a href="https://addons.mozilla.org/firefox/addon/ghostery">Ghostery</a></h3> <h3>Block javascript with <a href="https://addons.mozilla.org/firefox/addon/noscript">NoScript</a></h3>
<p>Javascript is code that a website chooses to run on your computer. Blocking javascript can stop websites from learning more about your computer.</p> <p>Javascript is code that a website chooses to run on your computer. Blocking javascript can stop websites from learning more about your computer.</p>
</div> </div>
</section> </section>