Firefox add-on for Terms of Service; Didn't Read
“I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. “Terms of Service; Didn't Read” is a user rights initiative to rate and label website terms & privacy policies, from very good (class A) to very bad (class E).
This extension informs you instantly of your rights online by showing an unintrusive icon in the toolbar. You can click on this icon to get summaries from the Terms of Service; Didn't Read initiative.
This extension has been written using WebExtensions API.
- Firefox Nightly is recommended, WebExtensions API will be available in Firefox and Addons marketplace starting from Firefox 44 and the first stable release in Firefox 48.
- Allow installing unsigned add-ons by flipping this prefrence
xpinstall.signatures.required
inabout:config
. - gulpjs is required to autmoate addon installation for testing.
npm install --global gulp
git clone ...
cd ..
npm install
gulp
Using the falg --app
will the run the addon in the browser with every file change:
gulp --app "FirefoxNightly"
AGPL-3.0+ (GNU Affero General Public License, version 3 or later)
See https://tosdr.org/legal.html for more details on the legal aspects of the project.