Affiliate killer

No more Affiliate Link! Plz Original URL!

< Affiliate killerについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2017/01/28

this is correct?


//base64暫定
}else if(unescape(href).match(/(\/|=)(aHR0cDovL.+|aHR0cHM6Ly.+)($|\/|\?|&)/)){
var decTxt = "";
try{
decTxt = window.atob(RegExp.$2);
}catch(e){
}
if(decTxt.match(/^https?:\/\/./)){
strUrl = decTxt;
setLink(obj);
return;
}
}



pattern 1
aHR0cDovL2FhYWFiYmRkZGVmYWRmZWc=

pattern 2
aHR0cDovL2FhYWFiYmRkZGVmYWw

pattern 3
aHR0cDovL2FhYWFiYmRkZGVmYWw%3D

pattern 4
aHR0cDovL2FhYWFiYmRkZGVmYWw==



//http://www.sexyvideos.co/go?a%3A
}else if(unescape(href).match(/\/(go|out)\?a:/)){
getUrl("expand","GET",obj);
return;

返信を投稿

返信を投稿するにはログインしてください。