"PERFEKT" vertical tabs in PALEMOON (advanced ricing)
budlabs
https://github.com/tabkit/tabkit2
chrome://tabkit/content/tabkit.js
use chromenavigator (tools menu/explore chrome...) find tabkit.js (tabkit/content/tabkit.js) rightclick and chose, copy chrome URL open the URL, it will show the content of the file save it to disk, modify it in a text editor:
change line (~75): const TAB_MIN_WIDTH = 50;
to const TAB_MIN_WIDTH = 20;
then in rightclick tabkit.js again in chrome explorer and select replace, replace with the edited file.
add the following stylesheet to stylus:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#TabsToolbar[vertitabbar] .tabbrowser-tab { min-height: 22px !important; max-height: 22px !important; margin: 0 !important; padding-top: 0 !important; } ... https://www.youtube.com/watch?v=X3V3XLx2Idw
80432846 Bytes