set all_frames to true for global rules: also apply to frames - firefox-fix-web - Firefox extension: fix web
(HTM) git clone git://git.codemadness.org/firefox-fix-web
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 62c5d60e4364144d8091ca2dcca6de49120ae667
(DIR) parent 6a383f525bef72c07d8831ea72df300a6ba4f740
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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(-)
---
(DIR) 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/*" ],