Skip to content

Instantly share code, notes, and snippets.

@DanielSmith
Created November 25, 2022 19:15
Show Gist options
  • Save DanielSmith/38fd9d1e343faf2c1841b10b61885e6c to your computer and use it in GitHub Desktop.
Save DanielSmith/38fd9d1e343faf2c1841b10b61885e6c to your computer and use it in GitHub Desktop.
Change CSS Body Background color - bookmarklet
javascript:(function(){var a=document.createElement('style'),b;document.head.appendChild(a);b=a.sheet;b.insertRule('body{background-color: #aaaaaa%20!important;}',0);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment