AdguardAssistant
AdguardAssistant copied to clipboard
Wrong check for shadow DOM
In Safari it can cause issues, see the details here: https://github.com/AdguardTeam/CoreLibs/issues/724
We should check Element.prototype.attachShadow instead of what we do now.