Litcharts ShakesCLEARE Unlocker

Unlock Litcharts ShakesCLEARE translation without paying for the A+ Subscription

// ==UserScript==
// @name         Litcharts ShakesCLEARE Unlocker
// @version      1.0
// @description  Unlock Litcharts ShakesCLEARE translation without paying for the A+ Subscription
// @author       nightshade
// @match        https://www.litcharts.com/
// @include      *://*litcharts.com/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/824640
// ==/UserScript==

//get paywalled text
var userTypeNodes = $(".paywall");
//remove paywall modifier
userTypeNodes.removeClass ("paywall");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址