Alexei
Alexei
Is there anything we can do for cases like https://www.twz.com/sea/ukraine-situation-report-russian-navy-creating-new-drone-regiments-in-wake-of-enemy-successes where our placeholder is newly hidden because it no longer overrides anything with a lower z-index? Using shadow DOM isolates...
Google Analytics is blocked by default as of 2019.7.1 (thanks to #2147 and #1947). We should now look into the top (most prevalent) still-undetected-by-Badger trackers.
Going by prevalence, Hotjar seems like a good candidate for what to look into next: #715.
It's probably `chrome.storage.local.get()` not returning an object, and/or `chrome.storage.local` being `undefined` on browser startup. More Chromium bugs caused by basing extensions on service workers. https://groups.google.com/a/chromium.org/g/chromium-extensions/c/cbERJLSL11A
Hello and thank you for opening a pull request! Have you gotten reports of Privacy Badger blocking `licensebuttons.net`? I don't see a problem with adding this domain, but I am...
OK, thank you. We can revisit this PR if start seeing issues with `licensebuttons.net`.
Our YouTube placeholder (YT replacement requires manually blocking `www.youtube.com` at this time) is entirely invisible on https://developer.chrome.com/blog/extension-news-january-2025 because of the following page CSS rule: ```css iframe:not([src]) { display: none }...
I backed out the parent min-height fix for now (42ee2b4c7f637c35a86e1f2daa2126a4cb71a06f) as it adds unwanted extra space in some cases (for example: https://livestream.eff.org/ and https://ew.com/adrien-brody-and-halle-berry-controversial-oscars-kiss-11686590).
Thank you!! I will be able to review your contribution mid next week.
A couple of our [functional tests](https://github.com/EFForg/privacybadger/blob/master/doc/tests.md#functional-tests) are failing. I wonder if it's because the tests need to be updated (probably because the selectors changed) or if they flagged a regression.