Page 19 of 85
Re: Google Chrome Extension
Posted: 20 August 2024, 08:04
by menettm
Hi Tof63,
Can you use the BGA configuration set for language in your extention?
I'm French, use Chrome in French butI have set BGA in English.
It is then more easy to discuss with others in English using the same words in the board games.
Very good for the /gameinprogress page. I have masked all you propose.

Re: Google Chrome Extension
Posted: 20 August 2024, 08:12
by menettm
In the Home page, Is it possible to mask the "Discover our Classics" part ?
Re: Google Chrome Extension
Posted: 20 August 2024, 16:12
by Tof63
menettm wrote: ↑20 August 2024, 08:04
Hi Tof63,
Can you use the BGA configuration set for language in your extention?
I'm French, use Chrome in French butI have set BGA in English.
It is then more easy to discuss with others in English using the same words in the board games.
Very good for the /gameinprogress page. I have masked all you propose.
In fact, the extension only supports two languages, English and French ... because I'm French too.
The translation takes into account the browser language because that's how the library provided by Google works, and also because I have no way of knowing what language you've selected on BGA anyway.
I hope this isn't too much of a hassle for you, as I really don't have a simple solution to offer

Re: Google Chrome Extension
Posted: 20 August 2024, 16:14
by Tof63
menettm wrote: ↑20 August 2024, 08:12
In the Home page, Is it possible to mask the "
Discover our Classics" part ?
Consolation prize: yes, I will add this option in the next version

Re: Google Chrome Extension
Posted: 21 August 2024, 10:42
by Tof63
cornflakes wrote: ↑08 August 2024, 01:08
Hello! I have submitted a PR to your github repo for the extension that enables it to work with Firefox. The changes needed are pretty clear in the PR, so feel free to either approve it and bring it into the repo or else use it as a template to study the effort required.
https://github.com/FlavienBusseuil/bga- ... on/pull/68
Thanks!
Big news for Firefox users: the extension is now available for Firefox too!
Thanks cornflakes for your precious help, without you it probably wouldn't have been done!
https://addons.mozilla.org/addon/board- ... extension/
I look forward to hearing from you!
Re: Google Chrome and Firefox Extension
Posted: 21 August 2024, 11:20
by buu441
I think a recent update broke the homepage? Some displays are overlapping.
Re: Google Chrome and Firefox Extension
Posted: 21 August 2024, 12:29
by Tof63
buu441 wrote: ↑21 August 2024, 11:20
I think a recent update broke the homepage? Some displays are overlapping.
Indeed

The site was updated this morning, and the changes on the home page no longer work.
I'll have a look ...
Until a fix is available, you can add this CSS code in the extension options to correct the display:
to hide recent games (and the calendar):
.bgaext_welcome .flex-1:has(>.homepage-section>.homepage-section__title>[href*="/gamelist?isRecent"]) { display: none; }
to hide popular games:
.bgaext_welcome .flex-1:has(>.homepage-section>.homepage-section__title>[href*="/gamelist?isPopular"]) { display: none; }
to hide recommended games:
.bgaext_welcome .flex-1:has(>.homepage-section>.homepage-section__title>[href*="/gamelist?isSuggested"]) { display: none; }
Re: Google Chrome and Firefox Extension
Posted: 21 August 2024, 16:08
by GTSchemer
Thanks so much! Once the new version is ready to fix the homepage again, I will start trying the Firefox version.
Re: Google Chrome and Firefox Extension
Posted: 21 August 2024, 16:25
by Tof63
GTSchemer wrote: ↑21 August 2024, 16:08
Thanks so much! Once the new version is ready to fix the homepage again, I will start trying the Firefox version.
The fix is already available for Firefox, New versions are released much faster for Firefox, it seems!
Re: Google Chrome and Firefox Extension
Posted: 21 August 2024, 17:49
by GTSchemer
Thanks! The home page is looking great. The forum has some issues, possibly due to chrome-specific stuff, but I know you're working on it.