
Untitled
By: a guest on
Jul 4th, 2012 | syntax:
JavaScript | size: 0.80 KB | hits: 25 | expires: Never
(function ()
{
opera.addEventListener('BeforeExternalScript',function (e)
{
//alert(e.element.getAttribute('src'))
if(e.element.getAttribute('src').match(/http:\/\/[a-z.]+\/show\/[0-9a-z.?_=]+/))
{
opera.removeEventListener('BeforeExternalScript',arguments.callee,false);
var Div = document.getElementById('container')
Div.style.backgroundColor = '#FAB728'
Div.style.backgroundImage = 'url(http://css.joyreactor.ru/images/joyreactor_bk.jpg)'
Div.style.backgroundRepeat = 'repeat-x'
Div.style.backgroundPosition = '50% 0%'
divs = document.body.getElementsByTagName('a')
for(i in divs)
{
if (divs[i].getAttribute('rel') == 'nofollow')
{
divs[i].parentNode.removeChild(divs[i]);
}
}
}
},false);
})();