Fix bypass-age-restriction lib import

This commit is contained in:
TC
2023-01-15 21:12:12 +01:00
parent a51ed89281
commit b518866d24
3 changed files with 12 additions and 3 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");
};