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

501 Commits

Author SHA1 Message Date
kkapsner
c16aea3d6e Added translation tool 2018-09-12 00:07:39 +02:00
kkapsner
f05717836d canvas content was not stored to be displayed when wanted 2018-09-11 23:56:44 +02:00
kkapsner
5e5011f208 Added setting to controll to save notification details
Fixes #236
2018-09-11 23:54:59 +02:00
kkapsner
1a066de2fd Put RegExp in quotes 2018-09-09 01:07:00 +02:00
kkapsner
0133af70f5 Add proper DOMRect ask texts.
For #236
2018-09-09 00:16:44 +02:00
kkapsner
1eacfe7dc5 Ignoring DOMRect did not work.
For #236.
2018-09-09 00:15:47 +02:00
kkapsner
4c2fea8a90 Don't store ignored notifications.
For #236
2018-09-09 00:15:21 +02:00
kkapsner
255c8e6bbf DOMRect did not work because of protectedAPIFeatures 2018-09-08 00:05:56 +02:00
kkapsner
9af7378139 Fix German translation 2018-09-07 23:52:58 +02:00
kkapsner
fa92c15dab Converted apiWhiteList to protectedAPIFeatures
For #247
2018-09-07 23:52:29 +02:00
kkapsner
2138467fd3 Changed urlSettings title
For #245
2018-09-07 14:47:30 +02:00
kkapsner
ca6e5d83e1 Merge branch 'DOMRect'
Fixes #236
2018-09-06 20:24:37 +02:00
kkapsner
eed3e670ce Harmonized ask texts 2018-09-06 20:23:13 +02:00
kkapsner
b36bc34f5c Grammar 2018-09-06 20:17:30 +02:00
kkapsner
639ecb7cf4 Orthographie 2018-09-06 20:16:44 +02:00
kkapsner
d3d137beed Fixed accidental blocking
See #243
2018-09-06 17:30:44 +02:00
kkapsner
bda97dbc38 Merge branch 'master' into DOMRect 2018-09-06 17:27:52 +02:00
kkapsner
aa8b202545 Fixed bug with "block" mode
window and audio API were always blocked when using any of the "block
..." modes

Fixes #243
2018-09-06 17:24:05 +02:00
kkapsner
e0729480fb Fix dataUrls.js 2018-09-06 08:38:22 +02:00
kkapsner
360c4628ce Corrected domain recognition
Domains with hyphens were treates like RegExps.

Fixes #244.
2018-09-06 08:34:08 +02:00
kkapsner
aa91a32b68 Update API whitelist description
For #244
2018-09-06 08:33:08 +02:00
kkapsner
fb31545604 Removed debugging statement 2018-09-05 17:02:36 +02:00
kkapsner
f8dc7ff05b DOMRect: added test for range functions 2018-09-05 16:56:34 +02:00
kkapsner
a01ccf458f Corrected type and api on DOMRect changed functions 2018-09-05 16:47:32 +02:00
kkapsner
b2b66b8960 Updated documentation. 2018-09-05 16:42:57 +02:00
kkapsner
6a6a123c3b Added german DOMRect translation. 2018-09-05 16:42:25 +02:00
kkapsner
df1d59cf52 Added support for pixel fractions
Pixel fractions can be controlled by CSS. These fractions must not be
faked.

For #236.
2018-09-05 15:53:01 +02:00
kkapsner
1d5953e8c7 Added protection from undefined properties.
DOMRect has some new properties that are only in nightly at the moment.
2018-09-05 15:50:59 +02:00
kkapsner
350fdd3278 Added DOMRect detection tests. 2018-09-05 15:48:16 +02:00
kkapsner
c83b1f8a3b Added test for DOMRect 2018-09-05 08:21:22 +02:00
kkapsner
f00c3b674e First DOMRect draft
For #236
2018-09-04 23:29:58 +02:00
kkapsner
9d7c801c2b Added save/load directly to/from file option
Fixes #240.
2018-09-02 13:34:20 +02:00
kkapsner
f0f13f17a3 Version 0.5.4 2018-09-02 12:36:27 +02:00
kkapsner
260746f944 Fixed bug in reCAPTCHA-confirmation.
Fixes #231.
2018-08-31 19:37:57 +02:00
kkapsner
6ca0239c53 Added user prompt for reCAPTCHA when activating window protection
Fixes #231.
2018-08-31 16:41:36 +02:00
kkapsner
bde8ac3e8e Only use onHeadersReceived listener when necessary
As mentioned in #214
2018-08-28 21:09:03 +02:00
kkapsner
d020c55e11 Added space in browser action title
As mentioned in #225.
2018-08-28 08:29:57 +02:00
kkapsner
84bd36197b Added theme to page action popup
Fixes #232.
2018-08-28 08:29:01 +02:00
kkapsner
40677bd2c6 Only display 250 notifications for one type
More will be counted but not rendered.

Fixes #234.
2018-08-27 22:09:51 +02:00
kkapsner
9a7d3d4230 Grammatical typos. 2018-08-27 19:51:19 +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
4c7b83aca6 Added support to fake getters. 2018-08-27 00:23:19 +02:00
kkapsner
103c69d4b8 Spell checking. 2018-08-26 23:13:23 +02:00
kkapsner
da14aaff51 Added option to ignore APIs
As mentioned in #233
2018-08-24 19:39:34 +02:00
kkapsner
5ced858173 Fixed display dependencies for ignoreList 2018-08-24 16:36:07 +02:00
kkapsner
391deae6f1 Improved browser action title
As mentioned in #233.
2018-08-22 22:37:06 +02:00
kkapsner
0d1738d328 Announcement: drop active support for Firefox < 60
You will be able to install it on Firefox >= 52 but I will not test it
and will not provide a separate release version for it.
2018-08-22 22:21:52 +02:00
kkapsner
4a043b2c78 Typos and linting 2018-08-22 22:16:49 +02:00
kkapsner
f873bd84e5 protectAudio should be url specific 2018-08-22 14:41:48 +02:00