HV Unified simulator
Find a file
GaboGG 329e9403b4 v0.14.14 - V2 gear scraper: reads from HV in-memory JS store (no hovers)
- Previously: tried equips.set() + 300ms delays + popup_box polling
  which was fragile, async, and often saved stats to wrong slots
- Now: reads window.dynjs_equip / dynjs_eqstore which contains ALL
  item data pre-loaded on page load (name, quality, full tooltip HTML)
- Uses DOMParser to parse the embedded .eq HTML into structured stats
  (type, level, condition, burden, ADB, mit, attributes, etc.)
- Zero hover, zero delays, zero popup_box interaction — instant stats
- Works on Character Equipment page AND Armory pages simultaneously
- Removed triggerAllTooltips() and captureAllTooltips() — obsolete
2026-07-27 15:46:36 -04:00
docs Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
references v0.14.9 - Rewrite gear scraper with correct DOM selectors 2026-07-27 15:12:28 -04:00
scripts v0.14.14 - V2 gear scraper: reads from HV in-memory JS store (no hovers) 2026-07-27 15:46:36 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.14.14 - V2 gear scraper: reads from HV in-memory JS store (no hovers) 2026-07-27 15:46:36 -04:00
.gitignore Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00