Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save malcoriel/81b5592cf579cff37957b7e818748374 to your computer and use it in GitHub Desktop.
Save malcoriel/81b5592cf579cff37957b7e818748374 to your computer and use it in GitHub Desktop.
A Greasemonkey script for better slides.com styles
document.querySelector('.controls').remove();
document.querySelector(".slide-number").style['font-size']='40px';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment