Greasy Fork is available in English.

Clean URL Improved (CleanURLs)

Remove tracking parameters and redirect to original URL. This Userscript uses the URL Interface instead of RegEx.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
schimon
1日のインストール数
0
累計インストール数
667
評価
4 0 0
バージョン
24.05.21
作成日
2023/05/10
更新日
2024/05/21
ライセンス
MIT
対象サイト
すべてのサイト

🔗️ URL Control (Clean URL Improved)

Original URL Redirector and Fixer.

Remove needless parameters from a given URL and correct it to a cleaner one.

About

This script is started as a proof of concept of utilizing the URL API instead of RegEx.

To add a new hash or parameter, simply add it to the respective array.

Enjoy graceful sharing!

Legend

🔗 Discovered link URL found within a parameter

Base link URL without parameters (mere pathname)

🟢 Safe link URL with whitelisted parameters

🟡 Clean link URL purged by blacklist

🔴 Unsafe link Original URL (useful in rare cases)

Test hyperlinks

sort version src ref source url Custom Result
Link №1 🔗⚪🟢🔴
Link №2
Link №3 ⚪🟢🔴
Link №4 /ref= 🔗🔗⚪🟢🟡🔴
Link №5 KolibriOS 🔗⚪🟢🟡🔴
Link №6 🔗⚪🟢🟡
Link №7 🔗⚪🔴
Link №8 🔗⚪🟡

Recommended Userscripts

🤫 No Referrer

Prevent sending HTTP "referer" requests to destination website.


Please visit our counterparts

Web Extension

Mobile App

  • Léon – The URL Cleaner Removes tracking & other redundant parameters from web links for sharing.

  • URLCheck Allows you to analyze (or share) urls before opening them.


Upcoming changes:

  • Set custom rules;
  • Add statistics;
  • Add configuration to exclude URLs that have no blacklisted parameters;
  • Support dynamic pages. (using mutation observer or set interval);
  • Improve Event Listener Delegator;

🦅 Designed for Falkon web browser