Skip to content

Instantly share code, notes, and snippets.

@relaxdiego
Last active October 5, 2025 01:48
Show Gist options
  • Save relaxdiego/a07f90b67eb23d794c094119a1158db2 to your computer and use it in GitHub Desktop.
Save relaxdiego/a07f90b67eb23d794c094119a1158db2 to your computer and use it in GitHub Desktop.
javascript:(function(){try{document.documentElement.requestFullscreen();var style=document.createElement('style');style.textContent=':root {color-scheme: light !important;} @media (prefers-color-scheme: dark) {html, body, * {background-color: #fff !important; color: #000 !important;}}';document.head.appendChild(style);}catch(e){alert('Fullscreen or light mode failed: '+e.message);}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment