您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
HLTV 阅读优化,关闭广告
// ==UserScript== // @name HLTV 阅读优化 // @namespace https://gf.qytechs.cn/zh-CN/scripts/433258 // @version 1.2.0 // @description HLTV 阅读优化,关闭广告 // @author StarUDream // @license Apache License 2.0 // @match *://*.hltv.org/* // @grant none // @icon https://www.hltv.org/img/static/favicon/favicon-16x16.png // @run-at document-end // @require https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js // ==/UserScript== (function () { 'use strict'; var $ = window.jQuery; $('img[class="day-only"]').not('[title]').remove(); $('img[class="night-only"]').not('[title]').remove(); $('body').css('background-image', 'none'); $('.yabo-firstcol-box').remove(); $('.world-ranking-right').remove(); $('#betting').remove(); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址