Script Summary:
Music download for vkontakte.ru
Adds download link to "Play audio" buttons, so you can download music from vkontakte.ru with your browser.
<br>
Скрипт для загрузки песен с http://vkontakte.ru
После установки скрипта около каждой песни на сайте
В Контакте добавляются две ссылки: "скачать" и "текст".
Спасибо Александру Кузнецову - теперь эти ссылки названы по-русски.
25.03.2009Теперь работает и на многостраничных коллекциях!
01.05.2009Новая кнопка "вставить" выдаёт код для вставки в блог и во вконтактовскую заметку.
INSATLLUserscripts and Firefox
Greasemonkey is an
extension for Mozilla Firefox, an open source Web Browser. Most
userscripts are written for Firefox & Greasemonkey (although some
work in Opera, Safari and even Internet Explorer).
For this guide I will assume you are using Firefox, if not you should install Firefox first.
Userscripts run via Greasemonkey
Now that you have Firefox, you need to install Greasemonkey. After installation (which requires restarting your browser), you are now ready to install userscripts.
Now
clicking on a .user.js link triggers Greasemonkey to pop up the script
installation panel. Greasemonkey shows you a list of what sites the
script will run on and ask if you want to install the script.
Now loading a web page results in additional code (the userscript) being run.
Other Browsers
User scripts can be used in browsers other than Firefox, but the scripting APIs and browser JavaScript support vary.
- Opera
userscripts: Opera has it's own UserScript API with different
functionality than Greasemonkey's. However, it does recognise
Greasemonkey scripts. and many scripts on this site do work in Opera.
See here for a guide to installing scripts in Opera and here for details on which Greasemonkey scripts are likely to work.