URL Clean

Clean / minimize large URLs by stripping tracking info

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Duckle29
Daily installs
0
Total installs
536
Ratings
2 0 0
Version
1.1.2
Created
2020-11-23
Updated
2021-01-11
Size
1.64 KB
License
BSD 3-Clause
Applies to

URL Clean

Cleans and minimizes urls for prettier sharing in text chats and some tracker stripping (when shared)

The script was initially made by a user in #reprap on freenode IRC for AliExpress, but I sadly have forgotten by who :(

After almost loosing this userscript >10 times, to find it on weird nas drives or old computers, I decided to rewrite it entirely from scratch and share it on my github / greasyfork

The script now supports multiple sites, likely to have more added in the future.


Example

The script will take a url like

https://www.aliexpress.com/item/32322326979.html?spm=a2g0o.productlist.0.0.5e2e3f351UcucB&algo_pvid=9ac0e00d-f02c-4d7b-8acd-03d1455be4da&algo_expid=9ac0e00d-f02c-4d7b-8acd-03d1455be4da-1&btsid=0bb0623e16061356267071699ec21e&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

and clean it to

https://www.aliexpress.com/item/32322326979.html

Supported sites

  • AliExpress
  • Ebay
  • Amazon

Known issues

While it'd be nice to also clean up localization like country specific sub-domains, this can't be done in javascript as it represents a CORS attack risk. It coud be done with redirects, and I'll happily look at a PR if anyone is up for that :)