[implemented] Playback Speed

For people who want to increase the speed of plex and who are on a computer it’s simple :

  1. Go here : http://bookmarklets.org/maker/
  2. Uncheck “URL-encode reserved characters”
  3. Paste this code :
javascript:(function(){document.querySelector("video").playbackRate=2;}());
  1. Drag and drop “My Bookmarklet” to your bookmarks bar: It’s finish !
  2. Go to any video and click on “My Bookmarklet” and your video will be in x2
    Note: to change the speed, edit the script and put x1,5 or x3 …
5 Likes