Skip to content

Instantly share code, notes, and snippets.

@adithya-r-prabhu
Created January 27, 2024 04:29
Show Gist options
  • Save adithya-r-prabhu/7d6fcbeb54e13a2d0f20f098afee0da5 to your computer and use it in GitHub Desktop.
Save adithya-r-prabhu/7d6fcbeb54e13a2d0f20f098afee0da5 to your computer and use it in GitHub Desktop.
open first iframe
javascript: (function () { var s= document.getElementsByTagName("iframe")[0].src; open(s); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment