This repository contains the source code of a OpenWPM fork and a fork of an analysis tool, which treats the results. Additionally, the results of executing both tools with the top 1000 most visited websites in April 2024, as well as the list of webpages generated by Tranco, are available.
The following trackers have been considered:
-
Web fingerprinting.
- Audio Context.
- Canvas.
- Canvas Font.
- WebGL.
- WebRTC.
- JavaScript Enumeration.
-
Web analysis tools.
- Google Analytics.
- Meta Pixel.
- Microsoft Universal Event Tracking.
- Hotjar.
-
Web storage.
- Local Storage.
- Session Storage.
- Indexed Database.
-
First and third party cookies.
- Session.
- Host only.
- Secure. With both the Secure and HTTP only attributes.
If you clone the repository directly, you must consider that the Results directory has a size of ~2.9 GiB. So, if you are not planning on using its content, please do the following to clone only the other directories and this README:
git clone -n --depth=1 --filter=tree:0 https://github.com/fernandojavier-almenaras-um-es/OpenWPM-Web-Analysis.git
cd OpenWPM-Web-Analysis
git sparse-checkout set OpenWPM OpenWPM-Data-Analytics Tranco README.md
git checkout