Author Topic: Remove flash animation  (Read 2808 times)

Arne

  • Administrator
  • Hero Member
  • *****
  • Posts: 778
    • ICQ Messenger - 1448105
    • AOL Instant Messenger - aflaaten
    • Yahoo Instant Messenger - arneflaa
    • View Profile
    • http://
    • Email
Remove flash animation
« on: January 12, 2002, 09:21:12 AM »
By BMP,

[Patterns]
Name = "Objects >^ Reveal & remove object flash animation in
HTML/DHTML"
Active = TRUE
Bounds = "<object&$NEST(<object,</object>)|<object*</object>"
Limit = 32750
Match = "[^>]++codebase=$AV(*macromedia.com*flash*)*"
"<param ( name=$AV(movie(?|)|src)| value=$AVQ(1))+{2}*"
Replace = "<a href=1><font size=2>[flash]</font></a>"

Name = "Embed >^ Remove & reveal embedded flash animation"
Active = TRUE
Limit = 1024
Match = "<embed*src=(*.swfw)1*>"
Replace = "<a href=1><font size=2>[removed embedded flash]
</font></a>"



Best wishes
Arne
Imici username: Arne
Best wishes
Arne
Imici username= Arne

JD5000

  • Full Member
  • ***
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
Remove flash animation
« Reply #1 on: March 07, 2002, 08:10:31 AM »
Thoughts on this filter... It seems to work.

Name = "Embed >^ Kill Flash Ads "
Active = TRUE
Multi = TRUE
URL = "^$LST(AllowFlash)"
Bounds = "<embeds*>"
Limit = 1024
Match = "*src=(|")(ad(s|banner|click|fu|ver|image(|s)|name|log|)[^a-z0-9]|"
        "(double|ad|log_)click|click(thru|er|.pl)|phpads|rotator([0-9]+|)|"
        "(banner|click|offer|r(ef|un)|s(ite|eed|ource)|to|pal)(_|)(id|)=|"
        "(web|)sponsor|promo)*.swf*"

--------

"Imagination is more important than knowledge" - Einstein

JD5000

  • Full Member
  • ***
  • Posts: 241
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://home.satx.rr.com/jd5000/
    • Email
Remove flash animation
« Reply #2 on: March 07, 2002, 08:38:04 AM »
& this one...

Name = "Objects >^ Kill flash ads "
Active = TRUE
URL = "^$LST(AllowFlash)"
Bounds = "<object&$NEST(<object,</object>)|<object*</object>"
Limit = 1024
Match = "[^>]++codebase=$AV(*macromedia.com*flash*)*"
        "<param ( name=$AV(movie(?|)|src)| value=$AVQ(*(ad(s|banner|click|fu|ver|image(|s)|name|log|)"
        "[^a-z0-9]|(double|ad|log_)click|click(thru|er|.pl)|phpads|rotator([0-9]+|)|"(banner|click|offer|r(ef|un)"
        "|s(ite|eed|ource)|to|pal)(_|)(id|)=|"(web|)sponsor|promo)*))+{2}*"

--------

"Imagination is more important than knowledge" - Einstein

Edited by - JD5000 on 07 Mar 2002  08:47:53