Merge branch 'master' into patch-1

This commit is contained in:
hayper
2023-01-19 13:14:32 +07:00
committed by GitHub
5 changed files with 20 additions and 15 deletions

View File

@ -1,4 +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");
require("Simple-YouTube-Age-Restriction-Bypass/Simple-YouTube-Age-Restriction-Bypass.user.js");
};