您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This tiny bit of code removes all the annoying Duolingo Plus ads littering the site (I hope)
当前为
// ==UserScript== // @name Remove duolingo plus ads // @version 1.1 // @namespace http://tampermonkey.net/ // @description This tiny bit of code removes all the annoying Duolingo Plus ads littering the site (I hope) // @author RenjiYuusei // @icon https://d35aaqx5ub95lt.cloudfront.net/images/splash/lottie/a774fe14d71e450d59a9bc4ed5d210c9.png // @license GPL-3.0-only // @match https://www.duolingo.com/* // @grant none // ==/UserScript== var n;(n=document.createElement("style")).textContent="\n ._16rRh, ._3D_HB, .MGk8p, ._3HatJ, .cY8_V, ._2V0_0, ._3KIC2, .nSmJD, ._2tNGm {\n display: none !important;\n }\n ",document.head.appendChild(n);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址