The Un-Official Proxomitron Forum
MegaUpload Timer Remover v2 - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Website Customization (/forumdisplay.php?fid=9)
+--- Thread: MegaUpload Timer Remover v2 (/showthread.php?tid=562)



MegaUpload Timer Remover v2 - Kye-U - Jul. 29, 2005 08:20 PM

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""



- Shea - Sep. 11, 2005 02:05 AM

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.


- Kye-U - Sep. 28, 2005 03:18 AM

Updated the filter Wink