mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-10-29 10:30:35 -04:00
@@ -189,7 +189,7 @@ chrome.runtime.sendMessage({}, function(response) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
window.onload = () => initializeNow(document);
|
window.onload = () => initializeNow(document);
|
||||||
if (document) {
|
if (document && document.doctype.name == "html") {
|
||||||
if (document.readyState === "complete") {
|
if (document.readyState === "complete") {
|
||||||
initializeNow(document);
|
initializeNow(document);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user