NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Ver Miniatura de Videos de Youtube
// @namespace https://openuserjs.org/scripts/AngelKrak/Ver_Miniatura_de_Videos_de_Youtube
// @description Ahora ya puedes Ver la Miniatura del Video que estas Viendo con solo un Click
// @version 0.1
// @author Angel Komander(AK)
// @website http://angelkrak.hol.es
// @match none
// @grant none
// @require https://code.jquery.com/jquery-2.1.4.js
// @include http*//*youtube.com/*
// ==/UserScript==
$("#yt-masthead #yt-masthead-user").prepend('<a href="" class="yt-uix-button yt-uix-sessionlink yt-uix-button-default yt-uix-button-size-default" target="_blank"><span class="yt-uix-button-content">Ver Miniatura</span></a>');
var obj = document.getElementsByTagName("meta"); //Creamos la Variable que Recibira la Meta Propiedad
$(".yt-uix-button").attr("href", obj[7].content); //Agregamos lo que Obtuvo la Variable del Content