kkapsner
|
f73a4ee619
|
Save state of the arrow menu in options page
Fixes #251
|
2018-09-12 23:43:48 +02:00 |
|
kkapsner
|
040acb311f
|
Added missing translation checker
|
2018-09-12 22:54:25 +02:00 |
|
kkapsner
|
be337fcd43
|
Added missing translations
|
2018-09-12 22:37:45 +02:00 |
|
kkapsner
|
28d6cf0d63
|
Added instruction von url specific values
Fixes #248
|
2018-09-12 22:36:14 +02:00 |
|
kkapsner
|
fe1f1ec79a
|
Fixed caching issue
md5 was too slow.
Fixes #236
|
2018-09-12 22:23:29 +02:00 |
|
kkapsner
|
c798e2b412
|
Improve options layout
|
2018-09-12 18:10:31 +02:00 |
|
kkapsner
|
19a9035bed
|
Settings rearrangement
For #251
|
2018-09-12 09:21:52 +02:00 |
|
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 |
|
micrococo
|
c2ca07e339
|
Add Spanish translation
|
2018-09-08 11:12:39 +02:00 |
|
kkapsner
|
e147c119ef
|
Only use whitelisted status of tab url
For #241
|
2018-09-08 00:44:37 +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
|
6477572f79
|
Added indicator for whitelisted tab
First draft for #241
|
2018-09-06 20:13:16 +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 |
|