The dark pattern detection chrome extension assists online users to identify the existence of deceptive dark patterns on shopping websites.
To install the extension, please clone the repo and add it to your Chrome browser (make sure that the developer mode is on)
When entering an e-commerce website, click the extension icon and select "Analyze" to get the result.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Thanks to the work of Mathur et al. and Tung et al., we have a full dataset to develop classification models to detect dark patterns as well as their categories. Especially, we cannot complete this project without the page segmentation developed by Mathur et al.