johnny1221
Regular Member
- Jan 26, 2015
- 272
- 52
Register Here: Adiphy.com
Step 1:
Download google chrome add-on: https://chrome.google.com/webstore/detai...elnpjljija
Step 2:
a. Go to: http://dearpig.com and http://soccerjoke.com
b. Disable Ad-block for those websites
c. Click your chrome-addon in the right upper corner of your browser.
d. Insert code under cjs and save
Code:
$(document).ready(function(){
var go_link=$('#go-link');
var go_submit=$('#go-submit');
go_link.addClass('go-link');
go_submit.text('Done').removeAttr("onclick");
go_submit.click();
setTimeout(function(){ window.close(); },1000);
});
Step 3:
a. Login to http://adiphy.com
b. Click the add-on and insert the code below:
Code:
$(document).ready(function(){
var flag=0;
var token;
var site;
var alias;
$('.infostop:first').prepend('<li><button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button></li>');
$('.infostop:first').prepend('<li><button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button></li>');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
function run(){
var interval_obj = setInterval(function(){
token=$("#user-token").text();
site=$('.item-site:first').text();
alias=$('.item-site:first').parent().find(".item-alias").text();
e=window.open(site+"/"+alias+"/"+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 4000);
}
});
Step 4: Press the start button which will now show up on the site and run it. This is not my method, I found it on another site and figured I'd share it with you guys. Also, at this time, I am not certain that you will be able to cash out because I havent got that far myself yet, but others are saying that you can. Enjoy
Step 1:
Download google chrome add-on: https://chrome.google.com/webstore/detai...elnpjljija
Step 2:
a. Go to: http://dearpig.com and http://soccerjoke.com
b. Disable Ad-block for those websites
c. Click your chrome-addon in the right upper corner of your browser.
d. Insert code under cjs and save
Code:
$(document).ready(function(){
var go_link=$('#go-link');
var go_submit=$('#go-submit');
go_link.addClass('go-link');
go_submit.text('Done').removeAttr("onclick");
go_submit.click();
setTimeout(function(){ window.close(); },1000);
});
Step 3:
a. Login to http://adiphy.com
b. Click the add-on and insert the code below:
Code:
$(document).ready(function(){
var flag=0;
var token;
var site;
var alias;
$('.infostop:first').prepend('<li><button id="stop" type="button" class="btn btn-danger" style="height:50px;width:80px;">Stop</button></li>');
$('.infostop:first').prepend('<li><button id="start" type="button" class="btn btn-primary" style="height:50px;width:80px;">Start</button></li>');
$('#start').click(function(){
flag=1;
run();
});
$('#stop').click(function(){
flag=0;
});
function run(){
var interval_obj = setInterval(function(){
token=$("#user-token").text();
site=$('.item-site:first').text();
alias=$('.item-site:first').parent().find(".item-alias").text();
e=window.open(site+"/"+alias+"/"+token,"botvn","width=50,height=50,top=20000,left=100000,status=0,toolbar=no");
if(flag===0)
clearInterval(interval_obj);
}, 4000);
}
});
Step 4: Press the start button which will now show up on the site and run it. This is not my method, I found it on another site and figured I'd share it with you guys. Also, at this time, I am not certain that you will be able to cash out because I havent got that far myself yet, but others are saying that you can. Enjoy