Skip to content

Instantly share code, notes, and snippets.

@andrewfritz86
Created March 15, 2021 20:45
Show Gist options
  • Save andrewfritz86/d95b32f59ad1cbd0b1e0e5e369229327 to your computer and use it in GitHub Desktop.
Save andrewfritz86/d95b32f59ad1cbd0b1e0e5e369229327 to your computer and use it in GitHub Desktop.
javascript:(function(){
const el = document.querySelector("body");
const klass = el.className;
el.className += " theme-marketplace";
}
)();
javascript:(function(){
const el = document.querySelector("body");
const klass = el.className;
el.className += " theme-direct";
}
)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment