mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Merge branch 'master' of github.com:igrigorik/videospeed
This commit is contained in:
@@ -159,7 +159,7 @@ chrome.extension.sendMessage({}, function(response) {
|
||||
return;
|
||||
|
||||
var readyStateCheckInterval = setInterval(function() {
|
||||
if (document.readyState === 'complete') {
|
||||
if (document && document.readyState === 'complete') {
|
||||
clearInterval(readyStateCheckInterval);
|
||||
initializeNow(document);
|
||||
}
|
||||
|
Reference in New Issue
Block a user