mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 04:45:08 +02:00
firefox: disable userContent
Currently, only used for Twitter and it breaks the back button.
This commit is contained in:
parent
25f645325c
commit
a7116145b7
2 changed files with 2 additions and 19 deletions
|
@ -81,5 +81,5 @@ user_pref("browser.safebrowsing.malware.enabled", false);
|
|||
// Don't trim URLs
|
||||
user_pref("browser.urlbar.trimURLs", false);
|
||||
|
||||
// Enable userContent.css
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
// Enable userContent.css (disabled)
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue