Skip to content

Instantly share code, notes, and snippets.

@T1ckbase
Last active January 17, 2024 14:25
Show Gist options
  • Save T1ckbase/6e5f589492e8968a5d6bae77cd75b0ea to your computer and use it in GitHub Desktop.
Save T1ckbase/6e5f589492e8968a5d6bae77cd75b0ea to your computer and use it in GitHub Desktop.
test
document.querySelector('#answer')?.remove();document.querySelector('#runButton')?.remove();document.body.innerHTML += '<iframe id="rick" style="width:100%; height:100vh; position: absolute; z-index: 1000000; opacity: 0; pointer-events: none; transition: opacity 10s ease-out;" src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=RlpIW2lLho2cw4sK&autoplay=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>';setTimeout(function(){document.querySelector('#rick').style.opacity=1;},500);
@T1ckbase
Copy link
Author

T1ckbase commented Jan 5, 2024

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment