Index: include.preload.js |
=================================================================== |
--- a/include.preload.js |
+++ b/include.preload.js |
@@ -369,17 +369,17 @@ |
if (/\.(?:google|blogger)\.com$/.test(document.domain)) |
return null; |
// Finally since some users have both AdBlock and Adblock Plus installed we |
// have to consider how the two extensions interact. For example we want to |
// avoid creating the shadowRoot twice. |
let shadow = document.documentElement.shadowRoot || |
document.documentElement.createShadowRoot(); |
- shadow.appendChild(document.createElement("shadow")); |
+ shadow.appendChild(document.createElement("content")); |
return shadow; |
}, |
addSelectorsInline(selectors, groupName) |
{ |
let style = this.styles.get(groupName); |