The Un-Official Proxomitron Forum

Full Version: G-Mail Related Links Remover
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
[Patterns]
Name = "G-Mail Related Links Remover [Kye-U]"
Active = TRUE
URL = "gmail.google.com/gmail\?view=page\&name=js\&ver=*"
Limit = 5
Match = "pq\[0\]"
Replace = "pq[1]"

Very simple filter. I had to take a look at the Javascript "Library" which holds all the variables for G-Mail in order to do this.

Enjoy! Eyes Closed Smile
Updated filter:

Code:
[Patterns]
Name = "G-Mail Related Links Remover [Kye-U]"
Active = TRUE
URL = "gmail.google.com/gmail\?view=page\&name=js\&ver=*"
Limit = 5
Match = "pq\[0\]"
Replace = "pq[1]"
Reference URL's