FT to RemovePaywall

Auto-redirect FT article pages to removepaywall.com

คุณจะต้องติดตั้งส่วนขยาย เช่น 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!)

ผู้เขียน
DionysusDK
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
30
คะแนน
0 0 0
เวอร์ชัน
1.0
สร้างเมื่อ
30-11-2025
อัปเดตเมื่อ
30-11-2025
Size
1012 ไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

== Additional Info ==
This userscript is designed to automatically redirect Financial Times article pages to:
https://removepaywall.com

It only activates on FT article URLs that match the pattern:
https://www.ft.com/content/{UUID}

Where {UUID} is a standard UUID format:
8-4-4-4-12 hexadecimal characters (e.g., /content/12345678-abcd-1234-ef00-1234567890ab)

=== Behavior ===
- It checks whether the current FT URL matches the article pattern.
- If matched, the script redirects the browser to removepaywall.com with the original FT URL embedded as a parameter.
- This redirection happens immediately at page load (using `@run-at document-start`).

=== Requirements ===
- This script requires a userscript manager such as Violentmonkey or Tampermonkey.

=== Notes ===
- The script does not activate on the FT homepage, section pages, or any non-article URLs.
- It performs a direct navigation redirect; it does not inject buttons or UI.
- This script is minimal and does not track or log anything.

=== Example Triggered URL ===
Input: https://www.ft.com/content/3332da74-d961-4b7f-a503-11d55d93b7c8
Output: https://removepaywall.com/search?url=https%3A%2F%2Fwww.ft.com%2Fcontent%2F3332da74-d961-4b7f-a503-11d55d93b7c8

=== Disclaimer ===
Use this script responsibly and only for legitimate personal access to content.
*/