Post Reply 
GamersHell.com Filters
Jul. 14, 2008, 02:34 PM
Post: #1
GamersHell.com Filters
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/"
Quote this message in a reply
Post Reply 


Forum Jump: