Add plugin to bypass age restrictions (with userscript)

This commit is contained in:
TC
2022-04-09 22:57:57 +02:00
parent 57ec0a463d
commit 89ebc230e0
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
module.exports = () => {
// See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#userscript
require("simple-youtube-age-restriction-bypass/Simple-YouTube-Age-Restriction-Bypass.user.js");
};