HV Unified simulator
Find a file
GaboGG 5286f66b3e v0.14.20 - Fix Purchase page scraper: const dynjs_eqstore + screen=purchase
- Bug 1: Purchase tab URL is 'screen=purchase', not 'screen=buy'
- Bug 2: dynjs_eqstore is declared with 'const', not 'var', so it doesn't
  create a window property. getHVEquipStore() now also checks bare names
  which works with @grant none and the IIFE scope chain
- Fixed price parsing: purchase table has 2 td cells (label + price),
  previously required >3 cells so prices were always empty
- Names with 🔺 prefix are cleaned before storage
2026-07-27 20:48:27 -04:00
docs Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
references v0.14.17 - Faster weapon skills: lower skillOC to 60, threat to 70%, single-monster emergency 2026-07-27 20:05:47 -04:00
scripts v0.14.20 - Fix Purchase page scraper: const dynjs_eqstore + screen=purchase 2026-07-27 20:48:27 -04:00
simulator Fix: Spark of Life icon key, mana items after buffs 2026-07-22 06:13:54 -04:00
src v0.14.20 - Fix Purchase page scraper: const dynjs_eqstore + screen=purchase 2026-07-27 20:48:27 -04:00
.gitignore Initial commit: HV Unified v0.11.0 structure 2026-07-20 19:30:26 -04:00
analyze_gear.py v0.14.19 - Add Bazaar Buy page scraper + 3-source analysis 2026-07-27 20:38:09 -04:00