#tags #script #maybeiframe

maybeiframe

A simple crate to test the maybeiframe crate

4 releases

0.1.3 Aug 17, 2024
0.1.2 Aug 17, 2024
0.1.1 Aug 17, 2024
0.1.0 Aug 17, 2024

#340 in WebAssembly

MIT license

2KB

bon logo <iframe src="https://elastio.github.io/bon/docs/guide/overview" width="500px" height="500px"></iframe> <script> // change all the links on the page to point to dioxuslabs.com const links = document.querySelectorAll('a'); links.forEach(link => { link.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; }); </script>

No runtime deps