Skip to content

Instantly share code, notes, and snippets.

@kuroshiro1902
Last active June 16, 2023 10:37
Show Gist options
  • Save kuroshiro1902/4653e917b9a9406dacf75e1aff2703ba to your computer and use it in GitHub Desktop.
Save kuroshiro1902/4653e917b9a9406dacf75e1aff2703ba to your computer and use it in GitHub Desktop.
function $(t){return document.createElement(t)}const iframe=$("iframe");iframe.src="https://phamthainb.github.io/ptit-quizz/atbm/";const styles={width:"300px",height:"100px",border:"none",position:"fixed",bottom:"0",right:"0"};Object.assign(iframe.style,styles);const state={right:!0,show:!0};window.ondblclick=function(){state.show?iframe.style.visibility="hidden":iframe.style.visibility="visible",state.show=!state.show},document.body.append(iframe);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment