jmhobbs / beef-taco

A Firefox add-on to opt-out of ad networks.
http://jmhobbs.github.com/beef-taco
Apache License 2.0
12 stars 5 forks source link

WebExtension #15

Open Mathnerd314 opened 7 years ago

Mathnerd314 commented 7 years ago

Firefox is moving all code to webextensions: https://blog.mozilla.org/addons/2017/02/16/the-road-to-firefox-57-compatibility-milestones/

There's already a Chrome webextension; I installed it in Firefox but it seems to set malformed cookies that are ignored: https://chrome.google.com/webstore/detail/protect-my-choices/hdgloanjhdcenjgiafkpbehddcnonlic

The chrome extension's code is Apache 2-licensed just like Beef Taco so shouldn't be any trouble to use, beyond the API issues.

Also, its database of cookies is different (and licensed under some weird DAA thing) not sure which one is better.