Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xsolanaceae/canvas_filter
Filter out the information Canvas sends back to administrators
https://github.com/0xsolanaceae/canvas_filter
canvas privacy userscript
Last synced: 13 days ago
JSON representation
Filter out the information Canvas sends back to administrators
- Host: GitHub
- URL: https://github.com/0xsolanaceae/canvas_filter
- Owner: 0xSolanaceae
- License: gpl-3.0
- Created: 2023-01-17T15:45:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T14:31:56.000Z (3 months ago)
- Last Synced: 2024-12-22T05:52:11.126Z (19 days ago)
- Topics: canvas, privacy, userscript
- Language: JavaScript
- Homepage: https://www.instructure.com/canvas
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canvas_filter
## Introduction
`canvas_filter` is a UserScript designed to block Instructure's [Canvas](https://www.instructure.com/canvas) fingerprinting in web browsers.
## Prerequisites
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Tampermonkey extension installed## Installation
### Step 1: Install Tampermonkey
1. Open your web browser.
2. Go to the [Tampermonkey website](https://www.tampermonkey.net/).
3. Click on the download link for your browser.
4. Follow the instructions to install the extension.### Step 2: Add the `canvas_filter` Script
1. Open Tampermonkey by clicking on its icon in the browser toolbar.
2. Click on the "Dashboard" option.
3. Click on the `+` icon to create a new script.
4. Copy and paste the contents of [`src/canvas-filter.js`](src/canvas-filter.js) into the script editor.
5. Save the script by clicking on the "File" menu and selecting "Save".### Step 3: Enable the Script
1. In the Tampermonkey Dashboard, ensure that the `canvas_blocker` script is enabled.
2. The script should now be active and blocking canvas fingerprinting on supported websites.## Usage
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.
## License
This project is licensed under the GNU General Public License v3.0 License. See the LICENSE file for more information.