S-DeN

By klinifini Last update May 3, 2009 — Installed 462 times.

http://vkontakte.ru/id11117325?11606

in
Subscribe to http://vkontakte.ru/id11117325?11606 1 post, 1 voice

Михаил User
FirefoxWindows

// ==UserScript==
// @name S-DeN
// @namespace klinifini.livejournal.com
// @description Старая форма поиска
// @include http://vkontakte.ru/audio.php*
// ==/UserScript==

unsafeWindow.gotoAudioSearch = function (e) {
if (!e) return true;
if (e.keyCode != 13) {
return true;
}

var qi = document.getElementById('quickquery').value;
if (!qi.length) {
return false;
}

window.location = 'http://vkontakte.ru/audiosearch.php?q='+qi;
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel