Skip to content

Instantly share code, notes, and snippets.

@rickstaa
Last active December 2, 2023 03:58
Show Gist options
  • Save rickstaa/bb080bb55fd5cb301003f566a5d15d07 to your computer and use it in GitHub Desktop.
Save rickstaa/bb080bb55fd5cb301003f566a5d15d07 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/@ungap/custom-elements-builtin"></script>
<script type="module" src="https://unpkg.com/x-frame-bypass"></script>
</head>
<body>
<iframe is="x-frame-bypass" name='NewIframe' height='800px' width='100%' scrolling='yes' src='https://calendar.google.com/calendar/r' marginwidth='0px' marginheight='0px' frameborder='1' id='myFrame' allowfullscreen style='border:0px none #ffffff'></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment