v2.6.0 (current) — Genre detection from the game page
- Real genre detection — visiting a game page now reads its actual
"Genre:" field (confirmed values: Horror, Role-playing, Strategy) and
caches the result per slug (gameGenres, local/per-device). Card styling
and the wishlist genre filters use this cache when available, falling back
to the old franchise/keyword regex (GENRE_PATTERNS) for anything not yet
visited or outside those three genres (sci-fi, indie — GOG appears to
classify those under its separate, unverified "Tags" cloud, not "Genre:",
so they're left on the regex for now). Detection is text-label based
rather than tied to a specific CSS class, since GOG's Angular markup shifts
between releases; it silently no-ops if the label isn't found, so the
worst case is identical to pre-2.6.0 behavior. - Addresses part of the "Genre detection is slug-pattern matching" known
limitation — narrower than a full fix (3 of 5 buckets), see above for why.
Download gog-enhancer-webstore.zip below and load it as an unpacked extension, or wait for the Chrome Web Store listing.