Paidverts autofiller script

This Paidverts script will automatically fill the fields that you need to type in order to view ads on paidverts.com

< Відгуки до Paidverts autofiller script

Відгук: Добре - скрипт працює добре

§
Опубліковано: 24.09.2014

Paidverts has been changed

hello. The paidverts captcha system has been changed.
Instead of 2 lines, there are 3 lines + Solvemedia captcha.

http address into https address, so you have to update!!

§
Опубліковано: 25.09.2014
Edited: 25.09.2014
// ==UserScript==
// @name        Paidverts autofiller script
// @namespace   caede
// @description This Paidverts script will automatically fill the fields that you need to type in order to view ads on paidverts.com
// @include	    *://paidverts.com/*
// @include	    *://www.paidverts.com/*
// @version     1.0.5
// @require  	  http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js
// @grant		    GM_xmlhttpRequest
// @grant		    GM_info
// @grant		    GM_setValue
// @grant		    GM_getValue
// @grant		    GM_addStyle

....
....
...

    var boxOne = document.getElementById('t-1').innerHTML;
	  var boxTwo = document.getElementById('t-2').innerHTML;
    var boxThree = document.getElementById('t-3').innerHTML;
	  var goodImg = "http://www.paidverts.com/assets/images/icons/positive.png";
	
	document.getElementById('text-1').value = boxOne;
	document.getElementById('text-2').value = boxTwo;
  document.getElementById('text-3').value = boxThree;  


	document.getElementById('valid-1').src = goodImg;	
	document.getElementById('valid-2').src = goodImg;
  document.getElementById('valid-3').src = goodImg;  
    
    searchCaptcha();
}

$('#view_ad').addClass('button_green_submit').removeClass('button_grey_submit');
overlay();

//

§
Опубліковано: 25.09.2014
Edited: 25.09.2014

Dirty fix :(

Опублікувати відповідь

Sign in to post a reply.