HS Paywall Remover

Removes HS paywall

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
Masaz
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
473
คะแนน
0 0 0
เวอร์ชัน
1.6
สร้างเมื่อ
07-05-2015
อัปเดตเมื่อ
17-12-2015
Size
2.01 กิโลไบต์
สัญญาอนุญาต
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.