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

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

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

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 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.

You will need to install an extension such as Tampermonkey to install this script.

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!)

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.

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

Yazar
VanillaMilk
Günlük kurulumlar
0
Toplam kurulumlar
1
Değerlendirmeler
0 0 0
Versiyon
2.0
Oluşturulma
31.10.2025
Güncellenme
25.11.2025
Boyut
5,53 KB
Lisans
MIT
Geçerli

⚠️ 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.