你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/465933-cleanurls-clean-url-improved,源站連結 點此以跳轉

CleanURLs (Clean URL Improved)

Remove tracking parameters and redirect to original URL. This software utilizes the URL Interface instead of RegEx.



點此查看下載連結位址https://update.greasyfork.org.cn/scripts/465933/CleanURLs%20%28Clean%20URL%20Improved%29.user.js

安装此脚本?
作者
Schimon
日安装量
2
总安装量
1,200
评分
6 0 1
版本
26.01.01
创建于
2023-05-10
更新于
2026-01-01
大小
32.8 KB
许可证
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 was a proof of concept of utilizing "URL API" instead of RegEx.

To add a new hash or parameter, 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 site.


Please visit our counterparts

XUL Extension (Basilisk and Pale Moon)

  • Pure URL This extension automatically strips garbage tracking parameters like utm_source from URLs.

Other extension

Mobile software

  • 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 with Falkon internet browser.