Youtube remove cards

Youtube remove cards end video

  1. // ==UserScript==
  2. // @name Youtube remove cards
  3. // @namespace https://gf.qytechs.cn/en/scripts/407765-youtube-remove-cards/
  4. // @version 0.5
  5. // @match *://youtube.com/watch/*
  6. // @description Youtube remove cards end video
  7. // @author TechComet
  8. // @supportURL https://gf.qytechs.cn/en/scripts/407765-youtube-remove-cards/feedback
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. const currentUrl = window.location.href;
  13. if (currentUrl.includes("youtube.com")) {
  14. (function() {
  15. 'use strict';
  16. GM_addStyle('.ytp-ce-element-show { visibility:hidden !important; }');
  17. })();
  18. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址