diff --git a/.config/firefox/README.md b/.config/firefox/README.md index 3176620..53c504e 100644 --- a/.config/firefox/README.md +++ b/.config/firefox/README.md @@ -1,9 +1,5 @@ Symlink the file to the profile directory: ``` -ln -s ~/.config/firefox/userjs ~/.mozilla/firefox/[PROFILE]/chrome/user.js +ln -s ~/.config/firefox/userjs ~/.mozilla/firefox/[PROFILE]/user.js ln -s ~/.config/firefox/userChrome.css ~/.mozilla/firefox/[PROFILE]/chrome/userChrome.css ``` -in about:config -``` -toolkit.legacyUserProfileCustomizations.stylesheets auf true setzen -``` diff --git a/.config/firefox/userChrome.css b/.config/firefox/userChrome.css index 48c6d13..07e4961 100644 --- a/.config/firefox/userChrome.css +++ b/.config/firefox/userChrome.css @@ -2,3 +2,9 @@ #TabsToolbar { visibility: collapse; } + +/* hides save to pocket entry on right click + * doesn"t seem to work though */ +menuitem[label="Save to Pocket"] { + display:none !important; +}