Alexei
Alexei
This is similar to #1596 where one idea is to detect anti-adblock messaging and then show our own messaging that explains that Privacy Badger is not an ad blocker and...
Thanks for the mockup! To add to the points above: - We should try to minimize the amount of text we show to increase the chances of it actually being...
See below for a screenshot of the `badger.criticalError` modal dialog. Note the special "alert" badge styling.  We could take the in-popup modal + "alert" badge approach...
To clarify, when I write "popup" above, I'm talking about Privacy Badger's [extension popup](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups).
Hello, thank you for the report, and apologies for not replying earlier! Cookie-blocking `blogger.com` resources on `blogspot.com` domains seems to break functionality such as logging in and commenting. What makes...
Hi @androclus, I opened a new issue for your problem, as it sounds pretty different from our usual YouTube reports.
By the way, you should be able to take a screenshot of your popup if your screenshot tool supports a delay.
Here are some similar reports I found: >Youtube search function on channels tend to fail when using privacy badger. I frequently get redirected to a page which says the channel...
To summarize our chat, let's fix the fallback injection (fallback for Chrome/pre-59 Firefox/any other browser that doesn't have `browser.contentScripts`) to happen once per frame only. This probably entails calling `insertContentScripts`...
Do we need to switch to using `chrome.tabs.executeScript` as fallback? Can we keep existing manifest-defined injection and just expand the check for whether the top-level document is whitelisted to also...