mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-24 01:56:06 -04:00
remove sendMessage wrapper
Discussion: https://github.com/igrigorik/videospeed/issues/339
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
chrome.runtime.sendMessage({}, function(response) {
|
|
||||||
var tc = {
|
var tc = {
|
||||||
settings: {
|
settings: {
|
||||||
speed: 1.0, // default 1x
|
speed: 1.0, // default 1x
|
||||||
@@ -537,4 +536,3 @@ chrome.runtime.sendMessage({}, function(response) {
|
|||||||
animation = false;
|
animation = false;
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
Reference in New Issue
Block a user