// couvent.js - MIT license Array.prototype.slice.call(document.querySelectorAll('*')).forEach(function (el) { el.style.display = 'none'; });