Quote:
Originally Posted by schneider1424
Not exactly true you can bypass surveys for Ap in alaplaya by executing java script on the page using scratch pad that came with Mozilla Firefox(only surveys from Matomy or what ever it's called) since Matomy surveys doesnt redirects you to a new site its easy to bypass just use the java script below
Note scratch pad can be open by pressing ctrl + f4 or going to tools>web developers > srcatch pad(firefox only)
/*
* This is a JavaScript Scratchpad.
*
* Enter some JavaScript, then Right Click or choose from the Execute Menu:
* 1. Run to evaluate the selected text (Ctrl+R),
* 2. Inspect to bring up an Object Inspector on the result (Ctrl+I), or,
* 3. Display to insert the result in a comment after the selection. (Ctrl+L)
*/
$(".inst_bar").slideUp();
$('.top_bar').slideUp('slow', function() {
$(".status").html('Offer completed!');
$(".right_side").css("background-image", "url('/common/css/landing/images/completed.gif')");
$(".med_side").hide();
$(".left_side").hide();
$('.top_bar').slideDown();
});
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11167979-5']);
_gaq.push(['_trackPageview']);
|
Holy Cow, Imma try that XD