Page 1 of 1
Where can I see blocked players?
Posted: 26 July 2025, 11:15
by FunkyLars
Where can I see all the players I blocked for me, so that I am not assigned to a table with them anymore?
Re: Where can I see blocked players?
Posted: 26 July 2025, 11:39
by GhoulofGSG9
You can view the list of blocked players and those that have blocked you by right-clicking at any bga page and selecting inspect, then search the HTML for red_thumbs_given and red_thumbs_taken .
You may want to copy everything behind globalUserInfos= into an editor that supports JSON formatting like VS Code or
https://jsoneditoronline.org/ to make it easier to read.
The list red_thumbs_given contains the IDs of each user that you have given a red thumb as key elements. The list red_thumbs_taken lists all the IDs of users that have given you a red thumb.
You can look up each player by using the following url
https://boardgamearena.com/player?id=<userid> (replace <userid> with the ID from the array).
Re: Where can I see blocked players?
Posted: 26 July 2025, 14:49
by Meeplelowda
I recently did this so that I could red thumb anyone who had red thumbed me without ever even playing a game against me. I know it doesn't have any effect, but it felt like it restored balance to the universe.