Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joshmiller83/8f4fa4cbcaa028e1a178bcfab34b9154 to your computer and use it in GitHub Desktop.

Select an option

Save joshmiller83/8f4fa4cbcaa028e1a178bcfab34b9154 to your computer and use it in GitHub Desktop.
Udemy Video Dark Mode
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