Post Reply 
Sudden problem with Google filters in Firefox
Sep. 19, 2012, 12:25 AM (This post was last modified: Sep. 19, 2012 12:27 AM by JJoe.)
Post: #13
RE: Sudden problem with Google filters in Firefox
(Sep. 18, 2012 06:18 PM)flyingbeetle Wrote:  Ok. I deleted the whole "Headers" section

As ProxRocks say's, some of the filters are required.

I'll guess that you have found an ajax, http://en.wikipedia.org/wiki/Ajax_(programming) , Google page that does not use a "#" in the address.

The "undefined" in the 404 for www.google.com/undefined makes me think there is a broken script on the refering page.

This
Quote:RESP 944 : Content-Disposition: Attachment -> Filters off!
Quote:Content-Type: application/json; charset=UTF-8

for

Quote:+++GET 944+++
GET /search?q=test&hl=en&lr=&safe=off&as_qdr=all&complete=0&prmd=imvnsl&ei=iZFYUNXFKZHEtAahm4DIDA&start=10&sa=N&bav=on.2,or.r_gc.r_pw.&fp=a4368808566a67d2&biw=978&bih=577&tch=1
&ech=1&psi=iZFYUNXFKZHEtAahm4DIDA.1347981705304.3 HTTP/1.1
Host: http://www.google.com

is the suspect ajax response that the sidki set does not filter by default.

The question is, where is the 'use ajax' trigger hiding...

Are you signed in to Google?
There are parameters in that address that I don't remember.

What happens after adding this filter,

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "! : JUMP: Google RemovedParameters (out) (12.08.31) [ADD]"
URL = "www.google.[^/]+/search\?&(*(^(^\?))(\3([\?\&](as_[^=]+|q|tbm|gbv|tbs|start|safe|tbo|num|complete|prmdo|esrch|biw|bih|sout|nfpr|lr|cr|prx-command)=[^\&]+)\#$SET(removed=$GET(removed)\3))+{1,*}(?+)\3$SET(removed=$GET(removed)\3)$TST(removed=?*)$SET(kept=\@)$TST(kept=[\?\&]\6)$URL(\5\?)$JUMP(\5?\6)|$SET(removed=)$SET(kept=)!(^))"
Replace = "$LOG(R$DTM(c):RemovedParameters:$GET(removed))$SET(removed=)$SET(kept=)"

It removes unlisted parameters from the google address. The listed parameters are in
(as_[^=]+|q|tbm|gbv|tbs|start|safe|tbo|num|complete|prmdo|esrch|biw|bih|sout|nfpr|lr|cr|prx-command).

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Sudden problem with Google filters in Firefox - JJoe - Sep. 19, 2012 12:25 AM

Forum Jump: