DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.25k stars 40 forks source link

Gamelist: Search game on AWACY when double-clicking status #270

Closed DavidoTek closed 1 year ago

DavidoTek commented 1 year ago

When double-clicking the AreWeAntiCheatYet.com status in the gamelist dialog and the awacy status is known, the awacy site is opened with only the selected game displayed (game name in search). If the status of the game is not known, https://areweanticheatyet.com/ will open normally.

Search URL: https://areweanticheatyet.com/?search={GAMENAME}&sortOrder=&sortBy=

sonic2kk commented 1 year ago

This is pretty dang useful, I didn't know AWACY had a search feature. It's especially useful for getting the notes, which can be important when a game is just classed as "Running" or "Broken" (as there may be a workaround/a need to recheck). You can also see when a games anti-cheat status was last updated, so a game marked as Borked may have since started working.

Works in my quick test. Caught me off guard slightly that the URL always has the search=&sortOrder=&sortBy= parameters until I checked the code, but the site is smart enough to open the normal page even with these parameters (I double-checked that there was no difference in the list across Chromium and Firefox).

DavidoTek commented 1 year ago

Caught me off guard slightly that the URL always has the search=&sortOrder=&sortBy= parameters until I checked the code

That's actually the behavior of the site itself, if you clear the search box it will just set search to an empty string in the URL :smile: