Where can I see blocked players?

Discussions about BGA (all languages)
Forum rules
Warning: challenging a moderation in Forum = 10 days ban
More info & details about how to challenge a moderation: viewtopic.php?p=119756
Post Reply
User avatar
FunkyLars
Posts: 5
Joined: 15 January 2023, 16:34

Where can I see blocked players?

Post 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?
User avatar
GhoulofGSG9
Posts: 18
Joined: 12 January 2025, 15:59

Re: Where can I see blocked players?

Post 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).
User avatar
Meeplelowda
Posts: 3839
Joined: 14 March 2020, 10:31

Re: Where can I see blocked players?

Post by Meeplelowda »

GhoulofGSG9 wrote: 26 July 2025, 11:39 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).
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.
Play Now lobby 4ever! https://boardgamearena.com/lobby
Post Reply

Return to “Discussions”