reSkroutzed is a browser extension that detects and highlights sponsored products on skroutz.gr.
Skroutz has been using dark patterns to mislead consumers into purchasing sponsored products (advertisements). The purpose of this extension is to make it easier for consumers to identify which products are sponsored and which are not, so they can make informed purchasing decisions. It also gives the consumer the ability to hide the sponsored products if they so wish to.
Extra features include:
To install the extension via GitHub, simply download the source code from this repository, and follow the instructions based on the browser you wish to load it on.
npm run build:chrome
and load the build extension by clicking Load unpacked
at chrome://extensions/
and clicking on the build/chrome_build
folder.
npm run build:firefox
and load the build extension from build/firefox_build.zip
file.
Contributions are always welcome!
If you have any suggestions for improvements or are facing a bug, feel free to submit a pull request.
Pull requests for known problems or ones that solve requests or bugs are very welcome (follow the Manual Installation to start developing!).
This extension is licensed under the GNU general public license. See the LICENSE file for more details.