您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A small script to bypass quizlet's explainations (originally slader) pay lock.
// ==UserScript== // @name Quizlet Explaniation Exploit // @version 0.3 // @description A small script to bypass quizlet's explainations (originally slader) pay lock. // @author DanPlayz0 // @match https://quizlet.com/explanations/textbook-solutions/* // @grant none // @license MIT // @namespace https://greasyfork.org/users/831955 // ==/UserScript== (function() { setTimeout(() => yes(), 2000) function yes() { document.querySelector(".we2bqom").remove(); [].forEach.call(document.querySelectorAll(".hpidy4b"), (el) => el.classList.remove("hpidy4b")); [].forEach.call(document.querySelectorAll(".hs7m9cv"), (el) => el.classList.remove("hs7m9cv")); [].forEach.call(document.querySelectorAll(".hnqbbas"), (el) => el.classList.remove("hnqbbas")); } })();