FT to RemovePaywall

Auto-redirect FT article pages to removepaywall.com

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
DionysusDK
Cài đặt hàng ngày
1
Số lần cài đặt
8
Đánh giá
0 0 0
Phiên bản
1.0
Đã tạo
30-11-2025
Đã cập nhật
30-11-2025
Kích thước
1012 Byte
Giấy phép
N/A
Áp dụng cho

== 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.
*/