Created
April 7, 2025 17:57
-
-
Save d4kine/3ed0ea4111a049e3b89c32eb8bae8ef5 to your computer and use it in GitHub Desktop.
Bookmarklet to unlock n8n-website embedded
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: (()=>{let a=0,b=()=>{const c=document.querySelector("n8n-demo");if(c&&c.shadowRoot){const d=c.shadowRoot.querySelector("div.overlay[hidden]");d&&d.remove();const e=c.shadowRoot.getElementById("int_iframe");e&&e.classList.contains("non_interactive")&&e.classList.remove("non_interactive")}else{a++<10&&setTimeout(b,500)}};b();})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment