Skip to content

Instantly share code, notes, and snippets.

@jpetitcolas
Created September 22, 2015 12:19
Show Gist options
  • Save jpetitcolas/4686f6802df477b5db5d to your computer and use it in GitHub Desktop.
Save jpetitcolas/4686f6802df477b5db5d to your computer and use it in GitHub Desktop.
Only French would understand this lib... ;)
// couvent.js - MIT license
Array.prototype.slice.call(document.querySelectorAll('*')).forEach(function (el) {
el.style.display = 'none';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment