how to block all css in specific site ?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
ster

how to block all css in specific site ?

Post by ster »

I want to block all style tag (external css and internal tag ..) in specific site..

"||http://site.com##style" was not work..

what can I do..?
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: how to block all css in specific site ?

Post by fanboy »

Code: Select all

||domain.com^$stylesheet
Though It won't block embedded css, only css files
Locked