Skip to content

Instantly share code, notes, and snippets.

@zartgesotten
Created August 13, 2025 12:54
Show Gist options
  • Save zartgesotten/94b1edbbd6f79eab1f843ee24b5923a3 to your computer and use it in GitHub Desktop.
Save zartgesotten/94b1edbbd6f79eab1f843ee24b5923a3 to your computer and use it in GitHub Desktop.
javascript:(function(){var b=document.getElementById('wpadminbar');if(!b)return;var h=b.dataset._hidden==='1',H=document.documentElement,B=document.body;if(!h){b.dataset._hidden='1';b.dataset._bAdm=B.classList.contains('admin-bar')?'1':'0';b.dataset._hAdm=H.classList.contains('admin-bar')?'1':'0';b.style.setProperty('display','none','important');H.style.setProperty('margin-top','0','important');B.style.setProperty('margin-top','0','important');B.classList.remove('admin-bar');H.classList.remove('admin-bar');}else{b.style.removeProperty('display');H.style.removeProperty('margin-top');B.style.removeProperty('margin-top');if(b.dataset._bAdm==='1')B.classList.add('admin-bar');if(b.dataset._hAdm==='1')H.classList.add('admin-bar');b.dataset._hidden='';}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment