1.0.1 • Published 2 years ago

trackbuster3000 v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Trackbuster 3000

npm version

Removes query parameters used for tracking (such as fbclid and utm_source) from URLs.

Installation

npm install trackbuster3000

Usage

const filter = require('trackbuster3000')
const filtered = filter.removeTrackingParams('http://example.com?some=param&fbclid=evil')

Result

http://example.com?some=param