Skip to content

Commit

Permalink
Merge pull request dhowe#1859 from mneunomne/specialLocalIframes_fix
Browse files Browse the repository at this point in the history
Fix special local iframe inject
  • Loading branch information
dhowe authored Jun 2, 2021
2 parents e721e10 + 89dfae9 commit 709a8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@ vAPI.injectScriptlet = function(doc, text) {
domFilterer.addCSSRule(
selectors,
vAPI.hideStyle,
{ mustInject: isSpecialLocalIframes ? true : false } // ADN
);
mustCommit = true;
}
Expand Down

0 comments on commit 709a8eb

Please sign in to comment.