Remove Meta Redirects in <noscript>

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
cjbmntryrfy
Posts: 4
Joined: Mon Oct 04, 2010 11:32 am

Remove Meta Redirects in <noscript>

Post 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 Image
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?
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: Remove Meta Redirects in <noscript>

Post by fanboy »

Wrong forums, this is the Adblockplus forum, not Noscript forums
cjbmntryrfy
Posts: 4
Joined: Mon Oct 04, 2010 11:32 am

Re: Remove Meta Redirects in <noscript>

Post by cjbmntryrfy »

I want to remove the meta redirect using AdblockPlus
Wladimir Palant

Re: Remove Meta Redirects in <noscript>

Post by Wladimir Palant »

Adblock Plus generally doesn't change document structure so it won't be able to do this.
cjbmntryrfy
Posts: 4
Joined: Mon Oct 04, 2010 11:32 am

Re: Remove Meta Redirects in <noscript>

Post by cjbmntryrfy »

Would

.example.com##noscript
work?
I have no idea what ## does, I just saw and example in a filter subscription.
Wladimir Palant

Re: Remove Meta Redirects in <noscript>

Post 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.
cjbmntryrfy
Posts: 4
Joined: Mon Oct 04, 2010 11:32 am

Re: Remove Meta Redirects in <noscript>

Post by cjbmntryrfy »

Ah, ok. I guess greasemonkey would be the way to go.
Thanks anyway. Great Extension!
Locked