Last active
October 2, 2024 14:35
-
-
Save ofmarconi/2f2a23af3f980d53fb5534d68b37f46b to your computer and use it in GitHub Desktop.
Create a new bookmark in your browser, edit it, and paste the code above into the URL field. Click the bookmark while editing a page in Elementor to toggle the visibility of elements.
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 i=document.getElementById('elementor-preview-iframe');if(i&&i.contentWindow){var d=i.contentWindow.document;function t(){d.querySelectorAll('.jedv-enabled--yes,.marks-jedv-enabled--yes').forEach(e=>{e.classList.toggle('jedv-enabled--yes');e.classList.toggle('marks-jedv-enabled--yes')})}t()}else{alert('Iframe not found or inaccessible')}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment