Max Belugin
2005-07-14 08:53:18 UTC
Данный пользовательский скрипт убивает рекламу на narod.ru
// ==UserScript==
// @name AntiNarod
// @namespace http://narod.ru/
// @description Kills narod.ru ads
// @ujs:category browser: enhancements
// @include http://*.narod.ru/*
// ==/UserScript==
/*
* public domain
*/
window.opera.addEventListener(
'BeforeExternalScript',
function (e) {
if( e.element.getAttribute('src')=='http://bs.yandex.ru/show/163' ) {
e.preventDefault();
}
},
false
);
--
С уважением,
Max mailto:mail-lists-86qn7VtmT+***@public.gmane.org
Write your mail to: max at belugin dot info
Пишите письма по адресу: max собака belugin точка info
жПТХН ОБУФПСЭЙИ ЛПНРШАФЕТЭЙЛПЧ - http://fileforum.ru
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/OperaTalk/
<*> To unsubscribe from this group, send an email to:
OperaTalk-unsubscribe-***@public.gmane.org
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
// ==UserScript==
// @name AntiNarod
// @namespace http://narod.ru/
// @description Kills narod.ru ads
// @ujs:category browser: enhancements
// @include http://*.narod.ru/*
// ==/UserScript==
/*
* public domain
*/
window.opera.addEventListener(
'BeforeExternalScript',
function (e) {
if( e.element.getAttribute('src')=='http://bs.yandex.ru/show/163' ) {
e.preventDefault();
}
},
false
);
--
С уважением,
Max mailto:mail-lists-86qn7VtmT+***@public.gmane.org
Write your mail to: max at belugin dot info
Пишите письма по адресу: max собака belugin точка info
жПТХН ОБУФПСЭЙИ ЛПНРШАФЕТЭЙЛПЧ - http://fileforum.ru
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/OperaTalk/
<*> To unsubscribe from this group, send an email to:
OperaTalk-unsubscribe-***@public.gmane.org
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/