Last active
October 5, 2025 01:48
-
-
Save relaxdiego/a07f90b67eb23d794c094119a1158db2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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