1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 19:08:06 +02:00
Commit Graph

49 Commits

Author SHA1 Message Date
kkapsner
e56df7160f Added navigator protection 2019-02-27 23:49:00 +01:00
kkapsner
60559af7ea Version 0.5.9 2019-02-10 12:58:00 +01:00
kkapsner
3133abf4f7 Version 0.5.8 2019-02-04 19:04:41 +01:00
kkapsner
cf638333fd Version 0.5.7 2019-01-26 21:19:08 +01:00
kkapsner
dae401acf8 Version 0.5.6 2018-10-13 12:50:30 +02:00
kkapsner
de4d185c0e Version 0.5.5 2018-09-23 13:18:15 +02:00
kkapsner
ee7f9b4dae Separated setting containers
For #166
2018-09-16 01:22:40 +02:00
kkapsner
57ef8a4166 Simplified relation logging <-> settings
For #166
2018-09-15 21:13:25 +02:00
kkapsner
9d5e8b71ed Separated settings migration
For #166
2018-09-14 16:29:30 +02:00
kkapsner
f00c3b674e First DOMRect draft
For #236
2018-09-04 23:29:58 +02:00
kkapsner
f0f13f17a3 Version 0.5.4 2018-09-02 12:36:27 +02:00
kkapsner
83efac5e49 Added protection for window.name and window.opener
As requested by #231.

But this protection is disabled by default.
2018-08-27 00:33:39 +02:00
kkapsner
fd7c4fabbd Added protection for history.length
As requested by #231.
2018-08-27 00:30:48 +02:00
kkapsner
391deae6f1 Improved browser action title
As mentioned in #233.
2018-08-22 22:37:06 +02:00
kkapsner
c25e95f845 Added highlighting options for notification icons
Fixes #225.
2018-08-20 21:48:05 +02:00
kkapsner
212cce2ed3 Set text color for popups
Fixes #226.
2018-08-19 23:25:19 +02:00
kkapsner
2ade097dd9 Version 0.5.3 2018-07-31 20:38:21 +02:00
kkapsner
05a3429dbe Change browser action icon depending on fake status.
As mentioned in #217
2018-07-31 13:36:34 +02:00
kkapsner
4a6c5192f8 Added browser toolbar icon
Fixes #217
2018-07-29 21:43:40 +02:00
kkapsner
495e461cee Version 0.5.2 2018-07-21 13:54:01 +02:00
kkapsner
8389165b70 Allow blob and filesystem schemes
They are protected and do not need to be blocked (like data-URLs).

Fixes #212 and fixes #213.
2018-07-21 13:25:15 +02:00
kkapsner
bb4f43ec6d Version 0.5.1 2018-07-16 09:14:01 +02:00
kkapsner
47a9519ceb "Protect" data URL pages by blocking outgoing requests
Fixes #208
2018-07-16 00:14:44 +02:00
kkapsner
95f8faed6f Content scripts should match about:blank
As mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1475831 it
should protect data URL pages (see #208) - but it doesn't...

Reopens #165
2018-07-16 00:01:25 +02:00
kkapsner
26529a3653 Hide function replacement
Fixes #206
2018-07-13 16:58:13 +02:00
kkapsner
4d71d6bc02 Added audio cache. 2018-06-30 00:34:20 +02:00
kkapsner
0f0f526fd5 Added protection for audio API 2018-06-16 00:22:31 +02:00
kkapsner
9d0cd04fc3 Version 0.4.6 2018-05-02 23:10:47 +02:00
kkapsner
657d929ffa Version 0.4.5 2017-12-20 00:23:55 +01:00
kkapsner
596a7ca33b Switch to using beta channel 2017-12-19 00:28:42 +01:00
kkapsner
c01b8283c1 Version 0.4.4 2017-12-16 20:34:03 +01:00
kkapsner
de5ac1f6d4 Do not insert content script in about:blank
Fixes #165
2017-12-15 20:07:34 +01:00
kkapsner
3bbbfc4a15 Force settings loading 2017-12-15 01:00:52 +01:00
kkapsner
a5f3e78292 Do not forceLoad depending on Firefox version 2017-12-15 00:48:00 +01:00
kkapsner
78a0ccc243 Inject content script also in about:blank 2017-11-29 08:45:08 +01:00
kkapsner
790578e7cd Version 0.4.3 2017-11-14 23:22:03 +01:00
kkapsner
d531abb2de Added export and import for settings 2017-11-14 01:07:27 +01:00
kkapsner
3cb1974b18 Added clear interval
Also ensures that the persistent data is loaded correctly in ESR.

Fixes #139 and #143
2017-11-08 17:46:41 +01:00
kkapsner
f2307ca13a Correcting minimal version.
Fixes #143
2017-11-07 19:49:09 +01:00
kkapsner
2193313980 Centralized settings management 2017-11-07 00:36:44 +01:00
kkapsner
b35b460b91 Version 0.4.1 2017-10-06 23:01:34 +02:00
kkapsner
4e239ba17e Added svg icons 2017-09-16 16:18:19 +02:00
kkapsner
d8f6fb1ac9 Made readPixels consistent with the other faked readout functions. 2017-08-13 23:41:57 +02:00
kkapsner
6f9e2ad686 Cleanup of manifest.json 2017-08-09 18:20:28 +02:00
kkapsner
1733be23f2 Added setting "ignoreFrequentColors" 2017-08-07 21:03:34 +02:00
kkapsner
9715eb09d2 Added logging lib with setting to control log level. 2017-07-27 19:14:04 +02:00
kkapsner
8cec88f5f7 Restructuring of main.js. 2017-07-07 08:50:23 +02:00
kkapsner
5cec9781c2 Added pageAction to display the notifications. 2017-06-29 07:21:36 +02:00
kkapsner
cba5680406 First working webExtesion. 2017-06-25 22:33:12 +02:00