Created
August 13, 2025 12:54
-
-
Save zartgesotten/94b1edbbd6f79eab1f843ee24b5923a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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