Modify Firefox's Adblock, shield the display text of the status bar

xiaoxiao2021-03-05  23

The status bar, for the application of Firefox's Web Developer tool, is very valuable, empty:, shielded ADBLOCK status display (text), very useful for View Style Information.

The following methods have been outdated, and more concise methods are set using profile / chrome / userchrome.css! You only need to find the ID or label of the corresponding display, you can set / modify the properties. This is a sample that shields Adblock and Security icons:

.statusbarpanel-text {

Font-Family: Serif;

FONT-SIZE: 7PX;

}

StatusbarPanel [id = "adblock-status"] {

Display: None! important;

}

# Security-button {

Display: None! important;

}

The following is the old method:

Many extended tools have added the features of the shield display, but Adblock does not have to make a space to see STYLE INFORMATION, decide to modify the Adblock extension. Method:

The GUI technology used by Firefox is XUL, which is applied to the CSS technology. The method is very simple, unlocking the ADBLOCK extension JAR file, find CSS instructions for the Status-Bar-Text class, join: Display: None statement, you can!

It seems that Mozilla's XUL technology is indeed very good, it is no wonder that there is such a large amount of extension to easily develop, constantly improve.

转载请注明原文地址:https://www.9cbs.com/read-32443.html

New Post(0)