updated 2002-08-23, byte limit increasedThis is a continuation of
this thread. I have trouble to find it again in QA
Updated due to changes at Yahoo! Groups.
[Patterns]
Name = "Yahoo Login: Form Filler"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)&login.yahoo.com/config/login(_verify2|)?."
Bounds = "<forms*</form>"
Limit = 6000
Match = "(*action=") https://"
"("
"(login.yahoo.com*input name="login" size="17")1( value=""|)"
"$SET(2= value="
My_ID")"
"|"
"(login.yahoo.com*Password:)1"
")"
"(*input name="passwd" type="password")34"
Replace = " http://123 value="
My_Password" 4<script type="text/javascript">"
"setTimeout('document.login_form.submit()',300);</script>$STOP()"
Notes:
Dropped the Non-SSL version since the URL-command trick isn't necessary anymore.
Set the match to Multi since i've found some other code within the form bounds that disturbs me.
It will also be targeted by the
ClassID filter.
If you don't use it, just remove the "Multi = TRUE" line
I have no real clue how it works for other people.
/sidki
Edited by - sidki3003 on 23 Aug 2002 04:57:16