Commit Graph

41 Commits

Author SHA1 Message Date
Kevin Röbert
d064537c07 Version 1.9.0
- Added #284
- Added #56
- Fixed #241
- Possible fix & workaround for #203
- Fixed bug in "history tracking injection protection". This option was not disabled, when the global filter switch are on off
- Added an option to im-/export the log (requires the `downloads` permission)
- Added an option to im-/export the settings (requires the `downloads` permission)
- Added information page for blocked sites, when they are called in the `main_frame`
- Added "multiple times URL encodes" recognition
- Refactoring
- Changed background script loading sequence to prevent that required functions are not yet loaded.
2019-10-23 01:16:12 +02:00
Kevin Röbert
191fcfce23 Version 1.8.5
#264
#262
#267
2019-09-29 17:10:26 +02:00
Kevin Röbert
ad3ab8df07 Version 1.8.4
- Force redirects only on main frames
- Added google link fix script, to avoid the sub frame permission for force redirection on google
2019-09-26 20:50:39 +02:00
Kevin Röbert
e159041600 Version 1.8.1
!47
#206
2019-09-12 22:17:13 +02:00
tartpvule
a4a62b0d1e Add console logging in saveOnDisk 2019-09-12 19:52:10 +00:00
tartpvule
891723b7b9 Save on storage change and deferred save, part 2
Insert calls to deferSaveOnDisk
2019-09-12 16:44:14 +00:00
tartpvule
6cdcfd099f Save on storage change and deferred save, part 1
Implement saveOnDisk (previously dead code), deferSaveOnDisk
Remove setInterval(saveOnExit, 60000)
2019-09-12 16:42:44 +00:00
Kevin Röbert
d2ec7ce49e Version 1.8.0 2019-09-11 18:08:41 +02:00
Kevin Röbert
5da65aed98 Added rule and deleted unnecessary "or"
#209
2019-07-29 17:40:54 +02:00
Kevin Röbert
15daf50c71 Version 1.6.9
#207
#208

+ Fixed error in fields RegExp
2019-07-29 01:26:45 +02:00
Kevin Röbert
dbe7c603f9 Improvements and Bugfix - Version 1.6.8
#206
#205
2019-07-28 20:27:13 +02:00
Kevin Röbert
f9289d9216 Version 1.6.5 2019-06-12 20:17:49 +02:00
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
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
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
0a948968b3 Add png icons to support googles webextension api 2019-04-08 09:52:23 +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
d87d88250d Fix #31
+ Bugfix for Android devices
2019-03-18 17:39:47 +01:00
Kevin Röbert
6b2e79669c Add license header 2019-03-13 13:20:24 +01:00
Kevin Röbert
9c638c52f9 Preparations for costume rules
+ Preparations for costume rules
- Feature "Report URLs"
+ Auto hash rules
+ Minimize rules length
+ Add start and end delimiters to rules
2019-03-12 18:13:23 +01:00
Kevin Röbert
81bc71de5e storage improvement
The command pattern has been implemented so that ClearURLs also works in private mode.
See also: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage
2019-02-13 18:02:08 +01:00
Kevin Röbert
228015e640 New Addon version and 10k downloads :) 2018-09-26 17:35:50 +02:00
Kevin Röbert
eacd8c4c13 Add Chrome Version
+ Added Chrome Version
+ Added new Dialog to send a url
2018-09-01 00:27:02 +02:00
Kevin Röbert
64ed933361 New Feature - Report URLs
Lately, I have received relatively few requests with potentially bad URLs. On the one hand, that could be because ClearURLs are working very well by now. But I also think that not everyone wants to sign up to GitLab to report a URL. That's why I've added a new button that reports the current URL in the active tab to me, so I can take a closer look at the URL.

So that you can see exactly what data will be sent to me, I have uploaded the source code for the PHP script, of course, without a password etc.

Please be careful not to send URLs with personal information or tokens.
2018-08-31 20:55:15 +02:00
Kevin Röbert
49a08881ed New Version 1.3.3.9
You can now manually specify in the settings which request types you would like to have all examined by ClearURLs.

#84
2018-07-31 19:15:48 +02:00
Kevin Röbert
0d5aa6cf28 Fix #70 2018-06-24 20:23:11 +02:00
Kevin Röbert
71ec21e871 Version 1.3.2.0
+ Fix a problem with the badged_color settings
+ Message for Incognito mode
+ Suggestion #65 implemented
2018-06-19 18:13:44 +02:00
Kevin Röbert
f064d46414 Translation for DataTable 2018-06-13 17:51:02 +02:00
Kevin Röbert
aa5a073248 Tooltips for filter and badges switch
Added tooltips for filter and badges switch on english and german.
2018-06-11 19:46:56 +02:00
Kevin Röbert
c4443fea60 Final version 1.2.2.8
I hope you all enjoy the new version.
2018-05-22 18:40:05 +02:00
Kevin Röbert
c42eae5e4a Translation 2018-05-21 23:25:20 +02:00
Kevin Röbert
ff88d9c0ae Version 1.2.2.0
Project memory management. I will test this version first and upload it to mozilla after the tests.
2018-05-18 01:31:04 +02:00
Kevin Röbert
a368967bfb For the next version 2018-01-16 14:42:41 +01:00
Kevin Röbert
6c42b3617c Hotfix for performance issue and center "rules"-btn
- Delete temporary the async promise function, because it works not like
it should work. (We will test some methods to increase the performance,
but the performance is already okay)
+ Add suggestion from @grenzor #21 to center the "rules-status"-button
2018-01-09 13:20:33 +01:00
Kevin Röbert
a402e190b0 Change version 2018-01-05 17:26:46 +01:00
Kevin Röbert
0f68d65e9a New Addon version 1.2
+ Badges counts only per url (for this feature we need the new "tabs"
permission)
+ New Interface. Special thanks to @grahamperrin and @Thorin-Oakenpants.
(#21)
+ Files in folder ordered
- Remove siteBlockedAlert.html page. We're show now nothing.
+ Revised texts for Rules-Status
+ Add File for version number
2017-12-16 23:50:50 +01:00