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.

(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
Усяго ўсталяванняў
6
Рэйтынг
0 0 0
Версія
1.0
Створаны
30.11.2025
Абноўлены
30.11.2025
Памер
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.
*/