Question Who is willing to test a new uBlock Stripped with dynamic filtering?

Please provide comments and solutions that are helpful to the author of this topic.
@LinuxFan58 - new desktop feature request for uBol-stripped: please add an option to enable Global Policy Control signal. Chrome users currently have to install a separate extension. The option could be included in Security & Privacy.

BTW, I was able to use the new dynamic filtering feature to bypass a paywall on a local news site. 👍👍
Will do so next week (now on holiday).
 
@LinuxFan58
I don't want to disturb your holiday, but I've an issue with playing video's on youtube, even when I whitelist youtube or turn off the extension (after clicking on the icon). However the not intended solution is simple: the video's play as soon I disable the extension in te Manage extensions panel (Brave browser). I didn't examine the F12 findings. Therefore I'm too lazy in this warm weather (also most other days).

yuotube.jpg
 
Does it play for a while? What browser are you using? When I enabled both Adguard extension and Brave adblocker in Brave I used to get this problem from time to time. I am using AG base filter and Chromium based browsers try to keep the cache alive which might explain why whitelisting does not help.

Try whitelisting Youtube when you use a browser with build-in adblock. Close browser by quiting the browser completely to kill the cache, then restart and check whether the problem persists.
 
Last edited:
Had an idea laying on the beach, enjoying a beer, thinking about nothing, just staring in the distance and making sure I am saying yes dear, no dear on the right time
:)

In the Dynamic DNR filtering option I now have an indication for critical resource, I will also add an indicator whether it is recommended to block by checking ControlD using OISD large or ControlD's own Ad&Tracking DOH server. When it is NOT a critical resource AND ddg-tracker-db says it is a tracker AND Controld (OISD or their P2) does not resolve it, it is recommended to block this 3P-tracker.

Like Privacy Inspector I could add a "Block all recommended" button, to Dynamic DNR filtering to make it easier. I will play with the idea when I am back and have finished the course I have to update.

EDIT: I discovered that Easy Privacy has a third-party adult-trackers-list (< 400 servers), I could also add those as recommended.
 
Does it play for a while? What browser are you using? When I enabled both Adguard extension and Brave adblocker in Brave I used to get this problem from time to time. I am using AG base filter and Chromium based browsers try to keep the cache alive which might explain why whitelisting does not help.

Try whitelisting Youtube when you use a browser with build-in adblock. Close browser by quiting the browser completely to kill the cache, then restart and check whether the problem persists.
I found the culprit. It was one of my custom ABP rules. I should have investigated it earlier. Sorry I bothered you.
 
I found the culprit. It was one of my custom ABP rules. I should have investigated it earlier. Sorry I bothered you.
can you pm me the rule. I want to investigate whether the cache-stay-alive did not solve with listing youtube or there is some bug which does not disable ABP-import rules when a website is white listed.
 
Next anti-fingerprint rules were added to the custom ABP rules.
*##+js(nowebrtc)
*##+js(prevent-canvas)
*##+js(abort-on-property-read, navigator.sendBeacon)
*##+js(abort-on-property-read, navigator.hardwareConcurrency)
*##+js(abort-on-property-read, navigator.permissions.query)
*##+js(abort-on-property-read, navigator.plugins)
*##+js(abort-on-property-read, OfflineAudioContext)
*##+js(abort-on-property-read, Intl.Date.TimeFormat.prototype.resolvedOptions)
One or more of these rules was/were reponsable for the breakage of youtube. I haven't treid out which rule exactly was the culprit. I deleted them all and then youtube worked well. As you said, probably whitelisting wasn't effective.
 
Last edited: