Firefox

7 readers
19 users here now

The latest news and developments on Firefox and Mozilla, a global non-profit that strives to promote openness, innovation and opportunity on the web.

You can subscribe to this community from any Kbin or Lemmy instance:

Related

Rules

While we are not an official Mozilla community, we have adopted the Mozilla Community Participation Guidelines as far as it can be applied to a bin.

Rules

  1. Always be civil and respectful
    Don't be toxic, hostile, or a troll, especially towards Mozilla employees. This includes gratuitous use of profanity.

  2. Don't be a bigot
    No form of bigotry will be tolerated.

  3. Don't post security compromising suggestions
    If you do, include an obvious and clear warning.

  4. Don't post conspiracy theories
    Especially ones about nefarious intentions or funding. If you're concerned: Ask. Please don’t fuel conspiracy thinking here. Don’t try to spread FUD, especially against reliable privacy-enhancing software. Extraordinary claims require extraordinary evidence. Show credible sources.

  5. Don't accuse others of shilling
    Send honest concerns to the moderators and/or admins, and we will investigate.

  6. Do not remove your help posts after they receive replies
    Half the point of asking questions in a public sub is so that everyone can benefit from the answers—which is impossible if you go deleting everything behind yourself once you've gotten yours.

founded 1 year ago
MODERATORS
251
 
 

If I have a GIF like this: https://www.google.com/search?client=firefox-b-1-d&q=web+gif+example#vhid=YGtfdlLW95ObWM&vssid=l, How can I scrub it in Firefox / show video playback controls on it?

252
 
 

Since it seems #Google has decided to uni-laterally force through their new anti-#adblock #DRM euphemistically named "Web environment integrity", I decided to add a little bit of code to my website that blanks out the page and displays a protest message with a link to the firefox download page when you visit it from a browser with this DRM feature. Here's the source inside one toot, feel free to copy and put it at the end of your website's before the closing tag:

253
 
 

Hey guys, I use Firefox Developer Edition as my main and have tweaked user.js to my liking. It's generally great for me and I don't really have a need to switch off of it.

However, I was just exploring and found Librewolf and Waterfox as well.

It seems like it wouldn't make too much of an impact (since I've toyed with my own user.js) but I might just keep them around for secondary browsers and experimenting. I actually like having Firefox sync, so I'm not sure about Librewolf, even though it's nice and privacy hardened right out of the box.

Any thoughts and opinions on that in 2023?

254
 
 

The Joy of Coding returns today with Episode 333!

Come join me while I livehack on #Firefox!

I'm going to be reviewing a patch, and then we're going to be continuing on with our journey with the WindowsJumpList stuff. We're finally positioned to write a GTest. Let's try to do it!

Starts at 1PM ET:

https://mikeconley.ca/joc/

255
 
 

also it is the iceraven browser and im on android if that helps.

256
 
 

Way to prevent new tabs from opening and downloads?

Hi, new to fedia.

I was looking for settings or add-ons that would let me toggle the ability to open new tabs on or off on certain domains and also toggle on or off downloads. Occasionally I find spyware in my downloads and would also like to prevent pop up ads.

Any help is greatly appreciated!

#firefox

257
 
 

Just wondering if I can somehow track if all that data was used by a particular add-on or tab or what.

Historically I've been using about .5gb every month, I haven't done anything different today but here we are. What can I do to find out what happened and prevent the same scenario?

258
259
2
submitted 1 year ago* (last edited 1 year ago) by shub@fedia.io to c/firefox@fedia.io
 
 

In Brave I can see a preview of the page by hovering over the tab. Is something like this possible in firefox? Add-on or from settings?

260
 
 

It appears to add fewer than other browsers, but I'm not quite sure why it adds "?channel=fenc&client=firefox-b-1-d" to searches when only the q/query parameter is needed for them to work.

261
 
 

tl;dr: we are looking for tab group users for a 45-min interview from July 25-30, with a $20 Amazon gift card. Sign up here: https://forms.gle/yYoCuduj3UxXViDV9

Hello there!

Do you find yourself using tab groups daily (by built-in features or extensions) to optimize your browsing experience? If you're managing multiple tabs and groups, we need you!

We are researchers from the University of California, San Diego, studying the user experience of tab groups. We are looking for tab group users to participate in a 45-minute interview from July 25–30.

If you use tab groups frequently, come share your experience, strategies, and insights, and as a thank-you, you will receive a $20 Amazon gift card after the interview.

Don't miss this opportunity to shape the future of browsing. Sign up now: (https://forms.gle/yYoCuduj3UxXViDV9).

Thank you!

262
 
 

The sidebar should also surface https://lemmy.world/c/firefox@fedia.io to help grow the community.

263
 
 

Web Clipper allows you to quickly capture any webpage to OneNote where you can easily edit, annotate, or share it.

I still have the add-on installed and it is working just fine. If I remove it, I won't be able to re-install it.
This feels like another dishonest statement pushing users towards Edge.

Please, upvote this issue on their feedback portal and preferably, add a comment too. Spread the message to fellow Firefox users.

https://feedbackportal.microsoft.com/feedback/idea/ac08ce3c-a920-ee11-a81d-0022484cae1d

The add-on should be brought back to Firefox!

264
0
submitted 1 year ago* (last edited 1 year ago) by Redjard@lemmy.dbzer0.com to c/firefox@fedia.io
 
 

For those who don't know,
The Multi Key is a key you can set on linux, with which you can type an insane amount of unicode characters. It is commonly bound to scroll lock, I will represent it with ↓ here.

A few examples of shortcuts would be
↓TM → ™
↓|v → ↓ (the character I am using here)
↓+- → ±
↓co → ǒ

Now, most of those work just fine in Firefox, but weirdly there are some that don't. For example ↓PP produces ¶ just fine, but ↓RR doesn't type ℝ. for ↓RR the Multi Key input stops, like it does once no more valid sequences are left that match the current input. ↓CC also doesn't type ℂ, but it doesn't stop but continue on as if there was a different sequence starting with CC. I don't see anything special about the sequences that don't work compared to the majority that do.

After some trial an error, I think what is happening is that firefox does read my .XCompose, but the line include "%L", that is supposed to load the default Compose file located in /usr/share/X11/locale/en_US.UTF-8/Compose is ignored. It is not a language configuration error, as include "/usr/share/X11/locale/en_US.UTF-8/Compose" is ignored too. Entering some deliberate modifications or even removing existing sequences from the Compose file doesn't affect Firefox.
I even found some sequence ↓a_ which is supposed to yield ā but firefox has as ª (not to be confused with ᵃ the superscript a) instead.

Searching for the place Firefox' Compose is defined, I grepped for "ª" which is a pretty rare character, and hit libxul.so. I tried a bunch of other characters and found pretty much everything that has a compose sequence is found in that file.

So thus my question would be: Are Firefoxes default compose sequences statically compiled into libxul.so? And if so, why?

265
0
submitted 1 year ago* (last edited 1 year ago) by this_name@fedia.io to c/firefox@fedia.io
 
 

I've got a couple hundred GB to download with Google Takeout, so selected the 50GB file sizes but unfortunately the browser crashes at ~46GB. It actually crashes the whole machine (MacOS) with activity monitor showing firefox "using" 46GB of memory.

Is there some weird niche problem I'm running into here? I'd expect firefox to just be streaming the download into its .part file, so keeping the 46GB in memory is odd.

Is there some way to mimic the firefox download with all cookies as a wget/curl? Dev tools let you copy anything in the network console as a curl request, but since this goes straight to the download I don't think the console sees it.

Honestly any ideas on how to move forward would be appreciated.

Edit:

I ended up using an extension called cliget that does all the "copy as wget" work for me. I added a -c to the wget so I could use the partially downloaded 40GB file and went from there. I think copying the download link would have worked because it's from some random domain and probably uses a jwt-like auth protocol, but it's unclear whether it would deny a wget without correct user-agent or other headers. YMMV

266
 
 

Using Firefox on Windows 11 and it is taking 10GB of RAM. it's slow and hangs so I cant use it.
Firefox on Android is awesome: fast and responsive!
Why does it take so much RAM on Windows but works very well on Android with 2GB of RAM?

267
 
 

With Firefox 115, users on Windows 7, Windows 8 and Windows 8.1 will automatically be moved to the Firefox Extended Support Release (ESR).

268
269
270
 
 

Certain websites and addons follow browser default theme or timezone in order to determine whether or not to display day or night mode.

Websites such as a Lemmy and addons like Auto Night Mode need to be able to determine my timezone so they can automatically switch between day and night at the appropriate time.

is there a way to set my local time while making sure the rest of the privacy protections remain active?

Thanks

271
 
 

Help toggling top tab bar on firefox.

A while ago someone helped me to eliminate the top tab bar so i could just have my Tree Style Tab on the side. It works great but i was wondering if there was any way to make that a toggle? Cause sometimes I move my computer to a smaller monitor and the horizontal space that it takes can be inconvinient.

Here's the snippet for removing it in the first place:

/* hides the native tabs */ #TabsToolbar { visibility: collapse; }/* leaves space for the window buttons */ #nav-bar { margin-top: -30px; margin-right: 0px; margin-bottom: -4px; }

Also, since i have you here, i couldn´t manage to create a floating o just an existing "three buttons" (like the minimize maximize and close buttons). So if you know about any one of those it´d be really helpful.

Thanks in advance !

#firefox

272
 
 

redmi 4a. android 11, Qualcomm MSM8917 Snapdragon 425 (28 nm) CPU Quad-core 1.4 GHz Cortex-A53 GPU Adreno 308

firefox 115.2.0 (Build #2015961523), ff36f634f8+ GV: 115.0.2-20230710165010 AS: 115.0

273
 
 

Many years ago there was a very cute Firefox fox that you could buy - unfortunately all the stores that sold it are down now. So that Firefox / Mozilla sells him again we need your vote! On https://connect.mozilla.org/t5/ideas/bring-back-the-firefox-plush-toy/idc-p/35504 you can login with your Firefox account, GitHub account or Google account and give this suggestion your Like. We hope that we will have the honor to be in the presence of such a cute cuddly animal again!

More than 17 years ago was possible to buy this super cute Firefox plush (look at the images here 😍), but now this toy become extremely rare, I think that a lot of people could be interested in buying it, also from people asked me to buy one of this toy for her and was hurt when I told her that is quite impossible to have.

This issue was opened many years ago (you can check here) but since now nothing has been done. I can understand that this is not primary in Mozilla's projects, but I think it is not so hard to realize, considering that the product has been already done and the Mozilla shop still exists.

274
275
 
 

I'm using this add-on to add a "Close Tabs to the Right" option. But after installing another add-on, the "Close Tabs to the Right" option isn't at the bottom anymore and I want to move it all the way to the bottom.

I searched and came across this guide to edit right click context menu items. However, I cannot get it to work.

This is what my userChrome.css looks like right now (scroll to the very bottom) https://pastebin.com/MWeTN19G

Here's the code I'm using to rearrange the tab context menu item

#_588c6fa6-14f9-4826-b769-71a305c80bbb_-menuitem-_close_right {
-moz-box-ordinal-group: 2 !important;
}

( I even tried setting -moz-box-ordinal-group to 2, 20, 200 but no luck)

This is the menu item id for the add-on's option I want at the bottom: _588c6fa6-14f9-4826-b769-71a305c80bbb_-menuitem-_close_right

This is the menu item id for the add-on that is currently at the bottom: _c2c003ee-bd69-42a2-b0e9-6f34222cb046_-menuitem-5

And also, I'm using Lepton to change the look of right click context menus, tabs, menu panels etc.

Here's a screenshot of the menu item ids

Edit:

#_588c6fa6-14f9-4826-b769-71a305c80bbb_-menuitem-_close_right {
order: 2 !important;
}

It works now.

view more: ‹ prev next ›