Posted January 14, 2018
high rated
Here's what I used for sorting my GOGmix (back when I cared enough to maintain one):
javascript:$("#game_1207665153").before($("#game_1207665153"))();
javascript:$("#game_1207665153").after($("#game_1207665153"))();
I think the second number's the ID of the game you're moving, and the first is the one you want it to go above/below. Or maybe it was the other way around. Worked by entering either line in the address bar in Firefox, dunno about other browsers.
javascript:$("#game_1207665153").before($("#game_1207665153"))();
javascript:$("#game_1207665153").after($("#game_1207665153"))();
I think the second number's the ID of the game you're moving, and the first is the one you want it to go above/below. Or maybe it was the other way around. Worked by entering either line in the address bar in Firefox, dunno about other browsers.
Post edited January 14, 2018 by plagren