Fixed loop breakage
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Better Youtube +",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"description": "Enhancements for Youtube to have a better experience.",
|
||||
|
||||
"applications": {
|
||||
|
@@ -43,7 +43,7 @@
|
||||
let ytMaxDefaultImg, ytHqDefaultImg, ytAMaxDefaultImg, ytAHqDefaultImg; // Thumbnail images
|
||||
let mainContentArea, playerWindow, containerOfPlyrWndow, video; // Youtube Player container
|
||||
let videoTimeLength, videoTimeCurent, ytRangeStart, ytRangeEnd,
|
||||
slugInputTag, endlessPlayTag, ytVideoIntervalLoop;
|
||||
slugInputTag, endlessPlayTag, ytVideoIntervalLoop, loopingInterval;
|
||||
|
||||
let poppedContainer, videoSlug, volumeLbl, part;
|
||||
let modalHasBeenClosed = false;
|
||||
@@ -454,6 +454,7 @@
|
||||
}
|
||||
|
||||
const downloadVideo = () => {
|
||||
console.log("Downloading: " + video.baseURI);
|
||||
browser.runtime.sendMessage( { "url": video.baseURI } );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user