Skip to content

Instantly share code, notes, and snippets.

@hectorddmx
Last active June 12, 2019 15:39
Show Gist options
  • Save hectorddmx/c93bdb0805cdcd10c76ec1829883427b to your computer and use it in GitHub Desktop.
Save hectorddmx/c93bdb0805cdcd10c76ec1829883427b to your computer and use it in GitHub Desktop.
javascript: (function () {
const demoClasses = document.querySelectorAll('.taskboard-row-summary');
demoClasses.forEach(element => {
element.classList.toggle('hidden');
});
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment