Skip to content

Instantly share code, notes, and snippets.

@d4kine
Created April 7, 2025 17:57
Show Gist options
  • Save d4kine/3ed0ea4111a049e3b89c32eb8bae8ef5 to your computer and use it in GitHub Desktop.
Save d4kine/3ed0ea4111a049e3b89c32eb8bae8ef5 to your computer and use it in GitHub Desktop.
Bookmarklet to unlock n8n-website embedded
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