mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Removed default parameter value initialization to support old version browsers
This commit is contained in:
@@ -203,7 +203,7 @@ chrome.extension.sendMessage({}, function(response) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function runAction(action, document, keyboard = false) {
|
function runAction(action, document, keyboard) {
|
||||||
var videoTags = document.getElementsByTagName('video');
|
var videoTags = document.getElementsByTagName('video');
|
||||||
videoTags.forEach = Array.prototype.forEach;
|
videoTags.forEach = Array.prototype.forEach;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user