Commit Graph

992 Commits

Author SHA1 Message Date
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
Kevin R
52fdc1db1c
Updated rules href 2022-06-30 21:15:02 +02:00
Kevin R
628faf0e85
Added new ETag filtering 2022-06-07 13:14:11 +02:00
Pineapples
89b2ba0a87
Add missing punctuation
More details
2022-06-02 13:38:47 +00:00
Pineapples
be3b1bd557
Apply suggestions from code review
Fix some of my oversights, thanks

Co-authored-by: Suspense <suspensetm@gmail.com>
2022-06-02 13:27:06 +00:00
Pineapples
716566c20d
Update _locales/fr/messages.json
Co-authored-by: Suspense <suspensetm@gmail.com>
2022-06-02 13:18:15 +00:00
Pineapples
441790c48f
Improve translation and clarify
Just made some parts a bit more clear and less redundant, also, changed wording in some for better readability.
2022-05-19 08:34:51 +00:00
Kevin
82d987a08e Merge branch 'update' into 'master'
Update "Projects that use parts of ClearURLs" section

See merge request KevinRoebert/ClearUrls!102
2022-04-11 14:28:48 +00:00
Kevin R
b67a656918
Version 1.24.1 2022-03-25 18:29:42 +01:00
Kevin R
63b557cf8c
Version 1.24.0 2022-03-25 18:01:59 +01:00
Kevin R
6f5a182c77
Added jq to CI 2022-03-23 14:22:26 +01:00
Kevin R
173592e348
Version 1.23.1 2022-03-23 11:55:56 +01:00
Kevin R
b41a3c963a
Version 1.23.0 2022-03-22 21:51:35 +01:00
Tobias Speicher
93434d3bce
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with startsWith() or endsWith()
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-22 21:45:19 +01:00
Kevin
42268bf215 Merge branch 'poeditor' into 'master'
Poeditor

See merge request KevinRoebert/ClearUrls!103
2022-03-22 20:42:28 +00:00
Kevin
d5cf6a5751 Poeditor 2022-03-22 20:42:27 +00:00
Kevin R
80b49fc699
Updated changelog 2022-03-22 18:49:47 +01:00
Kevin
53f1d41f18 Merge branch 'dark-mode' into 'master'
add dark mode support

See merge request KevinRoebert/ClearUrls!101
2022-03-22 17:47:24 +00:00
Danny Colin
4894c966dc add dark mode support 2022-03-22 17:47:24 +00:00
Kevin R
2ee6508f86
Added error message on wrong hash 2022-03-20 00:41:15 +01:00
SnwMds
d5dce95ba9 Update "Projects that use parts of ClearURLs" section 2022-02-24 15:12:31 -03:00
Kevin R
b2a9333611
Added recursive cleaning
+ Added recursive cleaning
2022-02-17 21:22:25 +01:00
Kevin R
f8d2852e71
Updated README.md 2022-02-16 22:14:36 +01:00
Kevin R
a5e6f8cb9a
Updated README.md 2022-02-16 22:03:10 +01:00
Kevin R
34e3817f99
Merge branch 'master' of gitlab.com:KevinRoebert/ClearUrls 2022-02-16 21:56:10 +01:00