futm

1.0.0 • Public • Published

Forget utm

Remove utm_ query string parameters from a url.

Install

npm install futm

Usage

const futm = require('futm');
 
const url = 'https://example.org?utm_source=twitter&name=dog';
 
futm(url); // => 'https://example.org?name=dog'

Only tested in Chrome and Firefox!

This module assumes the js environment has

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i futm

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • psalaets