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

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
VanillaMilk
Installazioni giornaliere
0
Installazioni totali
1
Valutazione
0 0 0
Versione
2.0
Creato il
31/10/2025
Aggiornato il
25/11/2025
Dimensione
5,53 KB
Licenza
MIT
Applica a

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