屏蔽知乎傻吊视频

try to take over the world!

  1. // ==UserScript==
  2. // @name 屏蔽知乎傻吊视频
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.5
  5. // @description try to take over the world!
  6. // @author You
  7. // @include *.zhihu.com/*
  8. // @grant none
  9. // @require https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function () {
  14. 'use strict';
  15. var $ = $ || window.$;
  16. setInterval(() => {
  17.  
  18. $('.EduSectionItem').parent().parent().parent().hide();
  19. $('.ZVideoItem').parent().parent().hide();
  20. $('.VideoAnswerPlayer').parent().parent().parent().parent().hide();
  21. }, 500)
  22. })();

QingJ © 2025

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