(function () { const header = document.querySelector('#header'); if (!header) { return } const jewel = header.querySelector('#mJewelNav'); if (!jewel) { return } (header).style.display = 'none' }).call(undefined);