From e826dc2e01f8c344b2a65a553d456099b0c00824 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 29 Apr 2020 15:59:54 +0200 Subject: [PATCH] changed description, added pocket to userChrome --- .config/firefox/README.md | 6 +----- .config/firefox/userChrome.css | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) 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; +}