Created
July 10, 2020 16:44
-
-
Save rostegg/90ebb3ee5e2828dcdeecf01dfb0b124e to your computer and use it in GitHub Desktop.
Hide tabs panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PROFILE_DIR=~/.mozilla/firefox/$( ls -tr ~/.mozilla/firefox/ | grep -v profiles.ini | tail -1 ) | |
| if [ ! -d "${PROFILE_DIR}"/chrome ] ; then | |
| mkdir -p "${PROFILE_DIR}"/chrome | |
| fi | |
| STYLE="#TabsToolbar { visibility: collapse !important; }" | |
| echo ${STYLE} >> "${PROFILE_DIR}"/chrome/userChrome.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do not forget to enable
about:config:toolkit.legacyUserProfileCustomizations.stylesheets