您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes HS paywall
Updated version of http://userscripts-mirror.org/scripts/show/293474 (HS.fi Paywall Remover)
Should work with Firefox and Chrome (other browsers untested) if you don't open multiple news simultaneously.
You can always manually clear the localstore by typing the following code to the Web console (Press F12 to open):
hs = null; // Removes the hs object that watches localStorage edits
localStorage.clear = Storage.prototype.clear; // Overrides modifications made by HS.fi
localStorage.clear(); // Clears localStorage
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); }); // Get cookies and expire them
And then reloading the page.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址