Alexei
Alexei
Regarding the MightyText conflict, could you run the following script in your Badger's background page console and share what it prints out? ```javascript (function () { const STR = "mightytext";...
Could you run the following two lines in your Privacy Badger's background page console and share the results? Let me know if you have any questions. ```javascript chrome.storage.local.get(null, r=>console.log(JSON.stringify(r.action_map['fast.foxnews.demdex.net']))); chrome.storage.local.get(null,...
OK, got it. It looks like overriding the setting for a domain also overrides the setting for all of its subdomains, but neither options nor popup UI supports reverting custom...
As a workaround, you can visit Badger's options page, filter the domains list by the top-level domain (in this case: "demdex"), and click the undo arrow for the most top-level...
The way subdomain overriding currently works is by [also checking the status of all higher-level/parent domains when checking a subdomain's status](https://github.com/EFForg/privacybadger/blob/66b118200ec2dcdffb9f77d07afa8c1b8990c01d/src/js/storage.js#L132-L165). If any of the parent domains have a user...
@cooperq and I discussed, it's not yet clear what the answer is. Two options: - Hide the undo arrow from subdomains with inherited user override. Seems simplest to implement. Maybe...
I think this is what #1240 entails for users. Privacy Badger takes a bit to initialize; the browser doesn't wait for Privacy Badger to initialize on browser start; if the...
Related Bugzilla issue: ["Allow some addon functionality to load prior to any content loading"](https://bugzilla.mozilla.org/show_bug.cgi?id=1378459).
So it seems that instead of having listeners get initialized without regard for storage initialization (which was the case before fde33ef50c2d314c6854558bee25b5725b336a5a), or having listeners get initialized after storage is initialized...
>Looks like the stats are affected only on Firefox Are you sure? 1. Install Ghostery into a fresh Chrome profile 2. Do the opt in/enable thing 3. Visit google.com 4....