Alexei

Results 514 comments of 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. ![Screenshot from 2021-04-23 15-40-52](https://user-images.githubusercontent.com/794578/115922713-3abe8900-a44b-11eb-919b-9a9c5ce311b7.png) 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...