Blocking specific elements on certain paths on same domain

Various discussions related to filter list maintenance

Moderator: njones

Post Reply
Malabar
Posts: 8
Joined: Wed Aug 14, 2013 7:44 am

Blocking specific elements on certain paths on same domain

Post by Malabar »

Hope that question makes sense...

So:

I want to block example.css.

The URL to example.css is http://www.example.com/blah/cssbin/variablepathname*/example.css

That is the case site wide.

I want to block example.css from loading on http://www.example.com/example_noloadhere/

But, I do NOT want to block example.css from loading on http://www.example.com/, http://www.example.com/example/, etc.

Is this possible?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Blocking specific elements on certain paths on same domain

Post by mapx »

just block it where you need

Code: Select all

||example.com/example_noloadhere/example.css
Malabar
Posts: 8
Joined: Wed Aug 14, 2013 7:44 am

Re: Blocking specific elements on certain paths on same domain

Post by Malabar »

Thanks for the reply, I appreciate the help.

Unfortunately, that won't work. The CSS loads from http://www.example.com/blah/cssbin/vari ... xample.css, not from http://*example.com/example_noloadhere/example.css

I am wanting to block that CSS (again, it always loads from http://www.example.com/blah/cssbin/vari ... xample.css), but only when the browser is on the URL path http://www.example.com/example_noloadhere/. I still want the CSS to load when the browser is on other paths on the same domain (i.e., http://www.example.com/adifferentpath/*).

Is that making better sense? :?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Blocking specific elements on certain paths on same domain

Post by mapx »

Oh, sorry, I see now .. Unfortunately I don't see a way to accomplish such a goal
Malabar
Posts: 8
Joined: Wed Aug 14, 2013 7:44 am

Re: Blocking specific elements on certain paths on same domain

Post by Malabar »

Yeah, me neither! :oops:
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Blocking specific elements on certain paths on same domain

Post by mapx »

If you provide a real example, well perhaps there is some other method to block what you want
Post Reply