Created
November 26, 2016 01:36
-
-
Save prendradjaja/ed9624403cacd45211321fbff23d7a26 to your computer and use it in GitHub Desktop.
Lichess bookmarklet snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////////////////////////////////////////////////////////////////// | |
//// Seek modal | |
// Find rating... | |
// ...for active (currently visible) variant. Worth noting that "Standard" | |
// variant has multiple ratings (blitz, bullet, classical) | |
$('div.ratings div').filter((i, e) => e.style.display === 'block').find('strong').text() | |
// ...for classical | |
$('div.ratings div.classical strong').text() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment