Skip to content

Instantly share code, notes, and snippets.

@JorgeMadson
Created July 14, 2021 18:24
Show Gist options
  • Save JorgeMadson/2ee9055436605644270775b9a23387fb to your computer and use it in GitHub Desktop.
Save JorgeMadson/2ee9055436605644270775b9a23387fb to your computer and use it in GitHub Desktop.
How to rotate images in browser console
document.getElementsByTagName("img")[0].style.transform = "rotate(270deg)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment