Merge pull request #433 from Araxeus/new-auto-confirm

new auto confirm when paused
This commit is contained in:
th-ch
2021-10-24 12:44:19 +02:00
committed by GitHub
7 changed files with 6 additions and 43 deletions

View File

@ -1,12 +0,0 @@
// Define global chrome object to be compliant with the extension code
global.chrome = {
runtime: {
getManifest: () => ({
version: 1
})
}
};
module.exports = () => {
require("YoutubeNonStop/autoconfirm.js");
};