HS Paywall Remover

Removes HS paywall

作者
Masaz
日安装量
1
总安装量
469
评分
0 0 0
版本
1.6
创建于
2015-05-07
更新于
2015-12-17
大小
2.0 KB
许可证
MIT
适用于

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.