mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
@@ -600,6 +600,10 @@ function initializeNow(document) {
|
|||||||
)[0];
|
)[0];
|
||||||
if (oldController) {
|
if (oldController) {
|
||||||
oldController.remove();
|
oldController.remove();
|
||||||
|
if (node.vsc) {
|
||||||
|
delete node.dataset.vscid;
|
||||||
|
delete node.vsc;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
checkForVideo(node, node.parentNode || mutation.target, true);
|
checkForVideo(node, node.parentNode || mutation.target, true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user