Youtube image Link

Fetches the image link from the page metadata and adds it to the page so it can be easily dragged/copied.

  1. // ==UserScript==
  2. // @name Youtube image Link
  3. // @namespace http://radialbit.com
  4. // @version 0.2
  5. // @description Fetches the image link from the page metadata and adds it to the page so it can be easily dragged/copied.
  6. // @author Zoltee
  7. // @match http*://www.youtube.com/*
  8. // @update https://gf.qytechs.cn/scripts/14021-youtube-image-link/code/Youtube%20image%20Link.user.js
  9. // @require http://code.jquery.com/jquery-2.1.4.min.js
  10. // @copyright Radialbit
  11. // ==/UserScript==
  12.  
  13. $( '<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或关注我们的公众号极客氢云获取最新地址