Page 1 of 1
Remove Meta Redirects in <noscript>
Posted: Mon Oct 04, 2010 11:35 am
by cjbmntryrfy
Code: Select all
<script type="text/javascript">ap_loaded = false;</script>
<script type="text/javascript" src="http://ad.leadbolt.net/show_cu.js?section_id=899359603"></script>
<script type="text/javascript">if (!ap_loaded) { window.location = 'http://ad.leadbolt.net/adblock?section_id=899359603'; }</script>
<noscript><meta http-equiv="refresh" content="0;url='http://ad.leadbolt.net/noscript?section_id=899359603'" /></noscript>
I don't let javascript run on that site, so it redirects me. I know noscript offers

However I don't want to enable it globally.
Is it possible to remove the meta tag inside a noscript for .example.com?
Does .example.com match example.com as well as xxx.example.com?
Re: Remove Meta Redirects in <noscript>
Posted: Mon Oct 04, 2010 1:03 pm
by fanboy
Wrong forums, this is the Adblockplus forum, not
Noscript forums
Re: Remove Meta Redirects in <noscript>
Posted: Mon Oct 04, 2010 1:08 pm
by cjbmntryrfy
I want to remove the meta redirect using AdblockPlus
Re: Remove Meta Redirects in <noscript>
Posted: Mon Oct 04, 2010 1:56 pm
by Wladimir Palant
Adblock Plus generally doesn't change document structure so it won't be able to do this.
Re: Remove Meta Redirects in <noscript>
Posted: Tue Oct 05, 2010 8:25 am
by cjbmntryrfy
Would
.example.com##noscript
work?
I have no idea what ## does, I just saw and example in a filter subscription.
Re: Remove Meta Redirects in <noscript>
Posted: Tue Oct 05, 2010 8:31 am
by Wladimir Palant
Yes, it would hide the <noscript> tag. But it won't prevent the redirect, for that one would need to remove the tag from the document.
Re: Remove Meta Redirects in <noscript>
Posted: Tue Oct 05, 2010 11:36 am
by cjbmntryrfy
Ah, ok. I guess greasemonkey would be the way to go.
Thanks anyway. Great Extension!