Browse Source

changed description, added pocket to userChrome

master
Marc 4 years ago
parent
commit
e826dc2e01
2 changed files with 7 additions and 5 deletions
  1. 6
      .config/firefox/README.md
  2. 6
      .config/firefox/userChrome.css

6
.config/firefox/README.md

@ -1,9 +1,5 @@
Symlink the file to the profile directory: 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 ln -s ~/.config/firefox/userChrome.css ~/.mozilla/firefox/[PROFILE]/chrome/userChrome.css
``` ```
in about:config
```
toolkit.legacyUserProfileCustomizations.stylesheets auf true setzen
```

6
.config/firefox/userChrome.css

@ -2,3 +2,9 @@
#TabsToolbar { #TabsToolbar {
visibility: collapse; visibility: collapse;
} }
/* hides save to pocket entry on right click
* doesn"t seem to work though */
menuitem[label="Save to Pocket"] {
display:none !important;
}
Loading…
Cancel
Save