mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
remove bypass-age-restrictions
This commit is contained in:
@ -1,13 +0,0 @@
|
|||||||
import { inject } from 'simple-youtube-age-restriction-bypass';
|
|
||||||
|
|
||||||
import { createPlugin } from '@/utils';
|
|
||||||
import { t } from '@/i18n';
|
|
||||||
|
|
||||||
export default createPlugin({
|
|
||||||
name: () => t('plugins.bypass-age-restrictions.name'),
|
|
||||||
description: () => t('plugins.bypass-age-restrictions.description'),
|
|
||||||
restartNeeded: true,
|
|
||||||
|
|
||||||
// See https://github.com/organization/Simple-YouTube-Age-Restriction-Bypass#userscript
|
|
||||||
renderer: () => inject(),
|
|
||||||
});
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
declare module 'simple-youtube-age-restriction-bypass' {
|
|
||||||
export const inject: () => void;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user