Restore Middle-Click New Tab Links for manko.fun / solji.kim

Restore middle-click new tab function on manko.fun / solji.kim.

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
0
Valutazione
0 0 0
Versione
2.1
Creato il
08/09/2025
Aggiornato il
22/11/2025
Dimensione
4,04 KB
Licenza
MIT
Applica a

⚠️ Tampermonkey Developer Mode required

This script works properly only when Developer Mode is enabled in Tampermonkey.

Feature Introduction


Restores native-like middle-click behavior on manko.fun and solji.kim.

  • Middle-click any card → opens silently in a background tab (no focus switch in most cases)
  • Mouse side buttons (X1/X2) → previous/next page
  • Automatically adds ?page=1 to first-page URLs for consistent pagination
  • Toggle side-button navigation via Tampermonkey menu

Changelog

v2.1

  • Switched to official GM_openInTab({active:false}) – the most reliable background-tab method available in 2025
  • Middle-click now opens cards silently in background (focus stays on current page in most situations)

v2.0


A major website update changed the entire click system to a React-based architecture.
This prevents restoring native right-click → new tab functionality.

  • Removed the now-impossible right-click restoration feature.
  • Enhanced middle-click opening with full prevention of main-page navigation.
  • Cleaned up legacy link-rewriting logic relying on old DOM events.

v1.3.1

  • Fixed multi-language URL mismatches; links now always resolve to correct English endpoints.
  • Fixed side-button pagination when &page=1 was missing.

v1.3

  • Added support for top navigation buttons (middle-click & right-click previously failed).

v1.2

  • Added mouse side-button support (X1 = previous, X2 = next) via URL page adjustments.
  • Added toggle in Tampermonkey menu for enabling/disabling side-button pagination.
  • Fixed dropdown menus being blocked by link overlays.

v1.1

  • Added option to enable left-click new-tab behavior.