THEtomaso
THEtomaso
1 - Implement `$queryprune` parameter: https://github.com/uBlockOrigin/uBlock-issues/issues/760/ 2 - Fix `$queryprune` incorrectly handles (removes) "hash" part of URLs: https://github.com/uBlockOrigin/uBlock-issues/issues/1415/ 3 - Add AdGuard's `$removeparam` as an alias for `$queryprune`: https://github.com/uBlockOrigin/uBlock-issues/issues/1356/ 4...
@hawkeye116477: Your thoughts on this.. Is it something that you would consider looking into? uBlock filters already contains some rules now, which depends on this feature. When their big filter...
"Shouting" means writing everything in capital letters. I never do that. :)
I just rewrote more `domain=.*` entries for uBO's Legacy filter. At the moment, I think everything is covered, but this syntax is commonly used now, so I don't know for...
Unfortunately, this doesn't fix either of the issues that I've reported before. `##iframe[src*="annonse"]` still doesn't appear in the logger here: `https://www.dagbladet.no/annonse/70179055/` and `###cookie:not(body):not(html):not([href*="cookieclicker"])` still doesn't appear here: `https://www.acronis.com/en-us/support/contact-us/` :(
According to gorhill, the former of my to examples above was fixed in https://github.com/gorhill/uBlock/commit/211048396f7337e0afee54619603b39fb37737b1 But direct porting won't work for uBO Legacy, due to missing "infrastructure code": https://github.com/uBlockOrigin/uBlock-issues/issues/385#issuecomment-459007865 (At least,...
@hawkeye116477 @JustOff Possibly, `#@#+js` might not even work as intended, in uBO Legacy. ### Example: 1 - Go to `xhamster.com` (**NSFW**). 2 - Try to play a video. **Result:** The...
> Didn't you forget that https://github.com/gorhill/uBlock-for-firefox-legacy/issues/236 is not implemented yet? No, but I don't see that being the issue here. **uBlock filters** only seems to have one rule for `xhamster`...
Found the problem.. I copied everything from **uBlock filters** into **My filters**. Then I disabled **uBlock filters**, and proceded to delete this rule (which doesn't appear in uBO's logger) from...
Thanks, mapx-, that solved it! Still wondering why it wasn't possible to disable that rule with `#@#` though. I assume that it's somehow related to the fact that those type...