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:
Johannes7k75
2024-07-18 06:16:46 +02:00
committed by GitHub
parent 64fb6c2597
commit ccb19a0dc9
4 changed files with 70 additions and 0 deletions

View File

@ -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"