mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix typo
This commit is contained in:
parent
110e474a91
commit
a546a5e1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
const rePattern = new RegExp(pattern);
|
||||
const createDecoy = function(tag, urlProp, url) {
|
||||
const decoy = document.createElement('iframe');
|
||||
const decoy = document.createElement(tag);
|
||||
decoy[urlProp] = url;
|
||||
decoy.style.setProperty('height','1px', 'important');
|
||||
decoy.style.setProperty('position','fixed', 'important');
|
||||
|
|
|
|||
Loading…
Reference in a new issue