General chat #4
Replies: 16 comments 49 replies
-
thanks man sorry I took so long to reply, I didn't realize anyone was using this tab and it sends the email updates to my spam inbox. I still haven't worked out a light mode, been pretty busy just keeping up with the proton changes, but I have converted a lot more color values and other stuff to variables in the process so making a light mode should be easier now |
Beta Was this translation helpful? Give feedback.
-
your repo is seriously amazing now - i tested everything on a new profile the other week and was seriously impressed. i tried adding some of the scripts in my current profile to it though and it didn't work at all - guess i need to do more than just dropping them into the scripts folder, but i haven't got to figuring that out yet. also, remember when you said you wanted ideas for scripts a few months back? i just thought of one. you know how there are addons that let you jump back and forth between your most recent tabs by clicking on the tab itself? i always found them quite annoying to use because sometimes you'd just click on the tab unintentionally and you jump off to a tab that's really far away, and since the new tab isn't focused on (at least not on TST), you'd have to scroll quite a bit to search for it so you can click it to get back to the tab you were originally on. however, what if you can accomplish the same thing via a key combo instead? that would eliminate the whole misclicking issue completely leme know what you think! |
Beta Was this translation helpful? Give feedback.
-
Aris is another guy who does FF customization, you can find his repos here: https://github.com/Aris-t2/CustomJSforFx/ https://github.com/Aris-t2/CustomCSSforFx the xiaoxiaoflood scripts that i'm using right now all work with fx-autoconfig, or at least the version of it from last year that i currently have, so i feel like compatibility shouldn't be an issue here. will investigate further and let you know |
Beta Was this translation helpful? Give feedback.
-
Well if you can send me the specific scripts that aren't working I can definitely tell you why. Excluding that, it's anyone's guess. The scripts on the Aris-t2 repo look like they should work fine with fx-autoconfig actually. At least the ones I checked. They should work, though they declare a lot of unscoped variables with the Aside from compatibility with old browsers (which isn't a factor in what we're doing obviously) there isn't much reason to use |
Beta Was this translation helpful? Give feedback.
-
aside from some of your scripts that are already part of this repo, i'm using the following: https://github.com/Aris-t2/CustomJSforFx/blob/master/scripts/editbookmarkspopup_expanded.uc.js would be awesome to these integrated into your setup, especially the rebuild_userchrome one as it allows quick and simple disabling/reenabling of scripts |
Beta Was this translation helpful? Give feedback.
-
The scrollbar is still in this repo, it's just in The rebuild userChrome script can't work in fx-autoconfig FYI, it's just a fundamental difference between the loaders. fx-autoconfig always requires a restart when scripts are disabled/enabled. Even if it had that feature, it wouldn't work because it all depends on a script. Only reason that feature works is because xiaoxiaoflood puts special behavior for initialization and destruction in every script. None of my scripts have anything like that, so they wouldn't know what to do to disable themselves, and they also rely on startup queues that won't exist when they're re-enabled dynamically. Some of them can only run during startup. It's a limitation but I don't ever disable scripts anyway, if I don't wanna use a script then I just delete it. I don't see any reason why |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
show me what chrome.manifest says |
Beta Was this translation helpful? Give feedback.
-
you sure chrome.manifest is searching in the also, maybe it's due to the name of the profile folder. I doubt it, but you should check to make sure the name of the profile folder actually matches the name of the profile in profiles.ini and installs.ini. in the firefox roaming appdata folder. and maybe try making a new profile with a more generic name, let firefox name it that is. |
Beta Was this translation helpful? Give feedback.
-
if all else fails, try replacing all the content of boot.jsm with this, and replacing all the content of config.js with this |
Beta Was this translation helpful? Give feedback.
-
oh man you got it, i pulled chrome.manifest from the fx-autoconfig repo and didn't notice he'd made that particular change. playing around with all your scripts now and they're so beautiful... |
Beta Was this translation helpful? Give feedback.
-
so i have this idea that you perhaps can try working into your findbar script. a while back i think i told you about this small bit of code i was using, that hides my floating findbar whenever it goes out of focus
however, since version 89 it no longer functions correctly. instead of hiding the bar, it just collapses it but not completely, like this i asked Aris if there was a way to fix it via CSS, and he said
so am wondering if it is at all possible to restore this functionality via JS. what do you think? |
Beta Was this translation helpful? Give feedback.
-
had a bit of time to play around with your latest findbar CSS along with the autohide CSS that i asked about previously.. one thing i can't replicate is to get it to respect your current animation settings. i played around with both |
Beta Was this translation helpful? Give feedback.
-
noticed that you merged |
Beta Was this translation helpful? Give feedback.
-
Hey I just wanted to let you know, I absolutely apprecate the work you put into this. Thank-you for also spending dozens of hours in writing up the entire readme that explains everything. Even your damn scripts you wrote have extensive descriptions in the code. This project is absolutely a masterpiece. I really hope you never stop maintaining this, and I say that out of the upmost respect and not from entitlement. Truly from the bottom of my heart, as much as words can express, I apprecate all the work you've done. Also you 100% should setup donations for this project. Time is money as they say, and I'd love to repay your time with some money. |
Beta Was this translation helpful? Give feedback.
-
@aminomancer so very glad to see this project still going strong almost 3 years on. much love |
Beta Was this translation helpful? Give feedback.
-
hey MS, it's mime from reddit 👋 looks like you've been putting some massive work into the proton stuff. i'm still waiting for v89 to hit beta channel before i try it out, so a little more than a month left to go. just checking in on you and saying thanks for the Ctrl W closes pinned tab script, brilliant stuff really. such a simple idea yet a massive improvement over default behavior for me.
Beta Was this translation helpful? Give feedback.
All reactions