added youtube playback rate
This commit is contained in:
parent
7dd96ac108
commit
6364c65127
2 changed files with 67 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
<a
|
||||
href="/"
|
||||
class="block text-center underline decoration-transparent transition-colors hover:decoration-pink-600"
|
||||
>Userscripts</a>
|
||||
>Userscripts</a
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end gap-2 py-2 md:gap-4">
|
||||
|
@ -100,6 +101,17 @@
|
|||
>
|
||||
updated via hotkeys
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="/scripts/youtube.user.js"
|
||||
class="underline decoration-indigo-500 transition-colors hover:decoration-pink-600"
|
||||
target="_blank"
|
||||
referrerpolicy="no-referrer"
|
||||
>Youtube playbackRate</a
|
||||
>
|
||||
- Add buttons to increase/decrease the playback rate of youtube videos in the
|
||||
userscript extension
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue