FMHY SafeLink Guard 2.0

Warns about unsafe/scammy links based on FMHY filterlist

2025/03/03のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
maxikozie
評価
0 0 0
バージョン
0.1
作成日
2025/03/03
更新日
2025/03/03
大きさ
4.48KB
ライセンス
MIT
対象サイト
すべてのサイト

```html

FMHY SafeLink Guard 2.0 - Description & Instructions

FMHY SafeLink Guard 2.0


FMHY SafeLink Guard 2.0 is a user script that scans every link on webpages you visit and compares them against the FMHY filterlist. If a link is deemed unsafe or scammy, the script displays a bold warning badge right next to the link. This makes it easier to spot and avoid malicious sites before clicking.

Key Features

  • Automatically fetches and parses the FMHY filterlist whenever the script runs.
  • Adds a clear red warning badge (⚠️ FMHY Unsafe Site) next to risky links.
  • Continuously monitors the webpage, including dynamically loaded content, using MutationObserver.

Why Use It?

  • Improved Security: Helps shield you from known phishing and scam sites.
  • Real-Time Updates: Pulls the latest domain list directly from FMHY’s GitHub repository.
  • Minimal Overhead: Works silently in the background without extra configuration.


Installation

  1. Install a User Script Manager
  2. Add the Script
    • Go to the script’s page (e.g., on Greasy Fork or your local file) and click Install or Import depending on your manager.
  3. Confirm Installation
    • Your user script manager should now list “FMHY SafeLink Guard 2.0” as active.


Usage

  1. Browse Normally: The script scans every link on the page automatically.
  2. Watch for Warnings: If a link points to a domain in the FMHY filterlist, you’ll see a badge saying ⚠️ FMHY Unsafe Site right after the link.
  3. Proceed with Caution: If you see the warning badge, it’s best to avoid clicking that link or at least proceed carefully.
  4. Stay Updated: The filterlist is fetched fresh each time, ensuring you’re protected by the newest data.


Advanced Tips

  • Console Logs: Check your browser’s console to see how many unsafe domains were loaded from the filterlist.
  • Local Modifications: If you need to add or remove domains manually, you can edit the script and adjust the logic accordingly.


Compatibility

  • Works on most modern browsers (Chrome, Firefox, Edge, etc.) with a user script manager.
  • Tested and confirmed to work with Tampermonkey and Violentmonkey.


Known Issues

  • On pages with extensive dynamic content, links might appear briefly before being flagged. The MutationObserver usually resolves this within seconds.
  • In very large pages, scanning performance might be slightly slower, but typically remains unnoticeable.


Disclaimer


FMHY SafeLink Guard 2.0 relies on the FMHY filterlist and cannot guarantee complete protection against all malicious sites. Always use good judgment and caution when browsing the web. Use at your own risk; neither the author nor contributors are liable for any damage or issues arising from the script’s usage.

Enjoy safer browsing with FMHY SafeLink Guard 2.0!

```