您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This Paidverts script will automatically fill the fields that you need to type in order to view ads on paidverts.com
当前为
// ==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"); 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"; } } 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(); //
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址