Forums

SOLUTION: How to see BOTH 'Move Played' and 'Best Move' Bubbles simultaneously in Review

Sort:
3dmo

I'm using Chromium so these instructions are for that browser and its derivatives.

1). Install the 'TamperMonkey' browser extension.

2). Enable developer mode: Go to; chrome://extensions (there's a button in the top right corner)

3). Click on the TamperMonkey extension icon and select 'Create a new script...'

4). Copy the code included / linked below and replace what's shown in the TamperMonkey editor with it.

5). *** IMPORTANT *** go to a game, click 'Start Review' and then once you go get to Move 1 (move=1) REFRESH THE PAGE! - If nothing happens, click on the TamperMonkey icon again and make sure the script is Enabled.

6). This should create the space required to see both the 'Move Played' and 'Best Move' Bubbles at the same time going forward, without the need for incessant scrolling.

(to begin with the extra space is a little redundant as there often isn't a best move to show in the opening but you'll just have to live with that - also if you've played the Best Move during the game)

The Code; go to the below link and copy the code into the TamperMonkey editor. Make sure that // ==UserScript== is on line 1 as per the image included.

https://raw.githubusercontent.com/edcoded/Chess.com/main/Chess.com%20Move%20Bubble%20Modification%20TamperMonkey%20Script

Happy Reviewing! happy

6umbum

Hi there, can you upload a video showing what it looks like after doing this?

3dmo

Can't do a video but here are two screenshots:

BEFORE:

AFTER:

6umbum

Excellent.. Ill give it a try. Thank you for your contribution

3dmo

Great. If you get run into any issues just post here and I'll try to help.

3dmo

On line 7: //@match ....

I've changed the end from /game/live/* to /game/*

This makes it work with Daily games too.

Artem-Panchenko

Does not work sad.png the script is enabled and i refreshed after move=1, but nothing changed....

3dmo
Artem-Panchenko wrote:

Does not work the script is enabled and i refreshed after move=1, but nothing changed....

Sorry to hear it's not working for you.

Can you click on the TamperMonkey Icon - confirm that you see a Tick at the top saying 'Enabled'?

After clicking the Icon, then click on 'Dashboard' - this will bring up the scripts you have saved.

In this section, can you confirm that the Script is also 'Enabled'? (slider underneath that column would be to the Right and Green)

Then please can you click on "Chess.com Game Review Move Bubble Modification" and take a screenshot of the code and post it here.

I assume you were able to turn on Developer Mode OK?

Let me know on the above and we'll see if we can figure it out. happy

Also, please let me know what browser you are using. Thanks.

Artem-Panchenko

The developer mode was disabled i turned it on. Now theres space under the first bubble, but there are no bubbles...

I use Google Chrome.

3dmo

OK. You may not have 'Show Best Move' and/or 'Show Played and Best Move Speech Bubbles' enabled in your game review settings.

At the top of the board, to the Right of the Time - there's a little Gear Icon:

If you click on that Gear Icon, it will bring up a Window. At the top of the Window you should see three options, the middle one is 'Interface' (or possibly 'Schnittstelle' for you as you're German).

Once you click on Interface there are two sides below, one is 'Analysis', the other is 'Review'. In the Review section there will be an Option for 'Show Best Move' - is this switched on?

*** Below that there is 'Show Played and Best Move Speech Bubbles' - is this switched on? ***

If not - switch them on and try again. If they are switched on already, let me know - as it could be a local language setting issue and I'll try and figure out the problem if so.

See picture below for clarification on the 2 'Show Best Move' switches:

3dmo

Please also note: that you will have that empty space if the moves played are either classified as 'Book moves' (at the beginning of the game) or if it just is the 'Best move' (well done!).

In which case there won't be anything to display below the bubble that is shown at the top.

Artem-Panchenko

Okay Nice it worked now! Ty very much

3dmo

Wunderbar! Sehr gerne.

One last thing to note: if during a Review you decide to test what would happen if you made a different move and it takes you over to Analysis to show you the lines - when you click back to Review you will have to Refresh the page again.

If you have any other problems, just let me know.

Otherwise, I'm glad we got it working for you - best of luck with your chess - and happy reviewing happy

3dmo

THEY BROKE IT!

Here's the fix:

in the TamperMonkey script, on line 18, change the code to:

var feedbackWrapper = querySelector('.move-feedback-v1-wrapper');

You're basically just adding in -v1 (or v1- depending how you look at it) and that should make it work again.

If anyone has any problems, just post here.

Together, we will review games better!

3dmo

THEY CHANGED IT BACK!

If you changed the script, change line 18 back to: var feedbackWrapper = querySelector('.move-feedback-wrapper');

NarekSM

gjsodf