HS Paywall Remover

Removes HS paywall

作者
Masaz
今日安裝
0
安裝總數
470
評價
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.