mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
feat(adblocker): add new option AdSpeedup (#2235)
* Ad speedup code * And ad-speedup translations * Update index.ts * fix error * Update build.yml * add AdSpeedup as adBlock option * remove it as own plugin * remove console.log * add semicolons
This commit is contained in:
@ -214,6 +214,10 @@
|
||||
},
|
||||
"name": "Ad Blocker"
|
||||
},
|
||||
"ad-speedup": {
|
||||
"name": "Ad Speedup",
|
||||
"description": "If an ad play it mutes the audio and sets playback speed to 16x"
|
||||
},
|
||||
"album-actions": {
|
||||
"description": "Adds Undislike, Dislike, Like, and Unlike buttons to apply this to all songs in a playlist or album",
|
||||
"name": "Album Actions"
|
||||
|
||||
Reference in New Issue
Block a user