lichess.org
Donate

Lichess v2 is coming

After Chrome & Firefox both blocking the free speech "Dissenter" plugin, everybody should move away from these platforms, if you care about keeping the internet open and free from tech monopoly influence.

I recently switched to Brave, and can wholeheartedly recommend it - I've tried everything else, but Brave is the better browser (based on chromium, so all chrome plugins will work).
Someone was kind enough to write a TamperMonkey script that allows for a much larger game clock. Will this need to be somehow re-written or tweaked?

https://i.imgur.com/i1NEs51.png

-

The current script looks like this:

// ==UserScript==
// @name Big lichess clock
// @match https://*.lichess.org/*
// ==/UserScript==

function addStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

(function() {
'use strict';
addStyle('.clock .time { border-top: 0; border-radius: 0 0 2px 2px; } div.table_wrap .clock>.time { display: inline-block; border: 1px solid #ccc; padding: 0 8px; font-size: 84px; font-family: \'Roboto Mono\',\'Roboto\'; height: 94px; line-height: 94px; }');
})();
Well.. you DO know what we like about Lichess, so i am not worried at all about this V2.
You have done great things with this webiste Thibault
I have one question:

will the pre-move will be more than just 1 move in the future?
great job,
keep it up, greetings.
I do not wish to be too negative, but I do not really dig the new design. I really liked the functionality of the first page, and the new modern look you have decided to give it is something I didn't fancy. If you could include the option of having the current menu look, that would be great.
I heard something about v2 also including the addition of Bughouse. Is this true or not?

This topic has been archived and can no longer be replied to.