您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This script removes the blur effect from the examples on Reverso Context, allowing you to see more examples without registering to the website.
当前为
// ==UserScript== // @name Unblur examples on Reverso // @name:it Togli la sfocatura agli esempi di Reverso // @description This script removes the blur effect from the examples on Reverso Context, allowing you to see more examples without registering to the website. // @description:it Questo script rimuove l'effetto sfocato dagli esempi su Reverso Context, permettendoti di vedere più esempi senza registrarti al sito web. // @namespace StephenP // @author StephenP // @version 2.0.0 // @grant unsafeWindow // @match https://context.reverso.net/* // @run-at document-end // @contributionURL https://nowpayments.io/donation/stephenpgreasyfork // @license AGPL-3.0-or-later // ==/UserScript== var st=document.createElement("STYLE"); st.textContent="#blocked-results-banner, #blocked-rude-results-banner{display: none !important;} #examples-content, #examples-content, .example, .text{filter: none !important; -webkit-filter: none !important}"; document.body.appendChild(st); unsafeWindow.logLOCD=true; unsafeWindow.user_id=getRandomInt(999999); //From https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random function getRandomInt(max) { return Math.floor(Math.random() * max); }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址