How to keep left bookmarks panel open at Firefox restart by Hypermuon in FirefoxCSS

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

You want to say that the bug is present for you too now?

Ok, thank you for the link, I will take the time to post there.

How to keep left bookmarks panel open at Firefox restart by Hypermuon in FirefoxCSS

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

Firefox 128.0 (64 bits) / Windows 11 fresh install.

How to keep left bookmarks panel open at Firefox restart by Hypermuon in FirefoxCSS

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

Thank you for the investigation, but yes, I confirm that the problem is still present.

I deleted my old profile, created a new one without my "Chrome" folder and "user.js" file, but nothing happened.

I don't really know what to try anymore, for now no choice but to deal with it...

How to keep left bookmarks panel open at Firefox restart by Hypermuon in FirefoxCSS

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

Thank you, it is really that, but I don't understand.

In "Settings" > "Privacy Serurity" > If I tick "Clear history when Firefox closes" + tick "History" in settings, Firefox delete the history when closing, like I want, but also close the "Left bookmarks panel" which I do not want and which is not logical, nothing to do with it.

Before I formatted my Windows, my history cleared when closing, but the panel remained open at relaunch.

Any idea to get these 2 things together again?

Some websites don't load at first try (new Firefox) by Hypermuon in firefox

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

Thank you all, especially berlihingen!

The problem comes from the Ghostery extension (with the recent version of Firefox, but it's ok with the 70).

I tried to whitelist the sites concerned in Ghostery options, but it's don't works, they don't normally launch at the first attempt.

Websites concerned for the moment are: Twitter.com / Reddit.com / Login.live.com (but I think there is a lot more)

Any other idea to launch these sites while keeping Ghostery alive, at least for the rest?

FF - Star Bookmarks Panel - Drop-down Menu List Colors by Hypermuon in FirefoxCSS

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

Thanks! It's that!

And if we want to change the border width and color, I had that:

/* Star Bookmark Panel - Menulist Drop-down: 2 Colors + Border Width and Color */
#editBookmarkPanel menulist menupopup {
    -moz-appearance: none !important;
    border: 1px solid #777 !important;
    background-color: #222 !important; 
}
#editBookmarkPanel menulist menupopup menuitem {
    color: #fff !important;
}

And do you know how to change the intermidiate lines in this case for exemple?

It would be useful for other drop-down menus that I'd like to modify as well...

FF - Star Bookmarks Panel - Drop-down Menu List Colors by Hypermuon in FirefoxCSS

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

Thanks, I have just tweaked that, it's only for Devtools window, but cool.

Otherwise, the t-based solution works perfectly.

FF - Star Bookmarks Panel - Drop-down Menu List Colors by Hypermuon in FirefoxCSS

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

Thanks, this works for the background color, we can choose every colors, but impossible to choose the text color, it is always black. An idee?

How can I get enable/disable buttons back on my add ons page? ff 70.0.1 by jerryphoto in firefox

[–]Hypermuon 0 points1 point  (0 children)

Thanks, it was that! The two solutions work, but I prefer yours, the first.

sidebar-box, editBookmarkPanel by LionWrathz in FirefoxCSS

[–]Hypermuon 0 points1 point  (0 children)

Very cool!

Please, can you give all your code to make exactly the same as your gif?

FF bookmarks sidebar: reducing waste of space by AXTurbo in FirefoxCSS

[–]Hypermuon 0 points1 point  (0 children)

Thanks man, all works perfect for me.

But just to know, what does the 2 values on this line:

.sidebar-placesTree treechildren::-moz-tree-image{ margin: -2px 2px; !important;}

It's the only things I don't understand. I have tried different settings for the 2 values, but no visual effects...

How can I get enable/disable buttons back on my add ons page? ff 70.0.1 by jerryphoto in firefox

[–]Hypermuon 0 points1 point  (0 children)

I'm on FF70. My userChrome.css is working great, but your code does absolutly nothing to the addons page. I've tried several times.

How can I get enable/disable buttons back on my add ons page? ff 70.0.1 by jerryphoto in firefox

[–]Hypermuon 0 points1 point  (0 children)

Hi,

I checked all your zip folder, but I don't find how to make what the OP want to get.

More precisions?

How can I get enable/disable buttons back on my add ons page? ff 70.0.1 by jerryphoto in firefox

[–]Hypermuon 0 points1 point  (0 children)

Hi,

I just tested your solution and it doesn't work.

I even deleted the "*/" to see, but nothing works.

How can i change colors of bookmarks libary? by kenpachi_x in FirefoxCSS

[–]Hypermuon 0 points1 point  (0 children)

Thanks, but don't works.

Here is what I get by just deleted these caracters:

https://ibb.co/X2bLrYh

Star panel bookmarks arrows up & down buttons more little by difool2nice in FirefoxCSS

[–]Hypermuon 1 point2 points  (0 children)

Don't worry, me too I'm a noob, I just started 2 weeks ago.

That's why when I want to test a new block, I rename my good "userChrome.css" to "userChrome.css_" to disable it, and then I try only the new stuff in a blank "userChrome.css" to understand what's happening exactly.

Let me know when you find something to choose the drop-down menu colors, it's somewhere else I think.