new auto confirm when paused

This commit is contained in:
Araxeus
2021-10-15 14:38:09 +03:00
parent d775e3d588
commit dda18a72af
7 changed files with 9 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");
};