A Browser Extension to detect and disclose affiliate marketing content.
For more information about the extension, feel free to consult our Q&A.
- Go to
chrome://extensions - Toggle
developer modeon in the upper right hand corner - Click
Load Unpackedand then select thesrcfolder in this directory - To package the extension into a .zip, run the
zip_src.shscript
- Checkout the
firefoxbranch of this repo - zip the source folder using the
zip_src.shscript - Navigate to
about:debuggingin the browser - Click on the
Load Temporary Add-on...button on the upper right side of the page - select the zipped source folder
| Folder Name | Description |
|---|---|
| data/ | Folder containing the training set for the clustering of videos |
| src/ | Folder containing the code that will run the extension |
| src/modules/ | Folder containing necessary libraries used by the Extension |
| src/logos/ | Folder containing any necessary logos |
| server/ | Folder containing code to check for url redirects and regex matches |
AdIntuition uses an MIT License