mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
10 lines
290 B
TypeScript
10 lines
290 B
TypeScript
import { createPlugin } from '@/utils';
|
|
|
|
export default createPlugin({
|
|
name: 'Bypass Age Restrictions',
|
|
restartNeeded: true,
|
|
|
|
// See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#userscript
|
|
renderer: () => import('simple-youtube-age-restriction-bypass'),
|
|
});
|