Paidverts autofiller script

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

目前為 2014-05-28 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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		http://paidverts.com/*
// @version     1.0.3
// @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
// ==/UserScript==
//////JQuery Compatibility statement//////
this.$ = this.jQuery = jQuery.noConflict(true);
//////JQuery Compatibility statement//////
//body style
GM_addStyle("body { background-color: #07054c; background-image:url('http://i.imgur.com/MdIx1Se.png');}");
//element styles
GM_addStyle("a { color: #07054c; text-shadow: 0 0 0.3em #32c7c5 }");
GM_addStyle("b4 { color: #07054c; }");
GM_addStyle(".member_top { background-image:url('http://i.imgur.com/m6h2T0l.png'); }");
GM_addStyle(".menu_top_one { color: white; background-color: #07054c;}");
GM_addStyle(".link_green a, .link_green_small a { color: #32c7c5; }");
GM_addStyle(".link_green a, .link_green_small a { color: #32c7c5; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; }");
GM_addStyle("#countdown { color: #07054c; }");
GM_addStyle(".myads_nag { background-color: #07054c; }");
GM_addStyle(".myacc_nag_z { background-color: #07054c; }");
GM_addStyle(".myads_nag_right { background-color: #07054c; }");
GM_addStyle("h2.green { background-color: #07054c; }");
GM_addStyle(".button_green_sans3 { background-color: #07054c; }");


//button styles
GM_addStyle(".create_account { background-color: #32c7c5; color: #07054c; }");
GM_addStyle(".button_green_big { background-color: #32c7c5; color: #07054c; }");
GM_addStyle(".button_green_submit { background-color: #32c7c5; color: #07054c; }");
GM_addStyle(".button_green_small { background-color: #32c7c5; border: 2px solid #32c7c5; color: #07054c; } .button_green_small:hover { border: 2px solid #32c7c5; background-color: white; color: #32c7c5; } ");
GM_addStyle(".button_cashout { background-color: #32c7c5; color: #07054c; border: 1px solid #07054c; } .button_cashout:hover { background-color: white; color: #07054c; border: 1px solid #07054c;  } ");
GM_addStyle(".button_green_sans2, .button_grey_small, .button_grey_big, .button_green_small, .button_green_sans, .button_green_sans2, .button_green_submit, .button_green_big, .button_black_small, .button_black_big  { background-color: #32c7c5; color: #07054c; } .button_green_sans2:hover { border: 2px solid #32c7c5; background-color: white; color: #32c7c5; } ");


//menu styles
GM_addStyle(".menu_top_one { color: white; background-color: #07054c;} ");
//menu icon styles
GM_addStyle(".menu_link_myad { background: url('http://i.imgur.com/qjaae4G.png') no-repeat 194px 7px; } .menu_link_myad:hover { background: url('http://i.imgur.com/qjaae4G.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_buyad { background: url('http://i.imgur.com/NMEpLUB.png') no-repeat 194px 7px; } .menu_link_buyad:hover { background: url('http://i.imgur.com/NMEpLUB.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_paidad { background: url('http://i.imgur.com/TM66p0C.png') no-repeat 194px 7px; } .menu_link_paidad:hover { background: url('http://i.imgur.com/TM66p0C.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_cashout { background: url('http://i.imgur.com/Pkibyb8.png') no-repeat 194px 7px; } .menu_link_cashout:hover { background: url('http://i.imgur.com/Pkibyb8.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_ref { background: url('http://i.imgur.com/itdbxD4.png') no-repeat 194px 7px; } .menu_link_ref:hover { background: url('http://i.imgur.com/itdbxD4.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_games { background: url('http://i.imgur.com/g12op2r.png') no-repeat 194px 7px; } .menu_link_games:hover { background: url('http://i.imgur.com/g12op2r.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_account { background: url('http://i.imgur.com/Vb7Ra8B.png') no-repeat 194px 7px; } .menu_link_account:hover { background: url('http://i.imgur.com/Vb7Ra8B.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_stats { background: url('http://i.imgur.com/mzjaE36.png') no-repeat 194px 7px; } .menu_link_stats:hover { background: url('http://i.imgur.com/mzjaE36.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_logout { background: url('http://i.imgur.com/sF4LKky.png') no-repeat 194px 7px; } .menu_link_logout:hover { background: url('http://i.imgur.com/sF4LKky.png') no-repeat 194px 7px; }");
GM_addStyle(".menu_link_logout { background: url('http://i.imgur.com/sF4LKky.png') no-repeat 194px 7px; } .menu_link_logout:hover { background: url('http://i.imgur.com/sF4LKky.png') no-repeat 194px 7px; }");
//other styles
GM_addStyle(".green_info { background-color: #28eee7; } ");
GM_addStyle(".top_bar { background-color: #07054c; } ");
GM_addStyle(".button_tp { background-color: #32c7c5; color: #07054c; } .button_tp:hover { border: 2px solid #32c7c5; background-color: white; color: #07054c; } ");

$('.banners125').html('<div style="width: 125px; height: 125px; background: #000;position: relative; top:12px; margin-left: 17px; float: left;"><a href="http://freeadmoney.com/pages/index.php?refid=shadowmaus" target="_blank" rel="nofollow"><img src="http://i.imgur.com/SXyH6UA.png"></a></div><div style="width: 125px; height: 125px; background: #000;position: relative; top:12px; margin-left: 17px; float: left;"><a href="http://www.LaunchV.com/apply" target="_blank" rel="nofollow"><img src="http://i.imgur.com/Cszbfa6.png"></a></div><div style="width: 125px; height: 125px; background: #000;position: relative; top:12px; margin-left: 17px; float: left;"><a href="http://www.clixsense.com/?6427897" target="_blank" rel="nofollow"><img src="http://i.imgur.com/ObeJHpw.png"></a></div><div style="width: 125px; height: 125px; background: #000;position: relative; top:12px; margin-left: 17px; float: left;"><a href="http://www.neobux.com/?r=shadowmaus2" target="_blank" rel="nofollow"><img src="http://i.imgur.com/3cBgokg.png"></a></div><div style="width: 125px; height: 125px; background: #000;position: relative; top:12px; margin-left: 17px; float: left;"><a href="http://www.kalbux.com/?ref=shadowmaus" target="_blank" rel="nofollow"><img src="http://i.imgur.com/zZ6rLks.png"></a></div>');

function overlay(){
    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('valid-1').src = goodImg;	
	document.getElementById('valid-2').src = goodImg;
    
    function searchCaptcha() {
    "use strict";
    /*global document: false */
    var str = document.getElementById('t-3').innerHTML;
        res = str.search("paidverts.com");
        thanhLong = str.search("585893");
        joinNow = str.search("585892");
        joinNow2 = str.search("619735");
        renTavel = str.search("586920");
        wuTang = str.search("586921");
        payProc = str.search("589705");
        noAd = str.search("562664");
        freeStart = str.search("603031");
        diversify = str.search("563144");
        feederMatrix = str.search("553171");
        enjoyEarning = str.search("581601");
        goodAdmin = str.search("419509");
        jumpStart = str.search("394340");
        newUni = str.search("432012");
        should123 = str.search("605006");
        hochiMin = str.search("587608");
        asdf = str.search("605004");
		joinBaby = str.search("745358");
		joinBaby2 = str.search("745413");
		joinBaby3 = str.search("745387");
		joinBaby4 = str.search("745398");
		joinBaby5 = str.search("745439");
		skypeRobert = str.search("704419");
		ezMoney = str.search("745847");
		earnnnn = str.search("711702");
		abduct = str.search("690619");
		up3x = str.search("747458");
		up3x2 = str.search("747438");
		up3x3 = str.search("747417");
		up3x4 = str.search("747348");
		up3x5 = str.search("747322");
		up3x6 = str.search("747305");
		up3x7 = str.search("747290");
		up3x8 = str.search("747268");
		norecruiting = str.search("723443");
		
        
    if (res > -1) {
        if (thanhLong > -1){
            document.getElementById('valid-3').src = goodImg;
        	document.getElementById('text-3').value = "Thanh Long";
        }
        if (joinNow > -1) {
        	document.getElementById('valid-3').src = goodImg;
        	document.getElementById('text-3').value = "Join now";
        }
        if (joinNow2 > -1) {
        	document.getElementById('valid-3').src = goodImg;
        	document.getElementById('text-3').value = "Join now";
        }
        if (renTavel > -1) {
            document.getElementById('valid-3').src = goodImg;
        	document.getElementById('text-3').value = "Ne goci o mui to rentavel";
        }
        if (wuTang > -1) {
            document.getElementById('valid-3').src = goodImg;
        	document.getElementById('text-3').value = "wu tang killa beez";
        }
        if (payProc > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up top 20 payment processors";

        }
		if (noAd > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "No ad clicking necessary";

        }
		if (freeStart > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Free start";

        }
		if (diversify > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Diversify your portfolio";

        }
		if (feederMatrix > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Feedermatrix";

        }
		if (enjoyEarning > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Enjoy earning";

        }
		if (goodAdmin > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Good admin";

        }
		if (jumpStart > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Let jumpstart your income";

        }
		if (newUni > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "New uni que ptc";

        }
		if (should123 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Should123";

        }
		if (hochiMin > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Ho chi minh viet nam";
        }
		if (asdf > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Adasdgfdgf";
        }
		if (joinBaby > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Join today baby";
        }
		if (joinBaby2 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Join today baby";
        }
		if (joinBaby3 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Join today baby";
        }
		if (joinBaby4 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Join today baby";
        }
		if (joinBaby5 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Join today baby";
        }
		if (skypeRobert > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Skype Robert dot leszkiewcz";
        }
		if (ezMoney > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Eazy money";
        }
		if (earnnnn > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Earnnnn";
        }
		if (abduct > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Abduction to the 9th planet";
        }
		if (up3x > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x2 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x3 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x4 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x5 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x6 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x7 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (up3x8 > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "Up up up";
        }
		if (norecruiting > -1) {
        	document.getElementById('valid-3').src = goodImg;
            document.getElementById('text-3').value = "No recruiting needed";
        }
    }
	else {
        document.getElementById('text-3').value = boxThree;
    	document.getElementById('valid-3').src = goodImg;
	}
}
    searchCaptcha();
}

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