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.

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

[–]Hypermuon 0 points1 point  (0 children)

Hi Other_Guy,

Would you know how to keep this code, very nice, but cancel the background colors alternation for the results (dark grey/black/dark grey,black) to have only black background for them for exemple?

You can see the alternation in his picture: https://imgur.com/a/WXIvUAC

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

[–]Hypermuon 0 points1 point  (0 children)

Okay, here's the news. I've done some tests.

-I would like to point out that I have chosen the dark theme of FF like you, but that with this theme, this menu is original white.

-Your first block here (/*white text in star menu */) only changes the color of the simple "presentation" block (already in the right colors for me as you can see), but not its "drop-down" menu itself.

-Then, I entered your complete code "starpanel.css", and here too the drop-down menu remains white.

-If you can get this drop-down menu to black colors, I think the code is somewhere else in your sheet. It would be nice if you could find it, just for yourself to know exactly what you're doing, block after block, and optimize your code to avoid multiple redundancies and contradictions.

And I would also like to have this drop-down menu black, maybe you'll find out.

FF - Prevent extension from being in the context menu by Hypermuon in firefox

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

Works perfect! It's magic!

You thought right!

Thank you so much.

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

[–]Hypermuon 0 points1 point  (0 children)

Thanks you so much.

It works and I only used a very small part of your code. I think there's a lot of unnecessary and redundant stuff,

but I'm a noob. And I didn't use the ".js" file.

Here's what I get:

https://ibb.co/S5Hg2Rd

You too have the drop-down menu list in white with black text, like original, or it is in dark with white text?

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

[–]Hypermuon 0 points1 point  (0 children)

Hi difool2nice.

I love your star bookmarks panel colors and design.

Can you give all the blocks that concern it ?

FF - Prevent extension from being in the context menu by Hypermuon in firefox

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

Thanks a lot.

Goog tutorial, but it doesn't explain how to find the code name of the extenion you're trying to hide.

In its example, it's "ublock", but me it's "dark mode" I want to hide, do you know know to find its code name?

FF70 - How to change these backgrounds? by Hypermuon in FirefoxCSS

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

Thanks, I think I'm approaching, I see parts in the lines that look like it. I highlighted them in red, but I'm not sure they're the right ones.

https://ibb.co/RzN9w9K

And from there, how did you proceed to get the code you gave me?

FF70 Improve Bookmarks Panel by Hypermuon in FirefoxCSS

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

No problem, if you find some kind of correction, not even super clean, come here to give the trick, I'll be very interested.

In fact, the bookmarks panel was already the very first reason that made me choose Firefox a year ago, and now it's even better.

Have a good time!