Author Topic: CSS Kill  (Read 2916 times)

Arne

  • Administrator
  • Hero Member
  • *****
  • Posts: 778
    • ICQ Messenger - 1448105
    • AOL Instant Messenger - aflaaten
    • Yahoo Instant Messenger - arneflaa
    • View Profile
    • http://
    • Email
CSS Kill
« on: August 09, 2001, 07:29:32 AM »
Disables external stylesheets referenced in the <link> tag:

[Patterns]
Name = "CSS - Disable stylesheets in <link>"
Active = TRUE
Bounds = "<links*>"
Limit = 256
Match = "<link 1stylesheet2"
Replace = "<nolink CSS=disabled 1stylesheet2"

If you wish to use your own css file on your local harddisk the save it in Proxomitrons "html" folder and have this is your Replace in the filter:
<link REL="stylesheet" TYPE="text/CSS" MEDIA="screen" HREF="http://Local.ptron/my.css"> and you dont need to use the variables 1 and 2 in the match.

Best wishes
Arne




Edited by - arne on 09 Aug 2001  09:35:32
Best wishes
Arne
Imici username= Arne

Arne

  • Administrator
  • Hero Member
  • *****
  • Posts: 778
    • ICQ Messenger - 1448105
    • AOL Instant Messenger - aflaaten
    • Yahoo Instant Messenger - arneflaa
    • View Profile
    • http://
    • Email
CSS Kill
« Reply #1 on: August 09, 2001, 07:31:16 AM »
style= attribute disabler that uses recursion:

[Patterns]
Name = "CSS - Disable style="...""
Active = TRUE
Multi = TRUE
Bounds = "<*>"
Limit = 1024
Match = "((#sstyle=$SET(#= StyleOff=))+)#"
Replace = "@"



Best wishes
Arne
Best wishes
Arne
Imici username= Arne

Arne

  • Administrator
  • Hero Member
  • *****
  • Posts: 778
    • ICQ Messenger - 1448105
    • AOL Instant Messenger - aflaaten
    • Yahoo Instant Messenger - arneflaa
    • View Profile
    • http://
    • Email
CSS Kill
« Reply #2 on: August 09, 2001, 07:32:52 AM »
Changes the <style> element to a <script> with an unknown language, something the browser should ignore:

[Patterns]
Name = "CSS - Disable <style>...</style>"
Active = TRUE
Limit = 256
Match = "<(/$SET(1=</script>)"
        "|$SET(1=<script language="ShonenScript">)"
        ")style[^>]+>"
Replace = "1"


Best wishes
Arne
Best wishes
Arne
Imici username= Arne