Skip to content

Instantly share code, notes, and snippets.

@christianvuerings
Last active May 10, 2018 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianvuerings/92081242035c8daf3c68b2783753f45f to your computer and use it in GitHub Desktop.
Save christianvuerings/92081242035c8daf3c68b2783753f45f to your computer and use it in GitHub Desktop.
Gestalt Usage Visualizer
// javascript:(function(){if(!document.getElementById('gestalt-usuage-visualizer')) {var script = document.createElement('script');script.id = 'gestalt-usuage-visualizer';script.src = 'Scripts/Script1.js';document.head.appendChild(script);}})();
const style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = `
*[class]:not([class^="_"]) { border: solid 1px #ff0000; }
`;
document.getElementsByTagName('head')[0].appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment