6 Commits

Author SHA1 Message Date
TrianguloY
6d904144ec Added URLCheck to 'projects that use...' in the readme 2025-07-05 14:04:14 +02:00
nicole mikołajczyk
d16a571d3a mention my project in 'Projects that use parts of ClearURLs' section 2025-04-09 15:14:58 +02:00
Kevin R
2d4711e548 Updated README.md 2025-04-03 14:45:16 +02:00
Kevin R
bef2dd5fe6 Fixed bug in manifest.json
d8da43ac29 (r152207958)
2025-03-18 07:29:58 +01:00
Kevin
1baab2488c Edit storage.js - changed default value of ref to true 2025-02-24 18:25:31 +00:00
Kevin R
79770d2aab Version 1.27.3 2025-02-05 19:28:28 +01:00
4 changed files with 14 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Require Chrome >= 37
## [1.27.3] - 2025-XX-XX
## [1.27.3] - 2025-02-05
### Changed
- 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)
- [#1305](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1305)
### Compatibility note
- Require Firefox >= 55
- Require Chrome >= 37

View File

@@ -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-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
* [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...
* [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)
- [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)
## 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>

View File

@@ -219,7 +219,7 @@ function initSettings() {
storage.contextMenuEnabled = true;
storage.historyListenerEnabled = true;
storage.localHostsSkipping = true;
storage.referralMarketing = false;
storage.referralMarketing = true;
storage.logLimit = 100;
storage.domainBlocking = true;
storage.pingBlocking = true;

View File

@@ -277,7 +277,7 @@
"http?://www.google.*/webhp?hl=*",
"https://encrypted.google.*/",
"https://encrypted.google.*/#hl=*",
"https://encrypted.gogole.*/search*",
"https://encrypted.google.*/search*",
"https://encrypted.google.*/webhp?hl=*",
"http?://ipv6.google.com/",
"http?://ipv6.google.com/search*"