set all_frames to true for global rules: also apply to frames - firefox-fix-web… | |
git clone git://git.codemadness.org/firefox-fix-web | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 62c5d60e4364144d8091ca2dcca6de49120ae667 | |
parent 6a383f525bef72c07d8831ea72df300a6ba4f740 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 9 Nov 2019 22:29:30 +0100 | |
set all_frames to true for global rules: also apply to frames | |
This also applies to frames even if it's not part of the top-domain. | |
Diffstat: | |
M extension/manifest.json | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/extension/manifest.json b/extension/manifest.json | |
@@ -14,7 +14,8 @@ | |
{ | |
"matches": [ "*://*/*" ], | |
"js": [ "global/focus.js", "global/fiximg.js" ], | |
- "css": [ "global/anim.css" ] | |
+ "css": [ "global/anim.css" ], | |
+ "all_frames": true | |
}, | |
{ | |
"matches": [ "*://www.buienradar.nl/*" ], |