Post Reply 
MegaUpload Timer Remover v2
Jul. 29, 2005, 08:20 PM (This post was last modified: Sep. 28, 2005 04:47 AM by Kye-U.)
Post: #1
MegaUpload Timer Remover v2
Code:
[Patterns]
Name = "MegaUpload Timer Remover"
Active = TRUE
URL = "(www.|)megaupload.com/\?d="
Limit = 25000
Match = "*document.getElementById\("downloadhtml"\).innerHTML = \'<a href=\"\1\" class=\"downloadlink\" onclick=\"loadingdownload\(\);\">Click here to download</font>[/url]\';*<b>Filename:</b> \2</div>*<b> Downloads:</b> \3</div>*<b>Filesize:</b> \4</div>*<b>Description:</b> \5</div>*"
Replace = "\k<a href="\1">Download[/url]\r\n"
          "<br><br>\r\n"
          "<b>Filename:</b> \2<br>\r\n"
          "<b>Downloads:</b> \3<br>\r\n"
          "<b>Filesize:</b> \4<br>\r\n"
          "<b>Description:</b> \5""
Visit this user's website
Add Thank You Quote this message in a reply
Sep. 11, 2005, 02:05 AM
Post: #2
 
I think they changed the script they use. I wrote this one that works now.

Code:
[Patterns]
Name = "MegaUpload No Wait [Shea]"
Active = FALSE
Multi = TRUE
URL = "(www.|)megaupload.com/\?d="
Limit = 12
Match = "x\1=*;"
Replace = "x\1=1;"


Fixed - added missing escape (backslash) in front of the question mark in the URL line.

�{=(~�::[Shea]::��~)=}�
How 'bout you sideburns, you want some of this milk?
This fading text is pretty cool, eh? I bet you wish you had some.
Add Thank You Quote this message in a reply
Sep. 28, 2005, 03:18 AM
Post: #3
 
Updated the filter Wink
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: