Skip to content

Bash script that removes UTM-parameters from LIme Newsletter special links (e.g. unsubscribe)

License

Notifications You must be signed in to change notification settings

Kntnt/remove-utm-from-lime-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

remove-utm-from-lime-urls

A Bash script that removes UTM tracking parameters from Lime Newsletter's special URLs.

Usage

Before using the script for the first time, make it executable:

chmod +x remove-utm-from-lime-urls

This script requires exactly one parameter: the path to the file you want to process.

./remove-utm-from-lime-urls path/to/your/file.html

Features

  • Removes unwanted UTM parameters from special Lime Newsletter URLs
  • Creates a ZIP file of the processed file for easy distribution

Example

If your file contains URLs like:

$$share.public_url$$?utm_source=newsletter&utm_medium=email

The script will transform them to:

$$share.public_url$$

About

Bash script that removes UTM-parameters from LIme Newsletter special links (e.g. unsubscribe)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages