Adds a probe after dispatching the synthetic M keydown: compares jpx's active state before/after 700ms and logs ✅ registered or ❌ keybind miss. This distinguishes 'M not reaching jpx' from 'jpx not chaining'.
15 lines
432 B
JavaScript
15 lines
432 B
JavaScript
// ==UserScript==
|
|
// @name HV Unified
|
|
// @namespace hvunified
|
|
// @version 0.17.5
|
|
// @description HV Unified — Bridge & Strategy/Gear Advisor for HentaiVerse (complements Monsterbation & HVUtils)
|
|
// @author GaboGG + Hermes
|
|
// @match *://*.hentaiverse.org/*
|
|
// @match *://alt.hentaiverse.org/*
|
|
// @grant none
|
|
// @run-at document-end
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
'use strict';
|
|
|