BT Search Buttons / Mouse Forward Integration for manko.fun / solji.kim

Add inline FC2 search buttons (BTDig / BTSearch) and integrate mouse forward key behavior.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
VanillaMilk
日安装量
0
总安装量
1
评分
0 0 0
版本
2.0
创建于
2025-10-31
更新于
2025-11-25
大小
5.5 KB
许可证
MIT
适用于

⚠️ Tampermonkey Developer Mode required


This script works properly only when Developer Mode is enabled in Tampermonkey.
Some dynamic websites (such as manko.fun and solji.kim) restrict user script actions unless Developer Mode is active.

Feature Introduction


This script enhances the movie-info pages on manko.fun and solji.kim by adding instant torrent search buttons and customizable mouse-forward search behavior.

  • Smart title detection: Supports both FC2 titles and all other JAV codes.
    • FC2 titles (e.g. FC2-PPV-4801056) → extracts 4801056
    • Non-FC2 titles (e.g. START-456, SSIS-999) → uses entire title string
  • Three torrent search providers added inline beside the movie title:
    • BTDig (Main)btdig.com
    • BTDig (En)en.btdig.com
    • BTSearchbtsearch.love
    Each button can be enabled or disabled individually from the Tampermonkey menu.
  • Mouse forward action:
    Assign your mouse forward button (button 4) to open your preferred search site:
    • BTDig (Main)
    • BTDig (En)
    • BTSearch
    Only one option can be active at a time (mutually exclusive).
  • Dynamic detection:
    The script automatically finds and processes the title element after the page loads.
  • Lightweight:
    Script is restricted to /movie-info/ pages only, reducing overhead.

Changelog

v2.0

  • Added support for non-FC2 titles — the full title is now used for search (e.g., START-456).
  • Added BTDig (Main) search button.
  • Reordered button layout to: Main → En → BTSearch.
  • Improved DOM selector compatibility with updated site layout.
  • Restrained script to /movie-info/ pages only.

v1.0

  • Initial release with FC2 numeric extraction.
  • Added BTDig(en) and BTSearch buttons with toggle controls.
  • Implemented mouse-forward quick search.
  • Mouse-forward options set as mutually exclusive.