From 44fda63a53d177fb7818ec3c8d3ef4c4b836af00 Mon Sep 17 00:00:00 2001 From: cristiancundari <37112275+cristiancundari@users.noreply.github.com> Date: Sat, 28 Mar 2020 16:46:57 +0100 Subject: [PATCH] Fixing #609 --- inject.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inject.js b/inject.js index fd7d166..a8c8f2c 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); }