Created
July 18, 2019 00:13
-
-
Save ddugovic/288bdf054fdafa2cd94757e3e5fbf478 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(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