Is there a way to make an HTTP request using the Chrome Developer tools without using a plugin like POSTER?
$.post( 'dom/data-home.php', { type : "home", id : "0" },function(data){ console.log(data) })