您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fetches the image link from the page metadata and adds it to the page so it can be easily dragged/copied.
// ==UserScript== // @name Youtube image Link // @namespace http://radialbit.com // @version 0.2 // @description Fetches the image link from the page metadata and adds it to the page so it can be easily dragged/copied. // @author Zoltee // @match http*://www.youtube.com/* // @update https://gf.qytechs.cn/scripts/14021-youtube-image-link/code/Youtube%20image%20Link.user.js // @require http://code.jquery.com/jquery-2.1.4.min.js // @copyright Radialbit // ==/UserScript== $( '<img src="'+$("meta[property='og:image']").attr("content")+'" style="max-height:25px; margin-left: 8px; vertical-align: middle;">').insertAfter( "#watch7-subscription-container" );
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址