Как отметить всех друзей на фото? |
| Автор: Баги |
|
Бывает охота отметить сразу всех друзей в ручную это очень долго, для этого и сделан этот скрипт. Он позволяет отметить всех ваших друзей на одной фотографии. Отличная возможность разосласть новогоднюю открытку всем и сразу.
Использование скрипта: 1) Заходим на страницу с фотографией в вашем фотоальбоме. 3) Нажмиет "Отметить человека" 3) Скопируйте данный скрипт в строку адреса и нажмите "Enter": javascript:(function() { function getPhotoInfo() { if(res = /([0-9\-]+)_(\d+)/.exec(location.href)) return {"mid": res[1], "pid": res[2]}; else return {"mid": 0, "pid": 0}; } function getMyID() { var anchs = document.getElementsByTagName("a"); for(i = 0; i = friends.length){ if(rotating = document.getElementById("rotating")) rotating.innerHTML = " All friends have been marked on this photo! "; window.clearTimeout(window.adostes_timer); return; } request_uri = " http://vkontakte.ru/photos.php?act=put&pid="+window.adostes_mid+"_"+window.adostes_pid+"&id="+window.adostes_mid+"&oid=0&subject="+friends["id"]+"&name="+encodeURI(friends["name"])+"&add=1&x="+(Math.random()*100)+"&y="+(Math.random()*100)+"&x2="+(Math.random()*100)+"&y2="+(Math.random()*100); img = new Image(); img.src = request_uri; if(commentArea = document.getElementById("commentArea")) commentArea.innerHTML = (i+1) + " of " + friends.length + " friends have been marked!"; var new_index = i+1; window.adostes_timer = window.setTimeout("window.adostes_mark(" + new_index + ")", 500); }; window.adostes_markallf = function(){ if(!friends){ alert("Click \"Mark human\"!"); return; } if(!confirm("Are you sure want to mark all friends?\r\n\r\n\r\n")) return; if(rotating = document.getElementById("rotating")) rotating.innerHTML = " Processing Please wait... "; window.adostes_timer = window.setTimeout("window.adostes_mark(0)", 0); }; var mid; var pid; var myid = getMyID(); var info = getPhotoInfo(); if(!(location.href.match(/vkontakte.ru/) && location.href.match(/photo/))) { alert("Open page with your photo"); return; } window.adostes_pid = info["pid"]; window.adostes_mid = info["mid"]; adostes_markallf(); })(); P.S. Данный скрипт работает только в браузерах Opera и Mozilla Firefox Похожие материалы: |
Баги Вконтакте