Post Reply 
Uploaded.net - Kill Countdown
Nov. 25, 2012, 02:58 PM (This post was last modified: Nov. 25, 2012 03:03 PM by neverwasinparis.)
Post: #1
Uploaded.net - Kill Countdown
here is a filter that sets the countdown for free users to 2 seconds.
it also works with the program JDownloader if you configurate it to use the same port as Proxomitron does. but be careful. if you interrupt your connections with Proxomitron your dowwnload will also interrupt.
have fun.

Code:
Name = "Uploaded.net - Kill Countdown"
Active = TRUE
URL = "(www.|)uploaded.net/file/"
Bounds = "$TYPE(htm)$NEST(<button\s,</button >)"
Limit = 1024
Match = "<button((\s\w=$AV(*)|\s\w)\0)++(\sclass=$AV(free))\1((\s\w=$AV(*)|\s\w)\2)++>\3(<span((\s\w=$AV(*)|\s\w)\4)+>)\5[0-9]+(</span >)\6\7(</button >)\8"
Replace = "$STOP()"
          "<button\0\1\2>\3\52\6\7\8"
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: