Commit Graph

1016 Commits

Author SHA1 Message Date
Kevin R
81d5b35fe2 Added tokenzied provider lookup
Reduce lookup overhead by using map for provider matching
2025-12-07 22:10:16 +01:00
Kevin R
2f8403f1ce Removed comments 2025-12-07 21:50:02 +01:00
Kevin R
9cf1704100 Fix 2025-12-07 21:47:41 +01:00
Kevin R
dc23257632 Bump version 2025-12-07 21:37:03 +01:00
Kevin R
7c8d6b0eee Pre-compiled Regular Expressions
Previously, regular expressions were compiled inside loops for every URL processed.

Now RegExp objects are created once when rules are loaded and stored in the provider instance.
2025-12-07 21:36:15 +01:00
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 1.27.3 2025-02-05 19:28:28 +01:00
Kevin R
d8da43ac29 Changed google search rwt detection
Fixes:
    - [#134](https://github.com/ClearURLs/Addon/issues/134)
    - [#187](https://gitlab.com/ClearURLs/rules/-/issues/187)
    - [#387](https://github.com/ClearURLs/Addon/issues/387)
    - [#393](https://github.com/ClearURLs/Addon/issues/393)
    - [#978](https://gitlab.com/ClearURLs/ClearUrls/-/issues/978)
    - [#980](https://gitlab.com/ClearURLs/ClearUrls/-/issues/980)
    - [#1301](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1301)
    - [#1302](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1302)
    - [#1305](https://gitlab.com/ClearURLs/ClearUrls/-/issues/1305)

.

.
2025-01-29 20:50:23 +01:00
Kevin R
308a2f1579 Version 1.27.2 2025-01-27 20:17:56 +01:00
Grigory
d33a86ce3c fix(tools): encode search uri params 2025-01-27 22:38:29 +05:00
Kevin R
0011b78509 Version 1.27.1 2025-01-05 14:31:56 +01:00
Kevin R
36d8d89639 Updated datatables i18n 2025-01-05 14:31:22 +01:00
Kevin R
31559d2cdc Version 1.27.0 2025-01-05 13:49:25 +01:00
Kevin R
c7c8eca037 Updated README 2025-01-05 13:39:34 +01:00
Kevin R
085f037c98 Updated copyright 2025-01-05 13:32:25 +01:00
Kevin R
31d295da8d Upgraded datatables
* datatables to 2.1.8
2025-01-05 13:30:09 +01:00
Kevin R
4ead0482f2 Upgraded fontawesome
* fontawesome to 6.7.2
2025-01-05 13:16:20 +01:00
Kevin R
7ea94a9799 Upgrade bootstrap
* bootstrap to 4.6.2
2025-01-05 13:12:13 +01:00
Kevin R
1e74217a61 Removed old jQuery 2025-01-05 12:52:19 +01:00
Kevin R
8b91d422ab Upgrade deps
* polyfill to 0.12.0
* Pickr to 1.9.1
* jQuery to 3.7.1
2025-01-05 12:47:06 +01:00
Kevin
deec80b763 Update .gitlab-ci.yml 2024-07-14 14:09:17 +00:00
Kevin
7370e09fd7 Update .gitlab-ci.yml 2024-07-14 14:07:35 +00:00
Kevin R
99b96bcfce Merge remote-tracking branch 'temp2/patch-2' 2024-05-29 17:13:22 +02:00
Mazunki Hoksaas
897c7dc67b remove warning when s is undefined 2024-05-29 17:09:59 +02:00
Evert Heylen
dce06a7f47 Update historyListener.js 2024-05-28 16:28:55 +02:00
Kevin R
92e43b7f61 Fixed URLSearchParams spaces (x sign) bug
See also https://gitlab.com/ClearURLs/ClearUrls/-/merge_requests/108
2023-11-11 15:54:08 +01:00
Kevin R
14a0832973 ETag filtering 2023-05-10 11:28:43 +02:00
Kevin R
7358f0c2a4 Updated README.md 2023-01-31 22:39:53 +01:00
Kevin R
9f52c1e3c8 Updated ZIP 2023-01-31 22:36:55 +01:00
Kevin R
635be47e4c 1.26.1 2023-01-31 22:34:59 +01:00
Kevin R
cf59acb9a8 Merge branch 'master' of gitlab.com:ClearURLs/ClearUrls 2023-01-31 22:31:39 +01:00
Kevin R
04ff2e876b Use „browser_specific_settings“ 2023-01-31 22:31:29 +01:00
Kevin
e672e8cc74 Update README.md 2023-01-02 14:55:38 +00:00
Kevin R
193b3c1299 Bump version 2022-11-26 00:25:11 +01:00
Kevin R
29c8a84e4a Added note to changelog 2022-11-26 00:23:20 +01:00
Kevin R
a32708dcd1 Fixed ETag filtering
Fixed https://github.com/ClearURLs/Addon/issues/276
2022-11-26 00:21:23 +01:00
Kevin R
f1056cd778 Version 1.26.0
+ The popup window is now responsive
2022-11-18 22:26:59 +01:00
Kevin R
acfce04fcc Updated changelog 2022-07-27 00:46:12 +02:00
Kevin R
dbdefbf434 Merge branch 'translation'
# Conflicts:
#	_locales/fr/messages.json
2022-07-27 00:43:04 +02:00
Kevin
848b000ab7 Merge branch 'poeditor' into 'master'
Poeditor

See merge request KevinRoebert/ClearUrls!105
2022-07-26 22:37:59 +00:00
Kevin
7cd0505a46 Updated translations 2022-07-26 22:37:59 +00:00
Kevin R
0d7381f02a Fixed #191
Used first code snippets from ClearURLs v2: https://gitlab.com/ClearURLs/core/-/blob/master/src/utils/URLHashParams.ts
2022-07-27 00:28:15 +02:00
Kevin R
0f08b0f7e3 Fixed counter issue
Fixed https://github.com/ClearURLs/Addon/issues/234
2022-07-26 21:48:08 +02:00
Kevin R
2096fa8382 Added changelog 2022-07-26 20:34:32 +02:00
Kevin
742a344a26 Merge branch 'master' into 'master'
fix: table text color in dark mode

See merge request KevinRoebert/ClearUrls!104
2022-07-26 18:15:45 +00:00
Sanjay Pavan
a930a94224 fix: table text color in dark mode 2022-07-10 22:06:31 +05:30