Показать сообщение отдельно
LowRIder72
16.08.2010
 
Мимо проходил, заглянул)
О пользователе
 
Сообщений: 3
ВкоптоКарма: 0


[#152]
По умолчанию

// ==UserScript==
// @name Show hidden user photos in Vkontakte
// @namespace
// @description Показывает фото пользователей, запретивших это в настройках
// @include http://vkontakte.ru/search.php?id=*
// ==/UserScript==

(function(){
// http://kosiakk.livejournal.com/profile
// http://vkontakte.ru/id17752198

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "photos"));
a.appendChild(document.createTextNode("| show photos |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "friend"));
a.appendChild(document.createTextNode("| show friend |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "video"));
a.appendChild(document.createTextNode("| show video |"));
document.getElementById("searchResults").appendChi ld(a);


var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "audio"));
a.appendChild(document.createTextNode("| show audio |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "notes"));
a.appendChild(document.createTextNode("| show notes |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "groups"));
a.appendChild(document.createTextNode("| show groups |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search", "opinions"));
a.appendChild(document.createTextNode("| show opinions |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search.php?", "apps.php?m"));
a.appendChild(document.createTextNode("| show apps |"));
document.getElementById("searchResults").appendChi ld(a);


var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search.php?", "photos.php?act=user&"));
a.appendChild(document.createTextNode("| show photo with |"));
document.getElementById("searchResults").appendChi ld(a);

var a = document.createElement("a");
a.setAttribute("href", document.URL.replace("search.php?", "video.php?act=tagview&"));
a.appendChild(document.createTextNode("| show video with |"));
document.getElementById("searchResults").appendChi ld(a);

}
}

Люди, вот скрипт для просмотра закрытых альбомов на странице вконтакте, но я ваще не шарю в скриптах, и не знаю как его назвать и правильно ли он вообще написан, просто мнеочень нужен такой скрипт.... скиньте пожалуйста в личку чтоли(((((((( пожалуста!
Оффлайн
 
Ответить с цитированием