Posted by : Rizal Maulana Ainul Yaqin Monday, May 7, 2012

Kali ini ane akan ngasih tutor auto like di facebook. Cocok banget buat ente yang jempoler :p

Cara pertama (buat Mozilla) :
1. Install mozilla firefox jika belum terinstall Klik DISINI
2. Install add-ons Greasemonkey DISINI
setelah itu restart mozilanya dan akan keluar kepala monyet
3. Install facebook auto like DISINI

Setelah sudah di install auto likenya, restart mozilanya lagi dan masuk ke alamat facebook.
Dan muncul pilihan di kiri bawah MOZILA FIREFOX.D pilih *like all statuses*dan siap like status teman² ente

Note :
1. Pastikan kepala monyetnya dalam keadaan terang atau *ENABLED*
2. Hilangkan mode menjelajah aman di akun ente, caranya Pengaturan Akun terus keamanan terus Menjelajah aman di hilangkan contrengannya dan Simpan Setting.

Cara kedua (buat Google Chrome) :
1. Install Tamper Monkey silahkan Klik DISINI dan "klik" tambah ke chrome, nanti ekstensi tsb akan terdownload scara otomatis. kmudian stelah proses download selesai akan muncul box dialog "konfirmasi pemasangan" kita tggal "klik" pasang maka tampermonkey sudah terpasang di google chrome kita. lihat di sisi kanan atas google chrome ente
nb : ekstensi yg harus di pasang adalah tampermonkey yg biasa bkn tampermonkey beta.
2. langkah slanjutnya adalah "klik" kanan pada icon tampermonkey, lalu pilih "opsi" maka tampermonkey akan terbuka pada tab baru. kmudian pilih / "klik" new userscript dan kamu masukkan script di bawah


// ==UserScript==
// @name           Rizkian Ancar Santoso
// @namespace      AutoLike
// @description    Automaticly like facebook statuses and comments
// @include        http://www.facebook.com/*
// ==/UserScript==
// ==============
// ==Expand Older Posts==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+102px";
div.style.left = "+6px";
div.style.backgroundColor = "#3b5998";
div.style.border = "2px solid #000000";
div.style.padding = "2px";
    div.innerHTML = "<a style=\"font-weight:bold;color:#ffffff\" href=\"http://www.facebook.com/ancarsantoso\">[Made By Ancar :*]</a>"
body.appendChild(div);
unsafeWindow.AutoExpandPosts = function() {
buttons = document.getElementsByTagName("a");
for(i = 0; i < buttons.length; i++) {
myClass = buttons[i].getAttribute("class");
if(myClass != null && myClass.indexOf("lfloat") >= 0)
if(buttons[i].getAttribute("onclick") == "ProfileStream.getInstance().showMore();return false;")
buttons[i].click();
}
};
}
// ==============
// ==Statuses==
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 = "#3b5998";
div.style.border = "2px solid #000000";
div.style.padding = "2px";
    div.innerHTML = "<a style=\"font-weight:bold;color:#ffffff\" href=\"JavaScript:AutoLike()\">[Like All Statuses :*]</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();
}
};
}
// ==============
// ==Unlike Statuses==
body = document.body;
if(body != null) {
div = document.createElement("div");
div.style.position = "fixed";
div.style.bottom = "+52px";
div.style.left = "+6px";
div.style.backgroundColor = "#3b5998";
div.style.border = "2px solid #000000";
div.style.padding = "2px";
    div.innerHTML = "<a style=\"font-weight:bold;color:#ffffff\" href=\"JavaScript:AutoUnLike()\">[Unlike All Statuses :*]</a>"
body.appendChild(div);
unsafeWindow.AutoUnLike = 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") == "unlike")
buttons[i].click();
}
};
}
// ==============


3. "klik" save dan abra-kadabrajadilah auto like status facebook di google chrome

Semoga bermanfaat, sun duyu :*

{ 7 comments... read them below or Comment }

Feel free to comments, But don't Flood and Spaming here!

Welcome to My Blog

Translate

English French German Spain Italian Dutch

Russian Brazil Japanese Korean Arabic Chinese Simplified
Translate Widget by Google

Hit Counter

Voting

What do you think about my English?
  
pollcode.com free polls 

Visitor

Popular Post

Other Menu

Labels

- Copyright © Makarov's Blog - Powered by Blogger - Designed by Rizal Maulana Ainul Yaqin -