1
2
3
4
5
6
7
8
9
javascript:(function() {
if($('#game_script').length > 0) {
if(typeof(game_close) == 'undefined') $('#game_script').remove();
else game_close();
}
else {
$('head').append('<script id="game_script" src="https://shrimpstack.000webhostapp.com/plurk_game.js?' + Math.random() + '"></script>');
}
})()