mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 22:55:36 +07:00
Compare commits
6 Commits
1cc59beadf
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d904144ec | ||
|
|
d16a571d3a | ||
|
|
2d4711e548 | ||
|
|
bef2dd5fe6 | ||
|
|
1baab2488c | ||
|
|
79770d2aab |
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Require Chrome >= 37
|
- Require Chrome >= 37
|
||||||
|
|
||||||
|
|
||||||
## [1.27.3] - 2025-XX-XX
|
## [1.27.3] - 2025-02-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Google Search `window.rwt` detection
|
- Google Search `window.rwt` detection
|
||||||
@@ -33,7 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- [#1302](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1302)
|
- [#1302](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1302)
|
||||||
- [#1305](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1305)
|
- [#1305](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1305)
|
||||||
|
|
||||||
|
|
||||||
### Compatibility note
|
### Compatibility note
|
||||||
- Require Firefox >= 55
|
- Require Firefox >= 55
|
||||||
- Require Chrome >= 37
|
- Require Chrome >= 37
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -77,6 +77,8 @@ Please push your translation into the folder `_locales/{language code}/messages.
|
|||||||
* [Unalix](https://github.com/AmanoTeam/Unalix) small, dependency-free, fast Python package for removing tracking fields from URLs
|
* [Unalix](https://github.com/AmanoTeam/Unalix) small, dependency-free, fast Python package for removing tracking fields from URLs
|
||||||
* [Unalix-nim](https://github.com/AmanoTeam/Unalix-nim) small, dependency-free, fast Nim package and CLI tool for removing tracking fields from URLs
|
* [Unalix-nim](https://github.com/AmanoTeam/Unalix-nim) small, dependency-free, fast Nim package and CLI tool for removing tracking fields from URLs
|
||||||
* [UnalixAndroid](https://github.com/AmanoTeam/UnalixAndroid) simple Android app that removes link masking/tracking and optionally resolves shortened links
|
* [UnalixAndroid](https://github.com/AmanoTeam/UnalixAndroid) simple Android app that removes link masking/tracking and optionally resolves shortened links
|
||||||
|
* [pl-fe](https://github.com/mkljczk/pl-fe) is a Fediverse client which uses ClearURLs code to clean URLs from displayed posts and recommend cleaning URLs from created posts
|
||||||
|
* [URLCheck](https://github.com/TrianguloY/URLCheck) is an Android app to review and edit URLs before opening them. Allows to use the ClearURLs catalog.
|
||||||
|
|
||||||
## Recommended by...
|
## Recommended by...
|
||||||
* [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)
|
* [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)
|
||||||
@@ -104,3 +106,12 @@ We use some third-party scripts in our add-on. The authors and licenses are list
|
|||||||
[MIT](https://github.com/Simonwep/pickr/blob/master/LICENSE)
|
[MIT](https://github.com/Simonwep/pickr/blob/master/LICENSE)
|
||||||
- [Font Awesome](https://github.com/FortAwesome/Font-Awesome/) | Copyright (c) @fontawesome |
|
- [Font Awesome](https://github.com/FortAwesome/Font-Awesome/) | Copyright (c) @fontawesome |
|
||||||
[Font Awesome Free License](https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt)
|
[Font Awesome Free License](https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt)
|
||||||
|
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ClearURLs/Addon&type=Date&theme=dark" />
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ClearURLs/Addon&type=Date" />
|
||||||
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ClearURLs/Addon&type=Date" />
|
||||||
|
</picture>
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ function initSettings() {
|
|||||||
storage.contextMenuEnabled = true;
|
storage.contextMenuEnabled = true;
|
||||||
storage.historyListenerEnabled = true;
|
storage.historyListenerEnabled = true;
|
||||||
storage.localHostsSkipping = true;
|
storage.localHostsSkipping = true;
|
||||||
storage.referralMarketing = false;
|
storage.referralMarketing = true;
|
||||||
storage.logLimit = 100;
|
storage.logLimit = 100;
|
||||||
storage.domainBlocking = true;
|
storage.domainBlocking = true;
|
||||||
storage.pingBlocking = true;
|
storage.pingBlocking = true;
|
||||||
|
|||||||
@@ -277,7 +277,7 @@
|
|||||||
"http?://www.google.*/webhp?hl=*",
|
"http?://www.google.*/webhp?hl=*",
|
||||||
"https://encrypted.google.*/",
|
"https://encrypted.google.*/",
|
||||||
"https://encrypted.google.*/#hl=*",
|
"https://encrypted.google.*/#hl=*",
|
||||||
"https://encrypted.gogole.*/search*",
|
"https://encrypted.google.*/search*",
|
||||||
"https://encrypted.google.*/webhp?hl=*",
|
"https://encrypted.google.*/webhp?hl=*",
|
||||||
"http?://ipv6.google.com/",
|
"http?://ipv6.google.com/",
|
||||||
"http?://ipv6.google.com/search*"
|
"http?://ipv6.google.com/search*"
|
||||||
|
|||||||
Reference in New Issue
Block a user