Skip to content

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. Get informed instantly about websites' terms & privacy policies, with ratings and summaries from the www.tosdr.org initiative.

Notifications You must be signed in to change notification settings

AbdullahDiaa/tosdr-webextension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“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.


Debugging

Prerequisites

  • 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 in about:config.
  • gulpjs is required to autmoate addon installation for testing.

Building and Installation instructions

1. Make sure gulpjs is installed:

npm install --global gulp

2. clone the repo and install devDependencies:

git clone ...
cd ..
npm install

3. Run gulp, the default task will watch addon files and automatically package XPI file:

gulp

Using the falg --app will the run the addon in the browser with every file change:

gulp --app "FirefoxNightly"

License

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.

About

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. Get informed instantly about websites' terms & privacy policies, with ratings and summaries from the www.tosdr.org initiative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published