Insert the following snippet into the browser's address bar to switch on jquery on the browsered page.
javascript:(function() {
var script = document.createElement('script');
script.src = 'http://jquery-ui.googlecode.com/svn/tags/1.7.2/jquery-1.3.2.js';
document.body.appendChild(script);
$('a').hide();
})();
Подписаться на:
Комментарии к сообщению (Atom)
Комментариев нет:
Отправить комментарий