Naezr / userchrome-toggle-extended-2

This Firefox extension allows you to toggle css styles on the fly
Mozilla Public License 2.0
8 stars 0 forks source link

userchrome-toggle-extended-2

This Firefox extension allows you to toggle css styles on the fly

How to use

Make sure you set up your userChrome.css and can add css styles to your Firefox. (Guides: reddit, userchrome.org)

Now, to use toggleable styles you need to copy the selector of one of the six available toggles. To do this, click on the button labelled "selector". When you click with the left mouse button, the required text is copied to the clipboard. Next, paste the selector into your userChrome.css, add curly braces. All styles inside these brackets will be applied only when the toggle whose selector you copied is active.


Example:

Copy 1st toggle selector *click*:

image

Paste it into userChrome.css and add brackets:

image

Write some styles inside:

image

Toggle:

Запись экрана от 2024-10-21 19-56-19.webm


Example of multiple styles:

image

Запись экрана от 2024-10-21 20-00-57.webm


How to customize shortcuts:

image