Restore animated thumbnail previews - youtube.com

2023-12-14. To restore animated thumbnail previews probably requires inline previews to be disabled in your Youtube settings, but if you haven't done that you won't be looking for this userscript anyway.

Versión del día 14/12/2023. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name        Restore animated thumbnail previews - youtube.com
// @namespace   Violentmonkey Scripts seekhare
// @match       http*://www.youtube.com/*
// @run-at      document-start
// @grant       none
// @version     1.0
// @license     MIT
// @author      seekhare
// @description 2023-12-14. To restore animated thumbnail previews probably requires inline previews to be disabled in your Youtube settings, but if you haven't done that you won't be looking for this userscript anyway.
// ==/UserScript==

Object.defineProperties(Object.prototype,{isPreviewDisabled:{get:function(){return false}, set:function(){}}})
长期地址
遇到问题?请前往 GitHub 提 Issues。