Removes all sort of tracking parameters in URL's you open. There are lots of similar extensions but this one I can most certainly trust. I would suggest you to be careful as well, giving random browser extensions access to your complete browsing history.
If you encounter any issues or have suggestions for improvements, feel free to open an issue or a pull request.
Find this extension in the Firefox Addons Store: Firefox Link Sanitizer Add On
This extension doesn't require a traditional "build" step, as it's composed of raw JavaScript that both Chrome and Firefox can run directly. To test it, you'll want to load the extension in your browser and navigate to various websites.
zip -r link-sanitizer-extension.zip . -x "*todo.txt*" "*.zip" "*.gitignore" "*.md" ".git/*"
- Open Chrome and navigate to
chrome://extensions
oredge://extensions
. - Enable "Developer mode" in the top right corner if it's not already enabled.
- Click on "Load unpacked".
- Navigate to the directory containing the
manifest.json
file, and select it. - The extension should now be loaded in Chrome. You can navigate to a site with tracking parameters in the URL to see it in action.
- Open Firefox and navigate to
about:debugging
. - Click on "This Firefox".
- Click on "Load Temporary Add-on…".
- Navigate to your extension's directory and select any file (e.g.,
manifest.json
). - Firefox will load your extension for the current session.