Google Chrome, Firefox & Opera Extension

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
Andrei3009
Posts: 271
Joined: 16 November 2023, 21:55

Re: Google Chrome, Firefox & Opera Extension

Post by Andrei3009 »

Hello, I want to ask about deleting games: I want to delete the game [distillery] , but I don't know how, I read the guide and still couldn't find it.
User avatar
Tof63
Posts: 582
Joined: 24 March 2020, 20:25

Re: Google Chrome, Firefox & Opera Extension

Post by Tof63 »

Andrei3009 wrote: 20 December 2025, 03:13 Hello, I want to ask about deleting games: I want to delete the game [distillery] , but I don't know how, I read the guide and still couldn't find it.
Hello,

When you are on this page : https://boardgamearena.com/gamelist
and hover your mouse over a game, a description of the game appears with a button to start a game. The extension adds a button to “delete” the game next to it.

https://imgur.com/a/Fw5RpPw
Andrei3009
Posts: 271
Joined: 16 November 2023, 21:55

Re: Google Chrome, Firefox & Opera Extension

Post by Andrei3009 »

Tof63 wrote: 21 December 2025, 13:16
Andrei3009 wrote: 20 December 2025, 03:13 Hello, I want to ask about deleting games: I want to delete the game [distillery] , but I don't know how, I read the guide and still couldn't find it.
Hello,

When you are on this page : https://boardgamearena.com/gamelist
and hover your mouse over a game, a description of the game appears with a button to start a game. The extension adds a button to “delete” the game next to it.

https://imgur.com/a/Fw5RpPw
I was able to delete it, thank you
User avatar
Tof63
Posts: 582
Joined: 24 March 2020, 20:25

Re: Google Chrome, Firefox & Opera Extension

Post by Tof63 »

A new version 1.12.36 has been published.
It fixes dark mode issues for winter calendar games + other small issues
User avatar
Ilmion
Posts: 30
Joined: 28 March 2020, 03:26

Re: Google Chrome, Firefox & Opera Extension

Post by Ilmion »

Hello there is a bug with the chat when minimized. We cannot see the last message in the title bar.
It does not sound like a css problem, the text "ah ah!" in my example isn't there.

Without extension:
Image

Code: Select all

<span id="chatwindowtitlenolink_table_785199470" style="display: inline;">
	<!--PNS-->
	<span class="playername">
	<!--PNS-->
	<span class="playername" style="color: var(--color-mapping_ff0000);">bennygui</span>
	 ah ah!
	 </span>
</span>
With extension :
Image

Code: Select all

<span id="chatwindowtitlenolink_table_785199470" class="bgaext_chat_visible" style="display: inline;">
	<!--PNS-->
	<span class="playername">
	<!--PNS-->
	<span class="playername" style="color: var(--color-mapping_ff0000);">bennygui</span>
	<!--PNE-->		  
	</span>
</span>
User avatar
Tof63
Posts: 582
Joined: 24 March 2020, 20:25

Re: Google Chrome, Firefox & Opera Extension

Post by Tof63 »

Ilmion wrote: 07 January 2026, 17:47 Hello there is a bug with the chat when minimized. We cannot see the last message in the title bar.
It does not sound like a css problem, the text "ah ah!" in my example isn't there.

Without extension:
Image

Code: Select all

<span id="chatwindowtitlenolink_table_785199470" style="display: inline;">
	<!--PNS-->
	<span class="playername">
	<!--PNS-->
	<span class="playername" style="color: var(--color-mapping_ff0000);">bennygui</span>
	 ah ah!
	 </span>
</span>
With extension :
Image

Code: Select all

<span id="chatwindowtitlenolink_table_785199470" class="bgaext_chat_visible" style="display: inline;">
	<!--PNS-->
	<span class="playername">
	<!--PNS-->
	<span class="playername" style="color: var(--color-mapping_ff0000);">bennygui</span>
	<!--PNE-->		  
	</span>
</span>
Thanks for the report!
The message structure used to be :

Code: Select all

<span class="playername" style="color: {{color}};">{{user}}</span>
{{message}}
and it's now :

Code: Select all

<span class="playername">
	<span class="playername" style="color: {{color}};">{{user}}</span>
	{{message}}
</span>
So I published a new version 1.12.37, it's already available for Firefox.

It also improves dark mode for:
- Agent Avenue
- Catan
- Dodo
- Formula D
- Fractal
- Ice Breaker
- Irish Gauge
- Junk Drawer
- Mini rogue
- Reef Gardens
- Texa Holdem
- Zola
User avatar
BarnardsStar
Posts: 541
Joined: 02 January 2021, 02:41

Re: Google Chrome, Firefox & Opera Extension

Post by BarnardsStar »

I play BGA almost exclusively on iPad, and recently I discovered the Orion browser that has (incomplete) support for both Chrome and Firefox extensions, so now I get to enjoy this extension as well! Very exciting, I know.

I’m having an issue though, and I absolutely do not expect Tof63 to spend any time looking into this, because I know Orion’s extension support is still beta-quality. But if n anybody had any ideas… well, the issue is that when I turn on dark mode the forums disappear entirely. I just get the standard BGA header and footer, and a vast expanse of darkened wood paneling. Turn off dark mode, and everything reappears.

So if anybody had any ideas of maybe CSS I could try… unfortunately the dev tools on this thing are limited (ok, non-existent is more like it), but I thought I would ask and see if anybody has ideas.
User avatar
Tof63
Posts: 582
Joined: 24 March 2020, 20:25

Re: Google Chrome, Firefox & Opera Extension

Post by Tof63 »

BarnardsStar wrote: 08 January 2026, 23:20 I play BGA almost exclusively on iPad, and recently I discovered the Orion browser that has (incomplete) support for both Chrome and Firefox extensions, so now I get to enjoy this extension as well! Very exciting, I know.

I’m having an issue though, and I absolutely do not expect Tof63 to spend any time looking into this, because I know Orion’s extension support is still beta-quality. But if n anybody had any ideas… well, the issue is that when I turn on dark mode the forums disappear entirely. I just get the standard BGA header and footer, and a vast expanse of darkened wood paneling. Turn off dark mode, and everything reappears.

So if anybody had any ideas of maybe CSS I could try… unfortunately the dev tools on this thing are limited (ok, non-existent is more like it), but I thought I would ask and see if anybody has ideas.
Why not, it's interesting 🙂

The forum is in an iframe and the extension hide this iframe until the page of the forum is completely loaded.
This is to avoid having a blank screen when browsing the forum
I guess the extension never receive the event that tell that the forum page is loaded.
I guess you must have other things that aren't working.
For example, the quick start button added by the extension, does it work?
And the ability to submit a bug report for dark mode?
It would be helpful to have this information if you can test it.
User avatar
BarnardsStar
Posts: 541
Joined: 02 January 2021, 02:41

Re: Google Chrome, Firefox & Opera Extension

Post by BarnardsStar »

Tof63 wrote: 09 January 2026, 00:34 I guess you must have other things that aren't working.
For example, the quick start button added by the extension, does it work?
And the ability to submit a bug report for dark mode?
It would be helpful to have this information if you can test it.
The quick start button does work. And I do appear to have the ability to support a dark-mode bug report… well, the dialog opens. I haven’t tried actually submitting anything but I don’t see why it wouldn’t work.

The only other glaring thing I’ve noticed that doesn’t seem to work is, when I open the extension’s dialog box (that shows me my tables and whose turn it is, etc), tapping on the tables doesn’t do anything, not even if it is my turn. So it’s useful as an at-a-glance thing but I still have to manually open the site and go to my tables. But other the links in that dialog, like to this forum and to your tipeee page, do work.

I’ll try to see what else doesn’t work, but I’m not fully conversant with the extension so I may not find other issues… well, not quickly, anyway.

I suppose I should also mention, since this browser supports both Chrome extensions and Firefox addons, that I’m currently using the Firefox one. I have also tried Chrome and it also has the forum issue. I haven’t tested the bug report or fast create with the Chrome one. (I’m using the Firefox one because I started with the Chrome one, had the forum issue, decided to see if the Firefox one also had it, and never switched back.)
User avatar
Tof63
Posts: 582
Joined: 24 March 2020, 20:25

Re: Google Chrome, Firefox & Opera Extension

Post by Tof63 »

BarnardsStar wrote: 09 January 2026, 01:49 The quick start button does work. And I do appear to have the ability to support a dark-mode bug report… well, the dialog opens. I haven’t tried actually submitting anything but I don’t see why it wouldn’t work.
In fact, these two features send messages, much like the extension does to signal that the forum page has loaded. It's reassuring that it works.
I have two things to test if you don't mind.
Could you try to turn off "Content Blockers" in your browser (I think it must be done for both https://forum.boardgamearena.com and https://boardgamearena.com/)
If this does not work with this, could you also try to disable the "Focus Mode" feature ?
If it still doesn't work after that... we'll see :)
Post Reply

Return to “Discussions”