Skip to content

Instantly share code, notes, and snippets.

View T1ckbase's full-sized avatar

T1ckbase T1ckbase

View GitHub Profile
@T1ckbase
T1ckbase / test.js
Last active January 17, 2024 14:25
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);