Commit Graph

434 Commits

Author SHA1 Message Date
Kevin Röbert
8ca852476d Version 1.6.2
Added:
+ Added rules from #172
+ Added rules from #176
+ Added rules from #178

Fixed:
+ #170
+ #162
+ #163
2019-04-26 23:41:44 +02:00
Kevin Röbert
1d6d36eb8c Update CHANGELOG.md 2019-04-14 12:15:58 +00:00
Kevin Röbert
a8a5f7e311 Version 1.6.1 2019-04-14 12:12:58 +00:00
Kevin Röbert
929aa53aa1 Correction 2019-04-14 12:10:21 +00:00
Kevin Röbert
aa2344b4cc Update README.md 2019-04-13 16:41:55 +00:00
Kevin Röbert
7999077671 Update french translation 2019-04-13 16:37:01 +00:00
Kevin Röbert
75275bad7e Update data.min.json 2019-04-13 16:33:14 +00:00
Kevin Röbert
54d72e7865 Merge branch 'master' into 'master'
Update Chinese translations

See merge request KevinRoebert/ClearUrls!41
2019-04-12 10:22:40 +00:00
Yi-Ping Huang
61d285be99 Update Chinese translations 2019-04-12 17:29:10 +08:00
Kevin Röbert
217393ded8 Merge branch 'master' of https://gitlab.com/KevinRoebert/ClearUrls 2019-04-11 16:40:56 +02:00
Kevin Röbert
91d46a7b70 ClearURLs v.1.6
- Added listener to the browser history to prevent tracking with the [history.pushState method](https://developer.mozilla.org/en-US/docs/Web/API/History_API)
- Added webNavigation and tabs permissions, for the new feature
- Added switches in settings to enable and disable the context menu entry and the history listener
- Added tool to clean URLs, that was pasted into a textbox
- Added icon for new tool to clean URLs

- Fixed [#40](https://gitlab.com/KevinRoebert/ClearUrls/issues/40), see also https://curl.kevinroebert.de
- Fixed [#103](https://gitlab.com/KevinRoebert/ClearUrls/issues/103), see also https://curl.kevinroebert.de

- Changed clipboard-helper.js path to be absolute to prevent problems
- Changed rewrite of old GitHub links to the new data.min.json and rules.min.hash
- Config icon is now bigger and above the config label
- Update Traditional Chinese Translation by [@yipinghuang](https://gitlab.com/yipinghuang)

#161 #162 #157 #40 #103 #158
2019-04-11 16:40:48 +02:00
Kevin Röbert
ae139af5ea Merge branch 'master' into 'master'
Update Traditional Chinese Translation

See merge request KevinRoebert/ClearUrls!40
2019-04-11 14:35:42 +00:00
Yi-Ping Huang
a41deb20d8 Update Traditional Chinese Translation 2019-04-11 14:35:42 +00:00
Kevin Röbert
a76ecb17b3 Add changelog up to version 1.3.4.0 2019-04-10 21:27:21 +02:00
Kevin Röbert
dfebef07ac Add CHANGELOG 2019-04-10 18:29:32 +00:00
Kevin Röbert
1b6cc37bdd Change to old clipboard copy technique, to support chrome and older firefox versions 2019-04-10 19:08:07 +02:00
Kevin Röbert
cfd3bf5f43 It seems like, chrome doesn't like icons. 2019-04-10 18:37:55 +02:00
Kevin Röbert
a91b79aa18 Have overlooked this little hyphen :/ 2019-04-10 18:33:21 +02:00
Kevin Röbert
4fc4018859 Chrome ASCII message fix 2019-04-10 18:20:43 +02:00
Kevin Röbert
e87aa9d027
Add function to clean copied links
#157
2019-04-10 18:08:10 +02:00
Kevin Röbert
9b7dd7f9cb Update rules.hash 2019-04-08 18:07:04 +00:00
Kevin Röbert
8b8ac33ed2
New rules
#156 and #157
2019-04-08 19:00:04 +02:00
Kevin Röbert
a67abc6bc6 Revert "New rules"
This reverts commit c53a36999c
2019-04-08 16:58:44 +00:00
Kevin Röbert
c53a36999c
New rules
#156 #157
2019-04-08 18:57:22 +02:00
Kevin Röbert
1caeeb29ab Update README.md 2019-04-08 07:59:05 +00:00
Kevin Röbert
0a948968b3 Add png icons to support googles webextension api 2019-04-08 09:52:23 +02:00
Kevin Röbert
304cbe2e6b remove tab permission
The tab permission is not required for all methods on the tabs api
2019-04-03 20:21:31 +02:00
Kevin Röbert
ed61dbdbaf Update README.md 2019-04-03 11:29:09 +00:00
Kevin Röbert
2d1d81810e New rules new hash 2019-04-03 13:27:54 +02:00
Kevin Röbert
c9f3b3610d Add rule from @walterl to data.json 2019-04-03 13:26:36 +02:00
Kevin Röbert
932511fbf8 Merge branch 'redirect-amo-outgoing' into 'master'
Add redirect for addons.mozilla.org outgoing links

See merge request KevinRoebert/ClearUrls!39
2019-04-03 11:22:40 +00:00
Walter Leibbrandt
28af5a8630 Add redirect for addons.mozilla.org outgoing links 2019-04-02 23:07:01 +02:00
Kevin Röbert
36300bf1c9 CI generates the chrome version 2019-04-02 00:16:32 +02:00
Kevin Röbert
4f86852312 Update ci for chrome support 2019-04-01 23:53:49 +02:00
Kevin Röbert
03e0580b20 Chrome support 2019-04-01 23:53:28 +02:00
Kevin Röbert
869cd63e64 Fix #153
Implementing the flat function by my own, also a function that removes empty fields from arrays.
2019-03-27 18:31:37 +01:00
Kevin Röbert
f69ae79adb Update README.md 2019-03-21 17:16:43 +00:00
Kevin Röbert
cd6bb5d6f5 new rules new hash 2019-03-21 17:58:57 +01:00
Kevin Röbert
f02d36c6a7 #119
I hope the redirection works
2019-03-21 17:50:16 +01:00
Kevin Röbert
f46daa7205 New rules new hash 2019-03-19 16:21:03 +01:00
Kevin Röbert
cc358744f2 #151 without id 2019-03-19 16:13:24 +01:00
Kevin Röbert
df4e461102 Merge branch 'master' of https://gitlab.com/KevinRoebert/ClearUrls 2019-03-19 15:56:06 +01:00
Kevin Röbert
9a6adad225 Disqus redirection #151 2019-03-19 15:55:54 +01:00
Kevin Röbert
1e15c8a265 Update README.md 2019-03-18 21:09:58 +00:00
Kevin Röbert
d87d88250d Fix #31
+ Bugfix for Android devices
2019-03-18 17:39:47 +01:00
Kevin Röbert
1175d0ff9d New rules new hash 2019-03-16 13:30:30 +01:00
Kevin Röbert
bfabe4ca98 Add facebook redirection #150 2019-03-16 13:29:23 +01:00
Kevin Röbert
80af6f6fea Better performance + "unlimitedStorage" permission
+ Changed the regex interpretation for better performance.
+ Also asked for "unlimitedStorage" permission to have enough space for user generated rules.
2019-03-14 17:59:16 +01:00
Kevin Röbert
43a510efe7 Merge branch 'master' of https://gitlab.com/KevinRoebert/ClearUrls 2019-03-13 13:21:05 +01:00
Kevin Röbert
2a158f6dd7 Update license 2019-03-13 12:20:35 +00:00