HS Paywall Remover

Removes HS paywall

Author
Masaz
Daily installs
1
Total installs
470
Ratings
0 0 0
Version
1.6
Created
2015-05-07
Updated
2015-12-17
Size
2.01 KB
License
MIT
Applies to

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.