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.
- Host: GitHub
- URL: https://github.com/glav/licencetermscheckextension
- Owner: glav
- License: mit
- Created: 2024-10-23T06:16:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T06:02:29.000Z (over 1 year ago)
- Last Synced: 2025-10-13T06:39:53.018Z (8 months ago)
- Language: JavaScript
- Size: 484 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

* Select 'Load unpacked'

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