MyBrowserAddon (for Waterfox Classic where they are hidden - i don't know why...):
Make Download / Install Icons Visible and Usable + Mini Clean for Adds
MyBrowserAddon - Make Download / Install Icons Visible and Usable (Waterfox Classic) + Mini Clean v.1 by decembre
Details
Authordecembre
LicenseNo License
CategoryMyBrowserAddon, Waterfox Classic
Created
Updated
Size919 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MyBrowserAddon - Make Download / Install Icons Visible and Usable (Waterfox Classic) + Mini Clean v.1
@namespace https://userstyles.world/user/decembre
@version 1.0.0
@description Make Download / Install Icons Visible and Usable (for Waterfox Classic) + Mini Clean for Adds
@author decembre
==/UserStyle== */
@-moz-document domain("example.com") {
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mybrowseraddon.com") {
/* ==== 0- MyBrowserAddon - Make Download / Install Icons Visible and Usable (Waterfox Classic) + Mini Clean v.1 ==== */
/* SUPP ADDS */
#faq + .section-box ,
#tutorial + .section-box ,
.header-box + .sections .section-box:first-of-type .container {
display: none !important;
}
/* SHOW ICONS */
a[type="title-icons"] {
visibility: visible !important;
}
/* === END === */
}
}