Untuk menjalankan likers ini anda harus mendownload dulu greasemonkey add ons mozilla hehe...
Langsung aja yang mau download :
1) File Location : MediaFire
Download : Likers
Password : ramdani
Size : 700 Kb
2) greasemonkey
Keterangan :
Untuk turtorial cara pengunaan sudah sepaket sama Likers...
Oea yang mau liat scriptnya seperti ini :
// ==UserScript==
// @name Facebook AutoLike
// @namespace AutoLike
// @description Automaticly like facebook statuses and comments
// @include http://www.facebook.com/*
// ==/UserScript==
// ==Credits==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+72px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"/djam.all.free\">Djam ALL Free</a>"
body.appendChild(div);
}
// ==Credits==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+22px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"/profile.php?id=100000537822263\">Benny Bentto</a>"
body.appendChild(div);
}
// ==Statuses==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+122px";
div.style.left = "+6px";
div.style.backgroundColor = "#eceff5";
div.style.border = "2px solid #94a3c4";
div.style.padding = "2px";
div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"JavaScript:AutoLike()\">Like semua Status</a>"
body.appendChild(div);
unsafeWindow.AutoLike = function() {
buttons = document.getElementsByTagName("button");
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class");
if(myClass != null && myClass.indexOf("like_link") >= 0)
if(buttons[i].getAttribute("name") == "like")
buttons[i].click();
}
};
}
Nah itu script yang digunakan...hehe...


Author »
Time »
Categories »


0 komentar:
Terimakasih telah berkunjung :D.Silahkan berkomentar dengan baik dan bijak :). No P*rno, No Spam, No Links, No SARA.