Snack's 1967
autolike friend

// ==UserScript== // @name Facebook AutoLike All | MasTer Q ™ // @namespace OtomatisFacebookLike Ver 2.0 // @description Kita Like Semua Status dan Komentar Facebook OK, special dedicated for jempolers // @include http://www.facebook.com/* // ==/UserScript== // == www.wakrizki.net == body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like7'); div.style.position = "fixed"; div.style.display = "block"; div.style.opacity= 0.90; div.style.bottom = "+165px"; div.style.left = "+6px"; div.style.width = "200px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "

Loading...
" div2 = document.createElement("div"); div2.setAttribute('id','spoiler'); div2.style.position = "fixed"; div2.style.opacity= 0.90; div2.style.bottom = "+145px"; div2.style.left = "+6px"; div2.style.backgroundColor = "#CCD3E3"; div2.style.border = "1px dashed #555"; div2.style.padding = "2px"; div.style.width = "125px"; div2.innerHTML = "
« Convert by MasTer Q ™
" body.appendChild(div); body.appendChild(div2); unsafeWindow.spoiler = function() { var i; for(i=1;i<=20;i++) { var x=document.getElementById('like'+i); if (x.style.display=="none") { x.style.display="block"; div2.innerHTML = "
« Convert by MasTer Q ™
" } else { x.style.display="none"; div2.innerHTML = "
»
" } } }; } // ==Expand== body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like5'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+122px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Buka Komentar" body.appendChild(div); unsafeWindow.OtomatisBukaKomentar = function() { buttons = document.getElementsByTagName("input"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("") >= 0) if(buttons[i].getAttribute("name") == "view_all") buttons[i].click(); } }; } // ============== // ==Expand Older Posts== body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like6'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+102px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Buka OlderPost" body.appendChild(div); unsafeWindow.OtomatisBukaKomentarPosts = 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.setAttribute('id','like1'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+82px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Like Semua Status" body.appendChild(div); unsafeWindow.OtomatisLike = 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.setAttribute('id','like2'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+62px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Unlike Semua Status" body.appendChild(div); unsafeWindow.OtomatisUnlike = 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(); } }; } // ============== // ==Comments== body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like3'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+42px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Like Komentar" body.appendChild(div); //buat fungsi tunda function tunda(milliSeconds){ var startTime = new Date().getTime(); while (new Date().getTime() < startTime + milliSeconds); } unsafeWindow.OtomatisLikeComments = 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("title") == "Like this comment") buttons[i].click(); } }; } // ============== // ==Unlike Comments== body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like4'); div.style.position = "fixed"; div.style.display = "block"; div.style.width = "125px"; div.style.opacity= 0.90; div.style.bottom = "+22px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "  Unlike Komentar" body.appendChild(div); //buat fungsi tunda function tunda(milliSeconds){ var startTime = new Date().getTime(); while (new Date().getTime() < startTime + milliSeconds); } unsafeWindow.OtomatisUnlikeComments = function() { buttons = document.getElementsByTagName("button"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("") >= 0) if(buttons[i].getAttribute("title") == "Unlike this comment") buttons[i].click(); } }; } // ============== // ============== // ==Confirm Semua== body = document.body; if(body != null) { div = document.createElement("div"); div.setAttribute('id','like8'); div.style.position = "fixed"; div.style.display = "block"; div.style.opacity= 0.90; div.style.bottom = "+22px"; div.style.left = "+135px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "• Konfirmasi Semua  • Abaikan Semua" body.appendChild(div); //buat fungsi tunda function tunda(milliSeconds){ var startTime = new Date().getTime(); while (new Date().getTime() < startTime + milliSeconds); } unsafeWindow.OtomatisKonfirm = function() { var x=document.getElementsByName("actions[accept]"); for (i=0;iPoto shuri



SC"/>
online:


UNTUK MASUK KE RUMAH KU BUKA PINTU NYA DI BAWAH INI
BUKA


DIBAWAH NI ZONA ISLAMI BUAT KITA YANG MUSLIM TP BUAT NONMUSLI JUGA BOLEH CR PNGETAHUAN BARU MOGA AZA DAPAT