New plugin: autoconfirm when paused

This commit is contained in:
TC
2020-03-13 23:06:07 +01:00
parent 9371a4827e
commit b855726973
3 changed files with 14 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"npm": "Please use yarn and not npm"
},
"dependencies": {
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.7.1",
"ad-block": "^4.1.3",
"electron-debug": "^2.0.0",
"electron-is": "^3.0.0",

View File

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

View File

@ -23,6 +23,7 @@ You can check out the [latest release](https://github.com/th-ch/youtube-music/re
- **No Google Login**: remove Google login buttons and links from the interface
- **Shortcuts**: use your usual shortcuts (media keys, Ctrl/CMD + F…) to control YouTube Music
- **Navigation**: next/back navigation arrows directly integrated in the interface, like in your favorite browser
- **Auto confirm when paused**: when the "Continue Watching?" modal appears, automatically click "Yes"
## Dev