fuck tencent news

删除腾讯新闻右侧的视频

// ==UserScript==
// @name         fuck tencent news
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  删除腾讯新闻右侧的视频
// @author       kassadin
// @match        https://new.qq.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    var laji = $("#RIGHT")
    if(laji) laji.remove();
    laji = $("#GoTop > div > a:nth-child(1)")
    if(laji) laji.remove();
})();

QingJ © 2025

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