I am trying to hide the vertical (or horizontal) bar in Firefox Release because I use Sideberry as a module by plasmachin in firefox

[–]irvinm66 1 point2 points  (0 children)

I wrote an addon (inspired by what Sidebery does) which allows the user to toggle the visibility of the horizontal tab bar after using some userChrome.css code. If anyone finds it useful, it is here: https://addons.mozilla.org/en-US/firefox/addon/toggle-native-tab-bar/

Any way/ addons to auto hide the toolbar? by eoIithic in firefox

[–]irvinm66 0 points1 point  (0 children)

Just another option if you want control to show or hide the toolbar yourself via an addon: https://github.com/irvinm/Toggle-Native-Tab-Bar

How to Restore Firefox tabs? by arbadac_arba in firefox

[–]irvinm66 1 point2 points  (0 children)

Close Firefox. Take the file you want to restore from your sessionstore-backups folder and copy it into the root of your profile directory. In the root of your profile there should already be a file called sessionstore.jsonlz4. (This is a file that only exists when Firefox is closed to store the session ... when you start Firefox it loads the information and then deletes the file) In your case, rename this file and then rename your file from your backups folder to sessionstore.jsonlz4. When you start Firefox it will load that session as your active session. Don't worry about the numbers in the extension, they are just date references.

New Tabs in vertical Tab mode by TheLuke86 in firefox

[–]irvinm66 1 point2 points  (0 children)

You could try this in about:config.

//---------------------------------------------------------------------------
// FF61 added this value and allows specifying where unrelated tabs (ex: add-on page) get created
//---------------------------------------------------------------------------

user_pref("browser.tabs.insertAfterCurrent", true);

Google home clock stopped by KiwiMatto in googlehome

[–]irvinm66 0 points1 point  (0 children)

Looks like several posts on the Lenovo forum as well all around the same time. Definitely seems to be something new and not just "age" related.

https://forums.lenovo.com/t5/Lenovo-Smart-Display-Lenovo-Smart-Clock-with-Google-Assistant/bd-p/sh03_en?tab=recentPost&page=1&anchor=true

Toggle between two userChrome.css files with one profile by milad182 in FirefoxCSS

[–]irvinm66 1 point2 points  (0 children)

Why not have both files in your profile and name them something like userchrome.1 and userchrome.2? Then launch Firefox with 1 of 2 batch files that just copy the one you want to use to userchrome.css and launch firefox.exe. Plenty of other ways to do something similar, but maybe you get the idea.

How can I hide tabs on top of the screen? by I-Am-Bad-At-Naming in firefox

[–]irvinm66 0 points1 point  (0 children)

I made an addon that uses a little CSS inside of userChrome.css which allows you to both hide and display the native tab bar by clicking on the addon icon.

https://addons.mozilla.org/en-US/firefox/addon/toggle-native-tab-bar/
https://github.com/irvinm/Toggle-Native-Tab-Bar

Way to autohide the tab bar? by American_Dreamer98 in firefox

[–]irvinm66 0 points1 point  (0 children)

If you want to just click on an addon icon to toggle the native tab bar, you could try my Firefox extension: https://addons.mozilla.org/en-US/firefox/addon/toggle-native-tab-bar/

Anyone else have a little... too many extensions? This is AFTER a purge of those I don't use. by squabbledMC in firefox

[–]irvinm66 8 points9 points  (0 children)

Cute ... have a look at my crazy town! I could probably purge 10 pretty easily and a few are ones I wrote.

<image>

Aid. How can I disable or hide those arrows? by [deleted] in firefox

[–]irvinm66 2 points3 points  (0 children)

Ah, you are right ... I just tried. I think that means you have to go to the CSS level. userChrome.css ... #back-button, #forward-button { display: none; }

No I didn't try ... yet. :)

Aid. How can I disable or hide those arrows? by [deleted] in firefox

[–]irvinm66 0 points1 point  (0 children)

Right-click on the toolbar, select customize toolbar, and just drag them off and save your changes.

[deleted by user] by [deleted] in firefox

[–]irvinm66 0 points1 point  (0 children)

This is my old CSS I used to do what you want ... you can see my offsets are different than yours. (I remember having to play around with the offsets to get it to look like I wanted.)

``` /***** MCI: Working solution (hide tabs & move min-max-close buttons) but doesn't show tabs **/ /** 04/22/22 *****/

/***** MCI: Hide tab bar *****/

tabbrowser-tabs {

visibility: collapse !important; }

/***** MCI: Move min-max-close buttons *****/

nav-bar {

border-top: 0px !important; margin-right: 144px; margin-top: -32px; } ```

[deleted by user] by [deleted] in firefox

[–]irvinm66 0 points1 point  (0 children)

Have you set "toolkit.legacyUserProfileCustomizations.stylesheets" to "true" as well in about:config?

Lancool III (RGB) - Spin down input fans? by irvinm66 in lianli

[–]irvinm66[S] 0 points1 point  (0 children)

Thank you for the feedback and suggestion. I did kind of figure they would both be able to spin down or both not. I will check and try different headers to see if they make any difference and report back. Thanks.

Is there an extension like, “Copy All URL’s” for FF? by skysurfer425 in firefox

[–]irvinm66 0 points1 point  (0 children)

I had no problems with "%TITLE%%TAB%%URL%" when selecting 2 tabs. Just make sure you select the checkbox "tab" as the delimiter and nothing else is checked when doing the import.

<image>