Skip to content

Instantly share code, notes, and snippets.

View entsalze's full-sized avatar
🏳️
I may be slow to respond.

Entsalze entsalze

🏳️
I may be slow to respond.
  • 23:30 (UTC +08:00)
View GitHub Profile
@entsalze
entsalze / Firefox Stylish Custom.md
Last active August 14, 2023 07:20
Firefox Stylish Custom (Windows)

Firefox Stylish Custom (Windows)

Set a folder named chrome on C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxx.default-release. Create userChrome.css and userContent.css on chrome folder.

To improve performance, Firefox 69 and later will disable loading of userChrome.css and userContent.css by default. Your CSS customizations are not going away; all you will need to do is set the pref toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config.

Code

userChrome.css

 /*remove new tab favicon*/