hv-unified/src/header.user.js
GaboGG b59da5544a v0.15.1 - Keep Top 10% (min 5) instead of fixed 5
- 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)
2026-07-31 14:28:17 -04:00

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';