The Un-Official Proxomitron Forum
GamersHell.com Filters - 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: GamersHell.com Filters (/showthread.php?tid=1049)



GamersHell.com Filters - deepcut - Jul. 14, 2008 02:34 PM

I'm no filter wizard like Sidki and others, but I've made a few of my own filters. This bypasses the wait period on GamersHell.com turning it into a direct link.
Code:
[Patterns]
Name = "GamersHell: Skip download timer 1.0 [dc]"
Active = TRUE
URL = "$TYPE(htm)www.gamershell.com/downloads/init.php"
Bounds = "<div*-></script>"
Limit = 1280
Match = "<div*id="direct_holder">*<noscript> <a\1> \2 Be patient*</noscript>*</script>"
Replace = "<span style="background-color:red;color:white;"><a\1>\2</a></span><br/>"

I like to use GetRight for downloads where possible, but GamersHell downloads weren't working. Turns out it's possible to make it work again by using Proxomitron with GetRight and blocking it sending the Range header.
Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Range: Gamershell Download Block Bypass [dc]"
URL = "*.gamershell.com/"