- keepCount = max(5, ceil(categorySize * 0.10)) - Small categories still keep minimum 5; large ones scale up (e.g. 40 items in a category → keep 5, 80 → keep 8, 120 → keep 12)
14 lines
411 B
JavaScript
14 lines
411 B
JavaScript
// ==UserScript==
|
|
// @name HV Unified
|
|
// @namespace hvunified
|
|
// @version 0.15.1
|
|
// @description HV Unified — battle automation, guidance, and UI enhancements for HentaiVerse
|
|
// @author GaboGG + Hermes
|
|
// @match *://*.hentaiverse.org/*
|
|
// @match *://alt.hentaiverse.org/*
|
|
// @grant none
|
|
// @run-at document-end
|
|
// ==/UserScript==
|
|
|
|
(function() {
|
|
'use strict';
|