diff --git a/inject.js b/inject.js index fd7d1667..a8c8f2cd 100644 --- a/inject.js +++ b/inject.js @@ -600,6 +600,10 @@ function initializeNow(document) { )[0]; if (oldController) { oldController.remove(); + if (node.vsc) { + delete node.dataset.vscid; + delete node.vsc; + } } checkForVideo(node, node.parentNode || mutation.target, true); }