An open API service indexing awesome lists of open source software.

https://github.com/glav/licencetermscheckextension

Experiment to create an extension that gathers the licencing terms from a site, summarises and attempts to extract if there is any explicit mention of selling your private data in any form.
https://github.com/glav/licencetermscheckextension

Last synced: 4 months ago
JSON representation

Experiment to create an extension that gathers the licencing terms from a site, summarises and attempts to extract if there is any explicit mention of selling your private data in any form.

Awesome Lists containing this project

README

          

# Licence Terms Privacy checker extension
Experiment to create an extension that gathers the licencing terms from a site, summarises and attempts to extract if there is any explicit mention of selling your private data in any form.

## Important
WIP Only - totally not finished so probably wont do anything yet :-)

An edge extension (only tested in edge thus far).

# How to use
* Clone this repo to a directory
* In a new tab window in edge, navigate to `edge://extensions/`
* Enable developer mode
![alt text](docimages/devmode.png)
* Select 'Load unpacked'
![alt text](docimages/load.png)
* Navigate to the cloned directory, and select the 'src' directory.
* You should now be able to invoke the extension on any web page you navigate to.
![alt text](docimages/loaded.png)