New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changelog: v92, v93 #1263
Comments
https://github.com/arkenfox/user.js/wiki/4.1-Extensions
ClearURLs is only redundant with uBlock Origin's
Nice. I think I can minimize my list. |
I was just about to mention this. @fxbrit and I have have been talking about it recently @DandelionSprout see https://github.com/arkenfox/user.js/wiki/4.1-Extensions#small_orange_diamond-extensions-in-no-particular-order and 👍 on your list I actually compared Neat URLs and removed it from the list of extensions a while ago: everything was already covered by AdBlock's list. Neat URLs was stagnant and had limited rules I didn't do a full check, but looking at As for the rest of ClearURLs
|
^ Fantastic, that's 1 extension less! Now, is there a way to manage cross-origin referers within Firefox itself so I can get rid of Smart Referer as well? Actually can't uB0 control referers as well? uM used to have the option if I remember right. |
If you do not need exceptions, the user.js does it already for you Lines 606 to 612 in 85438d0
And if you use a hardened TC, SR is already redundant. |
@rusty-snake What does SR stands for? Smart Referer? Thank you |
Jup |
Thank you 😄 Do you think that in that case (TC hardened) the Skip Redirect would also fall into redundant category? Cheers |
No, the reason why hardened TC makes referer, window.opener and window.name extensions redundant is that it effectively does "copy url, open new tab, paste url" on XOrigin links. |
@Thorin-Oakenpants please don't even suggest importing this list (ClearURLs). It's obviously in wrong format (JSON). |
This comment has been minimized.
This comment has been minimized.
That is so cool @rusty-snake 😄 Cheers |
@rusty-snake interestingly it causes interstitial redirection warning after clicking link in google alert digest in gmail. These two filters:
ClearURLs does not trigger it. And comma must be escaped? Probably something worth creating improvements issue. |
@crssi Currently I'm not planing to publish it anywhere (and will delete the gist sooner or later). But if anyone uses it as a start, fixes the last bugs, implements exceptions and sets up a github actions which periodically (e.g. weekly) runs it ... @gwarser Probably because I did not implemented exceptions (and referralMarketing is missing to)
According to the adguard docs, you must escape |
What I found so far
|
Technically you can use the I am just a beginner with the syntaxx, so the following example may be incorrect (and maybe someone can correct it if so).
Source: AdGuard's removeparam's documentation |
@gitthehubs this does not make Smart Referrer/
Alternative syntax:
You also need to cover
This may break CSRF protection on some sites. Anyway it should only cause denies. |
@rusty-snake ooww.. I forgot about that difference, thanks for your explanation! |
I also noticed there are two filters which look very similar, like duplicates:
? And second one does not have commas escaped at all. |
I meant the 10M mark :) 🎉 As for settings, I don't really see the point anymore in blocking downloadable fonts (I used to) |
I too often reset my profile because of debugging or reinstalling to get high numbers 😢. |
I think mine was last installed when legacy web extensions were deprecated, so about FF57. For a long time, uBO was pretty much relaxed, and most blocking was at uMatrix level. I think it used to chug along at 15%. I only have one regular site that spikes figures - arstechnica repeatedly tries to load something uBO blocks, and I get about a thousand "blocks" a minute The overall count doesn't really mean anything ... I just wanted an excuse to celebrate drunk and naked :) |
@Thorin-Oakenpants , How did you install all those Profiles ? |
@rusty-snake , I got it. I know about the Portable Version but forget about it. |
Official tar's can also be used:
(this may not be safe for daily usage, some security features may not work because files can be modified by current user) Ups... :) |
I'm at 2.725M (12%), also since FF 50-something, so … not blocking hard enough, I guess? I'm in what gorhill calls medium mode – just blocking 3rd-party frames and scripts but not passive resources. Would be interesting to get some more people's numbers to compare. |
You are worrying about this "12%"? It may be because when you are blocking more by dynamic filtering then some content does not have chance to load and issue more request, so less is reported as blocked. |
That's, and the sites you use. As :pants: said she has one site that does a lot, I know that MS-Teams produces around 2 block per minute IIRC. But if you only/mustly use privacy friendly sites ... |
ALL HAIL PANTSSting loves Pants (tiny space ones); Dune (1984) Pants Tip of the Day
examples (with my setup)
here's some screenies |
True, hasn't always been that way, only recently. I would say I scored an easy million or two off Arstechnica - sometimes I find myself reading comments for half an hour - don't know when it started, but I'm not a heavy user of that site at all But I do block all 3rd party by default, and my rules only total 150 lines for ~40 sites with the bare minimum to make them work - so it's not like I see very many 3p scripts calling more scripts. Maybe I need to get off the internet more and start taking up serious drinking |
Not worrying, it's just an interesting point of comparison. Even if it's not very meaningful cause it's just two people. Plus if you keep the conversation going long enough you get a picture of Sting and his mermaid tail :-) |
FYI: just thought I would update on this - turns out that blocking "cookies" caused it, which I had been doing for years, so clearly something changed on the site - since I moved to dFPI (where cookieBehavior = 5) it doesn't happen |
changelog: v92, v93
FF92 release notes
FF92 for developers
FF92 security advisories
FF93 release notes
FF93 for developers
FF93 security advisories
CHANGELOG
⭐ your friendly reminder to run prefsCleaner
OTHER NEWS
[SETTING]
tags in missing [SETTING] tags #1260 and 8404e8a 🍰ALL CHANGES
// user_pref("network.proxy.failover_direct", false);
9999: DEPRECATED / REMOVED
in user.js v93// user_pref("security.ssl3.rsa_des_ede3_sha", false);
STATS
ALL HAIL PANTS
The text was updated successfully, but these errors were encountered: