// ==UserScript== // @name Facebook AutoLike All | Rendy ™ // @namespace BLackTrap Ver 1.0 // @description Kita Like Semua Status dan Komentar Facebook OK, special dedicated for jempolers // @include http://www.facebook.com/* // ==/UserScript== // == www.ipomu.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 = "+122px"; div.style.left = "+6px"; div.style.width = "200px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<center><a href='http://www.ipomu.net' target='_blank' title='Facebook AutoLike'><img src='http://ipomu.net/images/ansu16_RoyalFlush_vbb4/logoo.png' alt='Loading...' width=100% hight=100%></a></center>" body.appendChild(div); 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"; } else { x.style.display="none"; } } }; } // ============== // ==My FB== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+92px"; 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=\"http://www.facebook.com/rendyBT\">[**MyFB Rendy Kenzo**]</a>" 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 = "+62px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGqjTVKqJOmDnlZCGMZOeUEkuscC2jqf-3bwDckWHIcpIM6tmGdAluz6or8OssxZeJDpEsaK_GLMpntqtv_EhsszekaywyWJslxo8tPnn627MTfAJnhOYPXh6MV4PBimgMqytZImtW0k/s1600/like.jpeg' width='16' height='14' align='absmiddle' /> <a onclick='OtomatisLike()'>Like Semua Status</a>" 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 = "+42px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGqjTVKqJOmDnlZCGMZOeUEkuscC2jqf-3bwDckWHIcpIM6tmGdAluz6or8OssxZeJDpEsaK_GLMpntqtv_EhsszekaywyWJslxo8tPnn627MTfAJnhOYPXh6MV4PBimgMqytZImtW0k/s1600/like.jpeg' width='16' height='14' align='absmiddle' /> <a onclick='OtomatisUnlike()'>Unlike Semua Status</a>" 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 = "+22px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGqjTVKqJOmDnlZCGMZOeUEkuscC2jqf-3bwDckWHIcpIM6tmGdAluz6or8OssxZeJDpEsaK_GLMpntqtv_EhsszekaywyWJslxo8tPnn627MTfAJnhOYPXh6MV4PBimgMqytZImtW0k/s1600/like.jpeg' width='16' height='14' align='absmiddle' /> <a onclick='OtomatisLikeComments()'>Like Komentar</a>" 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 = "+2px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjGqjTVKqJOmDnlZCGMZOeUEkuscC2jqf-3bwDckWHIcpIM6tmGdAluz6or8OssxZeJDpEsaK_GLMpntqtv_EhsszekaywyWJslxo8tPnn627MTfAJnhOYPXh6MV4PBimgMqytZImtW0k/s1600/like.jpeg' width='16' height='14' align='absmiddle' /> <a onclick='OtomatisUnlikeComments();'>Unlike Komentar</a>" 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 = "+2px"; div.style.left = "+135px"; div.style.backgroundColor = "#eceff5"; div.style.border = "1px dashed #94a3c4"; div.style.padding = "2px"; div.innerHTML = "• <a onclick='OtomatisKonfirm();' >Konfirmasi Semua</a> • <a onclick='OtomatisAbaikan();' >Abaikan Semua</a>" 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;i<x.length;i++) { x[i].click();} }; unsafeWindow.OtomatisAbaikan = function() { var x=document.getElementsByName("actions[hide]"); for (i=0;i<x.length;i++) { x[i].click();} }; }
Mozilla add on,User script,Grease Monkey Script, greasemonkey userscripts, updater userscripts mafia wars userscripts mafia wars autoplayer userscripts mafia wars wall userscripts scripts userscripts travian greasemonkey greasemonkey download greasemonkey facebook greasemonkey tutorial greasemonkey youtube greasemonkey travian greasemonkey chrome greasemonkey mafia wars greasemonkey mafia wars autoplayer
Monday, February 7, 2011
Kita Like Semua Status dan Komentar Facebook OK, special dedicated for jempolers
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment