Skip to content

Instantly share code, notes, and snippets.

@jyee
Last active September 30, 2021 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyee/6441d5cdf9e9783b3b82c1f08ce1c06e to your computer and use it in GitHub Desktop.
Save jyee/6441d5cdf9e9783b3b82c1f08ce1c06e to your computer and use it in GitHub Desktop.
Code to flip Google Slide presenter notes for a teleprompter
// Paste into the browser console
$('body').style.transform='scaleX(-1)';$('.punch-viewer-speakernotes-text-body-scrollable').style.overflow='visible';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment