Skip to content

Instantly share code, notes, and snippets.

@ddugovic
Created July 18, 2019 00:13
Show Gist options
  • Save ddugovic/288bdf054fdafa2cd94757e3e5fbf478 to your computer and use it in GitHub Desktop.
Save ddugovic/288bdf054fdafa2cd94757e3e5fbf478 to your computer and use it in GitHub Desktop.
(function() {
function myzoom() {
document.body.setAttribute('style', '--zoom:140');
window.lichess.dispatchEvent(window, 'resize');
}
window.setInterval(myzoom, 1000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment