Skip to content

fkhb90/URL_Ultimate_Filter

Repository files navigation

URL Ultimate Filter

Advanced URL filtering, tracking parameter removal, and privacy protection rules for content blockers, DNS filtering solutions, and network filtering platforms.

License Last Commit Repo Size

Overview

URL Ultimate Filter is an open-source filtering project focused on:

  • Tracking parameter removal
  • URL sanitization
  • Privacy protection
  • Analytics reduction
  • Cleaner sharing links
  • Improved browsing experience

The project helps reduce unnecessary tracking information embedded in URLs and improves privacy across websites, advertising networks, and analytics platforms.

Open Source Mission

The goal of this project is to provide a continuously maintained collection of URL filtering and tracking-parameter removal rules that help users:

  • Protect privacy
  • Reduce tracking exposure
  • Improve browsing efficiency
  • Create cleaner and shareable URLs

The project is developed and maintained as an independent open-source effort and is freely available to the community.


Why This Project Exists

Many websites append tracking parameters to URLs, including:

utm_source=
utm_medium=
utm_campaign=
fbclid=
gclid=
msclkid=
mc_eid=
_ga=

These parameters are commonly used for:

  • Marketing attribution
  • User profiling
  • Advertising analytics
  • Cross-site tracking

Removing unnecessary parameters provides:

  • Cleaner URLs
  • Improved privacy
  • Better sharing experience
  • Reduced tracking exposure

Features

Tracking Parameter Removal

Automatically removes common tracking parameters such as:

utm_*
fbclid
gclid
msclkid
mc_eid
_ga
_gl

URL Sanitization

Converts URLs into cleaner and more readable forms.

Before

https://example.com/article?id=123&utm_source=facebook&utm_medium=social&fbclid=abc123

After

https://example.com/article?id=123

Privacy Protection

Reduces exposure to:

  • Advertising identifiers
  • Campaign identifiers
  • Tracking tokens
  • Analytics metadata

Rule-Based Architecture

Easy to maintain and extend.

Rules can be updated independently without modifying application logic.


Supported Platforms

The rule set is designed to work with ecosystems including:

  • Surge
  • AdGuard
  • uBlock Origin
  • DNS Filtering Solutions
  • Custom Proxy Rules
  • Network Filtering Platforms

Compatibility may vary depending on platform capabilities.


Installation

Clone the repository:

git clone https://github.com/fkhb90/URL_Ultimate_Filter.git

Or download the latest release.


Repository Structure

URL_Ultimate_Filter/
├── rules/
├── examples/
├── docs/
├── README.md
└── LICENSE

Use Cases

Privacy-Conscious Users

Remove unnecessary tracking identifiers before sharing links.

Network Administrators

Deploy filtering rules across managed devices.

Security Researchers

Analyze URL tracking behavior and marketing attribution mechanisms.

Content Blocker Users

Enhance existing privacy protection solutions.


Roadmap

Planned improvements include:

  • Additional tracking parameter coverage
  • More analytics platform support
  • Enhanced documentation
  • Platform-specific integration guides
  • Community contribution support

Contributing

Contributions are welcome.

You can help by:

  • Reporting issues
  • Suggesting new rules
  • Submitting pull requests
  • Improving documentation

Please open an issue before making major changes.


Project Status

Actively maintained.

This repository receives ongoing updates as new tracking parameters and URL patterns emerge across the web ecosystem.


Contributing

Contributions are welcome.

Please open an issue before submitting major changes.


Project Status

Actively maintained.


License

This project is licensed under the MIT License.

See the LICENSE file for details.


Maintainer

GitHub: https://github.com/fkhb90

Acknowledgments

Inspired by the privacy and filtering communities, including:


Maintainer

GitHub: https://github.com/fkhb90


Keywords

privacy, tracking protection, url filtering, url sanitizer, adblock, adguard, ublock-origin, surge, dns filtering, analytics blocking, content filtering

About

Open-source URL filtering and tracking parameter removal rules designed to improve privacy, reduce analytics tracking, and create cleaner URLs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors