1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
kkapsner
6c2dbbebf0 Close page action after changes are written to storage.
Fixes #209.
2018-07-17 12:58:52 +02:00
kkapsner
bb4f43ec6d Version 0.5.1 2018-07-16 09:14:01 +02:00
kkapsner
32175f2045 Typo 2018-07-16 09:13:25 +02:00
kkapsner
95c826ad8d Fixed release notes. 2018-07-16 00:59:06 +02:00
kkapsner
2756b0b165 Added release notes for 0.5.0a and 0.5.0b 2018-07-16 00:38:23 +02:00
kkapsner
47a9519ceb "Protect" data URL pages by blocking outgoing requests
Fixes #208
2018-07-16 00:14:44 +02:00
kkapsner
a65855a587 Show page action when blocking
Fixes #207
2018-07-13 16:59:49 +02:00
kkapsner
26529a3653 Hide function replacement
Fixes #206
2018-07-13 16:58:13 +02:00
kkapsner
720a9bc9a5 Added feature to hide settings. 2018-07-02 00:29:41 +02:00
kkapsner
e9fbb7259e Added grouping for keys in object setting. 2018-06-21 00:07:29 +02:00
kkapsner
0f0f526fd5 Added protection for audio API 2018-06-16 00:22:31 +02:00
kkapsner
d27473f383 Reinserted Version 0.4.6 2018-05-26 21:51:42 +02:00
kkapsner
15c9197d02 Version 0.4.5c 2018-05-26 15:44:02 +02:00
kkapsner
52e44e0eb2 respect RFP setting in isPointInPath and isPointInStroke
Fixes #189
2018-05-26 15:36:55 +02:00
kkapsner
f02246128e Added setting to whitelist parts of the canvas API 2018-05-26 15:33:39 +02:00
kkapsner
9d0cd04fc3 Version 0.4.6 2018-05-02 23:10:47 +02:00
kkapsner
43de1ba191 Added release notes for 0.4.5a and 0.4.5b 2018-04-27 09:07:15 +02:00
kkapsner
4084c8e1b6 Updated release notes. 2018-04-24 13:34:16 +02:00
kkapsner
a7e472f298 added isPointInPath and isPointInStroke to the readout-API list 2018-04-01 22:47:57 +02:00
kkapsner
6f8f9a7e9c Split long clear timeout delays.
window.setTimeout can not handle big delays.

Fixes #180
2018-02-16 18:10:18 +01:00
kkapsner
10d9c022e0 Border issue with sections 2018-01-08 17:08:36 +01:00
kkapsner
2b92481004 Show options page on install or update
But only when pageAction is not available (i.e. Fennec)
2018-01-08 17:07:46 +01:00
kkapsner
77e079e5cc Added showCanvasWhileAsking
Fixes #175
2018-01-04 13:36:18 +01:00
kkapsner
ab19ebd2c6 Enable asking in iframes 2018-01-04 13:30:48 +01:00
kkapsner
66336d1b65 prevent possible double faking 2018-01-03 10:59:56 +01:00
kkapsner
657d929ffa Version 0.4.5 2017-12-20 00:23:55 +01:00
kkapsner
ad4d5b3e8e Version 0.4.4b 2017-12-20 00:08:29 +01:00
kkapsner
c51126483c Updated release notes. 2017-12-19 23:15:31 +01:00
kkapsner
596a7ca33b Switch to using beta channel 2017-12-19 00:28:42 +01:00
kkapsner
04d3777e6f Version 0.4.3d... 2017-12-18 23:55:58 +01:00
kkapsner
1c64c5e06e Re-added white, black and ignore list
but only in expert mode.
2017-12-18 23:17:18 +01:00
kkapsner
c01b8283c1 Version 0.4.4 2017-12-16 20:34:03 +01:00
kkapsner
22fd0e8be1 Discarded pre-intercept
It broke pinned tabs and JS in some cases.

Fixes #164.
2017-12-16 19:27:29 +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
3fcc5774c2 Only Firefox < 57 block on pre-intercept 2017-12-13 20:15:50 +01:00
kkapsner
871199cbc3 do not show notifications when canvas faking was aborted 2017-12-11 12:48:08 +01:00
kkapsner
096db123d7 Added setting for minimal colors
Fixes #162
2017-12-11 12:47:43 +01:00
kkapsner
ba8f35a9a8 Hide lists 2017-12-03 23:58:54 +01:00
kkapsner
01780da9f5 Added URL specific settings
For blockMode and showNotifications.

Fixes #148.
2017-12-03 23:47:49 +01:00
kkapsner
2bc0315c5b Added "white" rng 2017-11-24 17:06:43 +01:00
kkapsner
dd3620cd08 Fixed page action display confusion
Fixes #149
2017-11-14 23:57:44 +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
b3bb10d334 Cleaned up options page 2017-11-11 23:34:59 +01:00
kkapsner
a465303fff askOnly once extended
API-types can now be combined in "askOnlyOnce".
Needed new storage version -> added settings migration
2017-11-10 23:45:09 +01:00
kkapsner
f75189f374 Added ask deny mode
Fixes #142 and some minor bugs.
2017-11-09 00:53:52 +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
2193313980 Centralized settings management 2017-11-07 00:36:44 +01:00