mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
parent
0d5c9beeb3
commit
212cce2ed3
@ -18,6 +18,7 @@ div {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
color: #505050;
|
||||
}
|
||||
|
||||
.action + .action {
|
||||
|
@ -54,20 +54,14 @@
|
||||
"page": "options/options.html"
|
||||
},
|
||||
"browser_action": {
|
||||
"browser_style": true,
|
||||
"default_icon": {
|
||||
"19": "icons/browserAction-notPrinted.svg",
|
||||
"38": "icons/browserAction-notPrinted.svg"
|
||||
},
|
||||
"browser_style": false,
|
||||
"default_icon": "icons/browserAction-notPrinted.svg",
|
||||
"default_title": "CanvasBlocker",
|
||||
"default_popup": "browserAction/browserAction.html"
|
||||
},
|
||||
"page_action": {
|
||||
"browser_style": true,
|
||||
"default_icon": {
|
||||
"19": "icons/pageAction-printed.svg",
|
||||
"38": "icons/pageAction-printed.svg"
|
||||
},
|
||||
"browser_style": false,
|
||||
"default_icon": "icons/pageAction-printed.svg",
|
||||
"default_popup": "pageAction/pageAction.html"
|
||||
},
|
||||
"author": "Korbinian Kapsner",
|
||||
|
@ -8,6 +8,7 @@ body {
|
||||
padding-right: 23px;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#prints {
|
||||
|
@ -10,6 +10,7 @@ Version 0.5.3:
|
||||
fixes:
|
||||
- CSP did not work properly for worker-src
|
||||
- detection if the options page was displayed in a separate tab did not work reliably
|
||||
- popup text not readable in some dark themes
|
||||
|
||||
known issues:
|
||||
- if a data URL is blocked the page action button does not appear
|
||||
|
Loading…
x
Reference in New Issue
Block a user