A Firefox extension to eat ANTs
A lot of advertisers add utm parameters to their links to track where links are being shared. For more computer savvy people, this can be extremely annoying as it explodes the length of URLs.
ANT is an abbreviation for Asynchronous Network Tracker. These are usually saved and tracked after the fact (usually upon link generation)
- ensure Node.js is installed. This will also install npm.
- edit the
eat.js
file. - run
npm run build
, which will create a folder calledweb-ext-artifacts
with thedist
folder containinganteater.js
. This is the compiled source code foreat.js
.