Skip to content

xatier/tracking-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking remover

Chrome extension for removing tracking such as fbclid and utm_source.

Installation

  1. Clone the repo to wherever-you-like
  2. Navigate to chrome://extensions on Chromium.
  3. Load unpacked

Technical details and limitations

  • This plugin leverages the chrome.webRequest.onBeforeRequest API to inspect all request URLs.
  • If tracking parameter (such as fbclid) found in the URL parameters, it immediately issues a redirection to the same URL without the parameters.
  • Since chrome.webRequest.onBeforeRequest is monitoring on the callee URL, this extension requires the permission with <all_url>.

Screenshots

img1

img2

img3

Development

  • chromium --auto-open-devtools-for-tabs is really handy. :D
  • Use prettier --tab-width 4 -w *.{js,json} to format files.

See also

About

This extension removes trackings from URL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published