Skip to content

Instantly share code, notes, and snippets.

@ofmarconi
Last active October 2, 2024 14:35
Show Gist options
  • Save ofmarconi/2f2a23af3f980d53fb5534d68b37f46b to your computer and use it in GitHub Desktop.
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.
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