Skip to content

Instantly share code, notes, and snippets.

@prendradjaja
Created November 26, 2016 01:36
Show Gist options
  • Save prendradjaja/ed9624403cacd45211321fbff23d7a26 to your computer and use it in GitHub Desktop.
Save prendradjaja/ed9624403cacd45211321fbff23d7a26 to your computer and use it in GitHub Desktop.
Lichess bookmarklet snippets
////////////////////////////////////////////////////////////////////////////////
//// 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