Earlier quoted context omitted.
> Mozilla did the same with tab groups, then the addon was abandoned. Wouldn't that indicate that the extension was not that widely used, and as such Mozilla were correct in removing it from the central codebase?
It's true that it wasn't widely used, but it seems as if Mozilla did their best to make it that way. It wasn't exposed to the user by default, but instead was hidden as something you could get to by the toolbar customization screen, so you had to modify the toolbar to even get access to the feature. I don't think most people even knew it was there.
Firefox 64 Released
221–230 of 527 posts
Re: Firefox 64 Released
#222> We’re excited to introduce multiple tab selection, which makes it easier to manage windows with many open tabs. Simply hold Control (Windows, Linux) or Command (macOS) and click on tabs to select them. Once selected, click and drag to move the tabs as a group — either within a given window, or out into a new window. Yessss. It doesn't happen often, but the times when I open up 6-10 tabs for research but then decide…
0 - https://addons.mozilla.org/en-US/firefox/addon/multiple-tab-...
Re: Firefox 64 Released
#223What's the status of the cat and mouse game being played with autoplay video being forced on and new options needing to be hunted down? First Chrome forced it on, because EvilCorp's business model is around a forced-open-eyelid philosophy of advertising revenue from unstoppable impressions. Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute…
I introduced the change to 0,1,2. Not sure what happened when we first introduced autoplay but the change to 0,1,2 was so we could let users switch between enabled, disabled and ask the user. Original plan was to ask the user by default. We did some user testing with this change and it looks like we will be changing it to block by default based on feedback Not sure what this has to do with any companies ad revenue, o…
Re: Firefox 64 Released
#224Earlier quoted context omitted.
Get uMatrix and block Media requests globally, then whitelist on a per-domain basis. That should "fix" auto-playing videos for you permanently.
That sounds like a lot of work for something that a browser should provide an easy, up-front way to configure.
Re: Firefox 64 Released
#225What's the status of the cat and mouse game being played with autoplay video being forced on and new options needing to be hunted down? First Chrome forced it on, because EvilCorp's business model is around a forced-open-eyelid philosophy of advertising revenue from unstoppable impressions. Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute…
I introduced the change to 0,1,2. Not sure what happened when we first introduced autoplay but the change to 0,1,2 was so we could let users switch between enabled, disabled and ask the user. Original plan was to ask the user by default. We did some user testing with this change and it looks like we will be changing it to block by default based on feedback Not sure what this has to do with any companies ad revenue, o…
Re: Firefox 64 Released
#226Earlier quoted context omitted.
> Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute and made it a new one, which has as options 0, 1 and 2. Turned out autoplay default should be 1. I don't understand what you mean here. Without having changed any of the settings from the default, Firefox (Nightly) pops up to ask me if I want to "allow auto-playing media with sound" the fi…
Right. Well I'm referring to always turning it off, and the option very specifically is: media.autoplay.default if 0, then it's on. if 1, then it's off. 2, I'm not sure.
pref("media.autoplay.default", 2); // 0=Allowed, 1=Blocked, 2=Prompt
https://dxr.mozilla.org/mozilla-central/source/browser/app/p...Re: Firefox 64 Released
#227> The CSS Scrollbars Level 1 spec standardizes features for setting scrollbar width and color I would like these features to be standardised to hands-off-my-fricking-scrollbars. I’m fed up with impossible-to-grab 1px-wide scrollbars because “everyone has trackpads”. No, they don’t.
I am working on a HTML5 game which has a list of rooms, list which has a scrollbar. It looks as ugly as it can be with the default scrollbar when everything else is neatly designed and has a specific theme, it ruins the immersion and reminds you hey, this is just a browser game, not a real game. I am not saying that all the sites should have custom scrollbars, but there are definitely use cases for it.
If you're uncomfortable with the user realizing the game is a browser game, why did you make it in a browser?
Re: Firefox 64 Released
#228Earlier quoted context omitted.
I introduced the change to 0,1,2. Not sure what happened when we first introduced autoplay but the change to 0,1,2 was so we could let users switch between enabled, disabled and ask the user. Original plan was to ask the user by default. We did some user testing with this change and it looks like we will be changing it to block by default based on feedback Not sure what this has to do with any companies ad revenue, o…
Even for YouTube?
Re: Firefox 64 Released
#229about:preferences -> browsing -> uncheck "Recommend extensions as you browse"
Re: Firefox 64 Released
#230Earlier quoted context omitted.
> Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute and made it a new one, which has as options 0, 1 and 2. Turned out autoplay default should be 1. I don't understand what you mean here. Without having changed any of the settings from the default, Firefox (Nightly) pops up to ask me if I want to "allow auto-playing media with sound" the fi…
Right. Well I'm referring to always turning it off, and the option very specifically is: media.autoplay.default if 0, then it's on. if 1, then it's off. 2, I'm not sure.