Skip to content

Instantly share code, notes, and snippets.

@joshmiller83
Created May 2, 2026 03:31
Show Gist options
  • Select an option

  • Save joshmiller83/49a6e308a41a05f22d5e80d6de582f54 to your computer and use it in GitHub Desktop.

Select an option

Save joshmiller83/49a6e308a41a05f22d5e80d6de582f54 to your computer and use it in GitHub Desktop.
javascript:(function(){document.querySelectorAll('div[class*="app--row--"][class*="app--dashboard--"]').forEach(el=>el.style.background='#FFF');document.querySelectorAll('div[class*="app--row--"][class*="app--header--"]').forEach(el=>el.style.background='#FFF');document.querySelector('html').style.filter='invert(100%)';document.querySelectorAll('img, video').forEach(el=>el.style.filter='invert(100%)');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment