Files
365devnet/src/pages/antifp.astro
becarta cdbaff3385
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
Add Anti-Fingerprinting Shield Plus section to navigation and translations
- Introduced a new navigation link for "Anti-FP Shield+".
- Added comprehensive translations for the Anti-Fingerprinting Shield Plus feature in English, French, Dutch, and German, including title, description, installation steps, features, and notes.
2025-05-10 01:10:12 +02:00

23 lines
1.4 KiB
Plaintext

---
import Layout from '../layouts/Layout.astro';
---
<Layout>
<div class="max-w-3xl mx-auto px-4 py-8">
<h1 class="text-3xl font-bold mb-4">Anti-Fingerprinting Shield Plus</h1>
<p class="mb-4">
<a href="https://greasyfork.org/en/scripts/534570-anti-fingerprinting-shield-plus" target="_blank" rel="noopener noreferrer" class="text-blue-600 underline">View on GreasyFork</a>
</p>
<p class="mb-6">
<strong>Anti-Fingerprinting Shield Plus</strong> is a userscript designed to enhance your privacy by blocking or spoofing browser fingerprinting techniques. It works on a wide range of sites and is compatible with popular script managers like Tampermonkey and Violentmonkey.
</p>
<h2 class="text-xl font-semibold mb-2">How to Install</h2>
<ol class="list-decimal list-inside mb-6">
<li>Install a userscript manager such as Tampermonkey or Violentmonkey.</li>
<li>Visit the <a href="https://greasyfork.org/en/scripts/534570-anti-fingerprinting-shield-plus" target="_blank" rel="noopener noreferrer" class="text-blue-600 underline">Anti-Fingerprinting Shield Plus GreasyFork page</a>.</li>
<li>Click the "Install this script" button.</li>
<li>Follow the prompts to add the script to your userscript manager.</li>
</ol>
<p class="text-gray-600">For more details and updates, visit the GreasyFork page linked above.</p>
</div>
</Layout>