Skip to content

Commit 128b469

Browse files
ghostery-adblocker-bot[bot]Ghostery Adblocker Bot
andauthored
Update scriptlets (#14)
Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
1 parent 8bb4014 commit 128b469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "deno build.ts --tagName 1.65.0 > ubo.js",
8+
"build": "deno build.ts --tagName 1.65.1b0 > ubo.js",
99
"test": "node --test"
1010
},
1111
"author": {

ubo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19241,7 +19241,7 @@ function preventInnerHTML(
1924119241
if ( typeof elem.matches !== 'function' ) { return false; }
1924219242
if ( elem.matches(selector) === false ) { return false; }
1924319243
}
19244-
return safe.testPattern(matcher, a);
19244+
return safe.testPattern(matcher, `${a}`);
1924519245
};
1924619246
Object.defineProperty(Element.prototype, 'innerHTML', {
1924719247
get: function() {

0 commit comments

Comments
 (0)