您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
clean ldoceonline.com ads, make page more clear
// ==UserScript== // @name cleanLongmanDicAds // @namespace http://tampermonkey.net/ // @version 0.14 // @description clean ldoceonline.com ads, make page more clear // @author [email protected] // @match *.ldoceonline.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=ldoceonline.com // @grant none // @license MIT // @run-at document-body // ==/UserScript== (function() { 'use strict'; var css = [ '.topslot-container,[id^="div-gpt-ad"],[id^="ad_"],ins,.responsive_cell2', ',.content > .carousel,.text_welcome>h1:not(:first-child)', ',.impactify-style-impact', '{display:none!important}', '[class*="responsive_cell"]{clear:both;margin: 0 auto;float:unset}', '.entry_content{font-size: 14pt}' ].join('') var style = document.createElement('style'); style.innerText = css; document.body.previousElementSibling.appendChild(style) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址