2024 and option to center the board on the screen still missing from chess.com
Cutting edge UI
Anyone else like to move their seat a few inches to the side when playing OTB for the authentic chess.com experience?
2024 and option to center the board on the screen still missing from chess.com
Cutting edge UI
Anyone else like to move their seat a few inches to the side when playing OTB for the authentic chess.com experience?
The only way i have found to center the board is to zoom from 100% to 25%, although the hidden UI problem still exists.
I made a lazy tampermonkey skript which centers the board in focus mode
// ==UserScript==
// @name Chess com board script
// @namespace https://tampermonkey.net/// @version 0.1
// @description Center Chess.com board
// @author ShenJingBing
// @match https://www.chess.com/*
// ==/UserScript==
(function() {
getElementsByClassName("opened-chats-container")[0].setAttribute("style", "margin-left: 35vh !important;")
}
)();
ip grabber
@realuserbae64 @x6px @mjkaodshu @AerisChua You can use the browser extension I've sent in this forum. Read my previous answers.
@realuserbae64 @x6px @mjkaodshu @AerisChua You can use the browser extension I've sent in this forum. Read my previous answers.
No thanks, chess.com can actually just center the board.
@realuserbae64 @x6px @mjkaodshu @AerisChua You can use the browser extension I've sent in this forum. Read my previous answers.
No thanks, chess.com can actually just center the board.
You can do whatever you want, but I'm pretty sure they won't do it, since the main reason to the board not being centered if the ad in the right part of the screen.
I've coded a browser extension to centralize the board in chess.com, how to use:
If you are using Firefox, go to : Board Centralizer
If you are using Chrome (or similar) or want to install and inspect the code by yourself, go to: BoardCentralizerGithub
If you are using Chrome (or similar) but don't want to install the extension by yourself, in order to allow me to create a Chrome Web Store account and publish the extension, please consider donate $5 to my PayPal BoardCentralizerPayPal. The license of the extension is MIT, therefore anybody with the means to publish it is free to do it.
it works great, but the board is actually slightly to the right of center. better than standard for sure though. thank you!
@Baabashi You can download the code directly from the GitHub and add it manually: https://github.com/Adrian-Oliveira/BoardCentralizer/tree/production
You only need to extract the files and load it in chrome://extensions/ with the developer mode on (make sure to load the chrome folder).
Worked. Thank you!