firefox-csshacks
firefox-csshacks copied to clipboard
Collection of userstyles affecting the browser
may you have to change some lines in about.config layout.css.moz-box-flexbox-emulation.enabled -> true toolkit.legacyUserProfileCustomizations.stylesheets -> true in librewolf i have done nothing create userChrome.css in \Users\(youruserfolder)\AppData\Roaming\Mozilla\Firefox\Profiles\(yourprofilefolder)\chrome\ here some more options to...
Instead of matching on a regex with specific file extensions, match anything that loads `resource://content-accessible/TopLevelImageDocument.css`: ```css :root:has(head > link[rel=stylesheet][href="resource://content-accessible/TopLevelImageDocument.css"]) img.transparent { background: none; } ```
This rule hides the new tab button when it is not a descendent of #tabbrowser-tabs but rather becomes a direct descendent of #TabsToolbar (and hence a sibling of #tabbrowser-tabs), such...
Is that technically possible? Fully collapse or change the row count to 1 or 2 (preferably). Situation: multi-row tabs take some vertical space (e.g. I have 10) and it's ok....
I'm working on a Waterfox port of the multi-row tab stylesheet, and I found a partial workaround for the problem of not being able to drag tabs when they are...
hide_tabs_with_one_tab.css no longer works in FF 106. I think it broke because they added a "tab list" button on the right side of the tab bar.
Hi, thank you for making a CSS for [titlebar buttons fallback](https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/window_control_fallback_for_custom_windows_theme.css). There's a similar case where Firefox uses high-contrast menu when custom Windows theme is set. Can you make another...
Hello, with a `chrome` folder with only `hide_tabs_with_one_tab.css` imported, the new tab button lose its style (a grey box) when it is hovered.
All my bookmarks re stacked one above the other on the left side of the browser linux firefox 104.02 My userChrome.css imports are: ``` @import "CustomCSSforFx/classic/css/tabs/tabs_multiple_lines_fx81.css"; /*Is there newer than...
Is someone maintaining it or is it forgotten and abandoned or am I using the wrong file maybe ? Windows 10, FireFox 99.0.1 (64-bit) Content of the User.Chrome.css is verbatim...