Skip to content

Commit 0d908da

Browse files
authored
add: redundant extension list for uBO
1 parent b63b49b commit 0d908da

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

index.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,25 @@
795795
font-style: italic;
796796
}
797797

798+
a {
799+
color: var(--text-secondary);
800+
text-decoration: none;
801+
transition: color 0.2s ease;
802+
}
803+
804+
a:hover {
805+
color: var(--text-primary);
806+
}
807+
808+
/* Ensure light mode works too */
809+
body.light-mode a {
810+
color: var(--text-secondary);
811+
}
812+
813+
body.light-mode a:hover {
814+
color: var(--text-primary);
815+
}
816+
798817
@media (max-width: 768px) {
799818
#mobile-menu-toggle {
800819
display: inline-flex;
@@ -1752,7 +1771,11 @@ <h4 id="browser-extensions">Browser Extensions</h4>
17521771
</div>
17531772
<div class="resource-description">
17541773
Efficient ad-blocker with custom filter lists. Essential for
1755-
safe browsing on piracy sites.
1774+
safe browsing on piracy sites. -
1775+
<a
1776+
href="https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother"
1777+
><strong>Redundant Extensions</strong></a
1778+
>
17561779
</div>
17571780
<div class="resource-features">
17581781
<span class="feature-tag">Ad blocking</span>

0 commit comments

Comments
 (0)