Linuxdroid

joined 1 month ago
 

This is something I thought Mozilla would eventually fix, but still hasn't in over a decade.

When clicking a target="_blank" link that opens in a new tab, the URL bar shows "about:blank" until the server responds.

Also, document.location.href in the console returns "about:blank" instead of the real URL. This is annoying for user scripts.

It would be better if it immediately showed the target URL. document.location.href also should immediately return the correct URL.

 

After right clicking a file in the list of downloaded file, an option I have been wishing for a long time is "copy path to file to the clipboard".

By that I mean the local path where the file is saved. The source URL can already be copied.

 

Currently, LibreWolf (like Firefox) only shows a request in the devtools after it is completed. If it fails because the server does not respond, it shows "No payload for this request".

It would be better if it showed the payload that it tried to send, even if it was unsuccessful.

 

In 2022, Mozilla replaced their performance analysis tool (screenshot source) with an externally dependent tool called "Firefox Profiler". It is not integrated in Firefox but depends on an external web app, which is bad.

Please bring back the original "Performance" tool in the developer tools.

7
submitted 10 hours ago* (last edited 6 hours ago) by Linuxdroid@lemmy.ml to c/librewolf@lemmy.ml
 

Please add something like browser.privatebrowsing.forceMediaMemoryCache for normal browsing (non-private).

Video caching to disk adds gigabytes of needless wear every day to SSDs and live USB sticks, and modern computers have large RAM storage anyway.

This is the same reason Mozilla chose to compress json sessionstore backups. (But video is already compressed so it can not be compressed any further with lz4 or gzip.)

[–] Linuxdroid@lemmy.ml 2 points 1 day ago (1 children)

Totally agreed! This is one of the major strengths of Reddit: The removal of a post doesn't lead to the destruction of the entire comment history. This is also something I don't like about YouTube. If a video disappears, it takes the comment history with it.

[–] Linuxdroid@lemmy.ml 0 points 1 month ago (1 children)

and if you look for it on about:config, it’s enabled

The about:config setting has been placebo since version 48. It doesn't affect anything.

Firefox 48: (Pushed from Firefox 46). Release and Beta versions of Firefox for Desktop will not allow unsigned extensions to be installed, with no override. Firefox for Android will enforce add-on signing, and will retain a preference β€” which will be removed in a future release β€” to allow the user to disable signing enforcement.

(source)

 

browser.tabs.insertAfterCurrent is a treasure inside about:config of Firefox (and LibreWolf for that matter). Instead of opening new tabs at the end, it opens them right next to the current tab so you can go back to the last tab instantly without scrolling through a long tab list! I believe this should be the default behaviour in every browser.

Unfortunately, too few users are aware it even exists.

I suggest you add this as a checkbox in the graphical about:preferences menu.

0
submitted 1 month ago* (last edited 1 month ago) by Linuxdroid@lemmy.ml to c/librewolf@lemmy.ml
 

I hope not. Add-on signing is a glorified backdoor. Not only does it let Mozilla remotely disable extensions, but in future, governments can force Mozilla to censor unwanted extensions.

In addition, it is a privacy violation, since Mozilla can see who has installed which add-on.

[…] when Firefox contacts Mozilla servers to verify if Mozilla approved each extension, it discloses to Mozilla which extensions are in use. So in addition to being a backdoor by definition, it is a severe privacy violation as well. This comes from an organization that perpetually claims to champion user freedom and privacy.

(source: change.org)

And let's not forget about a certain May 2019 incident:

all Firefox addons have been disabled due to an expired certificate. And so, people got silently hit with stuff like this when turning their "private and secure" browser on. It was only a matter of time until Mozilla's extension prison backfired, and it did so spectacularly. Though the BugZilla comments were already predictably closed, they will not be able to contain the armageddon this time, no matter how much PR they spew. The whole /r/firefox front page is filled with threads about this, with many people moving to Chrome-based browsers. Hacker News is also booming. Tech sites are running with the news too. The funny thing is, the whole point of the extension prison was allegedly to increase security - and yet today, all security addons got disabled because of it! Shows how freedom always has to trump over security or it ends up in a disaster like this.

(source: digdeeper.club)