Various things (aliases, vimrc, scripts, readme)

This commit is contained in:
2021-07-14 11:16:23 -04:00
parent 5f60495990
commit dfc7e9ec74
9 changed files with 392 additions and 115 deletions

View File

View File

@@ -0,0 +1,10 @@
/* Hide the top tabs toolbar.
To install this:
* Go to your Firefox profile folder (look in %appdata%/Mozilla/Firefox/Profiles)
* Create a 'chrome' folder and place this there.
* In Firefox, go to about:config and set `toolkit.legacyUserProfileCustomizations.stylesheets` to true.
* Restart the browser.
*/
#TabsToolbar {
display: none !important;
}