FT to RemovePaywall

Auto-redirect FT article pages to removepaywall.com

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
DionysusDK
Günlük kurulumlar
0
Toplam kurulumlar
30
Değerlendirmeler
0 0 0
Versiyon
1.0
Oluşturulma
30.11.2025
Güncellenme
30.11.2025
Boyut
1012 Bayt
Lisans
N/A
Geçerli

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