This is embarassing, also where is hack?
This commit is contained in:
parent
8e31910849
commit
68a1d27c93
|
@ -14,13 +14,16 @@
|
|||
<div height=0% width=0% id='gaster'></div>
|
||||
<script>
|
||||
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
|
||||
let g = '<audio id="ogg_player_1_obj" width="200" height="35" src="https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay="" controls="" loop=""></audio>';
|
||||
let g = '<audio id="ogg_player_1_obj" width="0" height="0" src="https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay="" controls="" loop=""></audio>';
|
||||
// https://www.w3schools.com/jsref/met_win_settimeout.asp
|
||||
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 30000);
|
||||
function showg() {
|
||||
p=document.getElementById('gaster');
|
||||
p.height = '25%';
|
||||
p.width = '25%';
|
||||
o=document.getElementById('ogg_player_1_obj');
|
||||
p.height = '200';
|
||||
p.width = '35';
|
||||
}
|
||||
console.log('showg()')
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue