FYTE /Fast YouTube Embedded/ Player

Hugely improves load speed of pages with lots of embedded Youtube videos by instantly showing clickable and immediately accessible placeholders, then the thumbnails are loaded in background. Optionally a fast simple HTML5 direct playback (720p max) can be selected if available for the video.

Old: v2.7.3 - 2016-09-07 - Don't try to process non-youtube videos, don't get unneeded info for autoplayed videos
New: v2.7.4 - 2016-10-03 - exclude some google+ iframes used in youtube's notifications

  • --- /tmp/diffy20240524-897829-u5rp49 2024-05-24 14:34:46.629150961 +0000
  • +++ /tmp/diffy20240524-897829-dgykj9 2024-05-24 14:34:46.629150961 +0000
  • @@ -2,8 +2,13 @@
  • // @name FYTE /Fast YouTube Embedded/ Player
  • // @description Hugely improves load speed of pages with lots of embedded Youtube videos by instantly showing clickable and immediately accessible placeholders, then the thumbnails are loaded in background. Optionally a fast simple HTML5 direct playback (720p max) can be selected if available for the video.
  • // @description:ru На порядок ускоряет время загрузки страниц с большим количеством вставленных Youtube-видео. С первого момента загрузки страницы появляются заглушки для видео, которые можно щелкнуть для загрузки плеера, и почти сразу же появляются кавер-картинки с названием видео. В опциях можно включить режим использования упрощенного браузерного плеера (макс. 720p).
  • -// @version 2.7.3
  • +// @version 2.7.4
  • // @include *
  • +// @exclude /^https:\/\/www\.youtube\.com\/(?!embed)/
  • +// @exclude https://plus.google.*/_/notifications/frame*
  • +// @exclude https://accounts.google.*/o/oauth2/postmessageRelay*
  • +// @exclude https://clients*.google.*/youtubei/*
  • +// @exclude https://clients*.google.*/static/proxy*
  • // @author wOxxOm
  • // @namespace wOxxOm.scripts
  • // @license MIT License