spam
spam
by kirito0709
HTML
Заготовка под флуд из консоли браузера
JavaScript
setInterval(function(){
jQuery('div.top-callback div.callback a').each(function(){
$(this).click();
});
setTimeout(function () {
jQuery('#comp_df802a241e8bef9e601a43e36382bfb3 div.form-body div.row:eq(0) input').each(function(){
$(this).val("Приветики лолки");
});
jQuery('#comp_df802a241e8bef9e601a43e36382bfb3 div.form-body div.row:eq(1) input').each(function(){
$(this).val("9999999900");
});
setTimeout(function () {
jQuery('div.callback_frame.jqmWindow.jqm-init.show span').each(function(){
$(this).click();
});
}, 5000);
}, 5000);
}, 10000);