canvas_filter
is a UserScript designed to block Instructure's Canvas fingerprinting in web browsers.
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Tampermonkey extension installed
- Open your web browser.
- Go to the Tampermonkey website.
- Click on the download link for your browser.
- Follow the instructions to install the extension.
- Open Tampermonkey by clicking on its icon in the browser toolbar.
- Click on the "Dashboard" option.
- Click on the
+
icon to create a new script. - Copy and paste the contents of
src/canvas-filter.js
into the script editor. - Save the script by clicking on the "File" menu and selecting "Save".
- In the Tampermonkey Dashboard, ensure that the
canvas_blocker
script is enabled. - The script should now be active and blocking canvas fingerprinting on supported websites.
Once the script is enabled, it will automatically block canvas fingerprinting attempts on websites you visit. You can manage the script through the Tampermonkey Dashboard, where you can enable, disable, or edit the script as needed.
This project is licensed under the GNU General Public License v3.0 License. See the LICENSE file for more information.