Created
May 2, 2026 04:26
-
-
Save joshmiller83/8f4fa4cbcaa028e1a178bcfab34b9154 to your computer and use it in GitHub Desktop.
Udemy Video Dark Mode
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(){document.querySelectorAll('div[class*="app--row--"][class*="app--dashboard--"]').forEach(el=>{el.style.background='#FFF';el.style.filter='invert(100%)';});})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment