<script type='text/javascript'>
function block(node) {
if ( (node.nodeName == 'LINK' && node.href == 'data:text/css,') // new style
|| (node.nodeName == 'STYLE' && node.innerText.match(/^\/\*This block of style rules is inserted by AdBlock/)) // old style
) {
node.parentElement.removeChild(node);
}
}
There are currently 1 users browsing this thread. (0 members and 1 guests)