"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
Jump
[SOLVED] How to hide tab preview on hover introduced in FF 131?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    MiniBus93
    Now 100%

    I don't find it useful I guess?

    On computers where I've got high specs, if I want a quick look on a tab it's faster to just switch to that tab rather than waiting for me to hover on the tab and get a preview of it, so I guess I could keep it there, but I feel like it distracts me on the rare occasion I have to close a tab clicking on the X with the mouse (I rarely do it, usually I'm a kb shortcut guy)

    On computers where I got low specs, I feel like the tab hover preview is just something that doesn't actually give me any benefits and instead just slows more a modest specs system when I move the mouse on the tabs for whatever reasons.

    I'm glad FF is introducing more things of course, I can see the appeal for the general public, but it's not for me I guess?

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Jump
    [SOLVED] How to hide tab preview on hover introduced in FF 131?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox Customs MiniBus93 Now 100%
    [SOLVED] How to hide tab preview on hover introduced in FF 131?

    Hello, I've already hided the preview of tab name on hover when they introduced it back then with: `/* disable preview of a tab name as you hover over it */ #tabbrowser-tab-tooltip { display: none !important; }` but I can't seem to find the selector to hide this new feature as well, so I was wondering if I could get some help :D Thanks in advance!

    9
    7
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Jump
    This simple findbar JS script for FF stopped working in 128, how could I fix it?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    MiniBus93
    Now 100%

    Oh I see, a bug was affecting it, curious ahah! Thanks for pointing it out and thanks for the quick fix solution as well :D

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox Customs MiniBus93 Now 100%
    This simple findbar JS script for FF stopped working in 128, how could I fix it?

    Hello, I've been using [this script](https://gist.github.com/Minibus93/052e8c2de4458eb9b8d8b4515d76f00c) for ages, up to the point I forgot that ctrl-f to open and close the findbar wasn't a native behavior. Today I noticed it doesn't work anymore and I think it's FF128 that broke it...but I can't seem to see how to fix it. Anyone's got ideas?

    5
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox Customs MiniBus93 Now 100%
    How can I see all the available icons often found in CSS snippets as "chrome://something/something else/etc..." ?

    Hello, basically title. I often found such icons in CSS snippets, but never truly understood where I could see them all and now that I'm trying to do stuff with icons for my style I would truly benefit understanding how to find all these icons and how I could properly use them. Thanks in advance to anyone who will try to help me :D

    4
    7
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Jump
    Where did Browser Toolbox go?
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox Customs MiniBus93 Now 100%
    Where did Browser Toolbox go?

    Hello, I used to open the browser toolbox (since the keyboard shortcut never worked for me on none of my 4 PCs) opening the hamburger menu, clicking more tools and there there was an entry for it, but it's now missing. Did they move it or what?

    3
    1

    Hello, basically title. I find it very weird that in my profile page I can see "1 post" and "3 comments" near my username, but I'm not able to see them in my profile page. I have "show read posts" ticked on in the settings, so that's not the issue. Can anyone help?

    3
    2

    Hello guys! Since I'm really hoping for the whole r/firefoxcss community to move here, I thought about making some content. However, I'm not someone who *really knows how to CSS*, so my best bet is actually pointing out the stuff I use when I try to do something. First of all, **the ToyfoCSS guide** - [link](https://mrotherguy.github.io/ToyfoCSS/) This is a really great guide to learn how to customize FF via CSS. I have learned a lot by reading this, and even if I can't say that I'm now capable of putting every info there into use, I can for sure say that it has helped me a lot understanding other people code and suggestions that were gave to me. On a post about resources, this deserve the first mention. Of course, as you'll notice by the guide's link, the author is exactly the one who you'd imagine him to be! Moving to actual code repositories, and keeping the same author, there's **MrOtherGuy's FF CSS hacks repo** - [link](https://github.com/MrOtherGuy/firefox-csshacks) It really has a lot of different customizations, all mostly up to date and working. More over, at least in my use case, the part where I used any of his code hardly conflicted with anything else, and the CSS I use on my FF ain't small. I see this repo as a monolith, something you can build around without having fear. Speaking of monoliths, a well-deserved mention goes to **uc.css,js by Aminomancer** - [link](https://github.com/aminomancer/uc.css.js) This repo contains an extremely huge FF theme that has been pretty useful in my css journey. Every code there is supposed to be used with nightly, but what I really want to focus on with this repo isn't really the theme. This repo, in fact, has been mostly used to me to discover the existance of userchrome.js. I highly suggested anyone to give it a look. NOTE: this isn't the only uc.js for FF repo out there (eg. xiaoxiaoflood and Alice0075), but it's the one that has had scripts I liked the most and still use, without issue, after years. Speaking of js, one has to talk of a js loader for FF, and, if you ask me, nothing will ever beat **MrOtherGuy's fx-autoconfig** - [link](https://github.com/MrOtherGuy/fx-autoconfig) ::: spoiler spoiler Recurring author, isn't it? ::: From my experience, this is extremely robust and safe loader. It never gave me a problem, even on different systems, and it's a breeze to set up and use. Going back to CSS customization, I can't help, but mention my favorite FF theme (of which I use a large part of it in my personal FF setup) which is WaveFox by QNetITQ - [link](https://github.com/QNetITQ/WaveFox) It's a very nice modular theme, has a lot of customization options and the Dev is very responsive. 10/10, nothing else is needed to be said here. Since the FF113 release isn't too old, I'll also point out my two holy grails that helped me making my setup usable even after the big changes introduced with 113. I'm speaking of these **MrOtherGuy's & Aminomancer commits** - [link 1](https://github.com/MrOtherGuy/firefox-csshacks/commit/0ff12e01fe18bc86ca68291c88c6dcf027cb9d83) & [link 2](https://github.com/aminomancer/uc.css.js/commit/5426c3d07fbd8ed43148c0b4ee2c744c8fd667fd) Lastly, I'll point out **SVG Gobbler** - [link](https://addons.mozilla.org/en-US/firefox/addon/svg-gobbler/) It is an add-on I used really a lot, especially in the creation of icons (I'm a weirdo and like to replace icons with others I like more, but this often requires me making some modification to other existing icons). As for other sites where you can find .svg and stuff, the web is your friend. Really, there's an ocean of .svg out there. I hope I've done some decent content that may turn useful to someone out there. I'll end this saying that I'm sorry to not have include EVERYTHING that I've stumbled upon and used, but that would've been an infinite list. However, I'd be very happy if, in the comments, people would share their own favorite repo and stuff about FFCSS to compensante the ones I didn't mention!

    4
    0

    Hello, I'm currently on my journey of leaving reddit, but not having much success (not giving up either) One of the things that it's hitting me the most is the fact that, well, Lemmy has different instances and not all communities I like are on the same one. Despite me reading different beginners guide of how to lemmy on github (and them having example on such matter) I'm still not understanding it properly, so I thought of asking you guys some help! For example, we are on lemmy.world, but, for example, !plugins@sh.itjust.works is on another instance, which is lemmy.zip. Is there any way for me to subscribe to it without making an account on that instance? Will I be able to comment/post there without an account on that specific instance, but by using my lemmy.world account? Thanks in advance to every folk that will try to help me, much appreciated!

    1
    1
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Now
    7 7

    MiniBus93

    lemmy.world