Skip to content

psalaets/futm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Remove utm query string parameters from a url

Resources

License

Stars

Watchers

Forks

Packages

No packages published