Post Reply 
Google Search: - No onmousedown tracking
Aug. 12, 2011, 02:03 AM
Post: #6
RE: Google Search: - No onmousedown tracking
I don't doubt your eyes, with regards to hlpwrt. I was just more interested in why the filter didn't work anywhere.

Code:
$TST(hCT=*html)(*.)+{1}google.(^$OHDR(Cookie:*SID\=))

assuming all the other filters work, "$TST(hCT=*html)" is ok, "(*.)+{1}google." is probably ok. I believe an sid cookie is a session ID for those logged into any google service. Were you logged in to any?

Quote:But why you add this class attribute ("Pr0XPrefJs") to every link?

Looking at google-css-alt.css

Code:
/* Color for normal (slight green) and JS (slight red)
   tracking links on hover */
a.ProXPref:hover { color: #379CCD !important; }
a.ProXPrefJs:hover { color: #968AFF !important; }
a.ProXPrefJs {
  padding-right: 0;
  background: none;

, I think the idea is to change the color of a modified link on hover.
However, the filter is writing "Pr0X" instead of "ProX".
I think "Pr0X" is correct. Like

Code:
/* Color for normal (slight green) and JS (slight red)
   tracking links on hover */
a.Pr0XPref:hover { color: #379CCD !important; }
a.Pr0XPrefJs:hover { color: #968AFF !important; }
a.Pr0XPrefJs {
  padding-right: 0;
  background: none;

Will post updated filter and google-css-alt.css or move this thread to Fixed/Confirmed Bugs later.

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


Messages In This Thread
Google Search: - No onmousedown tracking - OZO - Aug. 10, 2011, 10:09 PM
RE: Google Search: - No onmousedown tracking - JJoe - Aug. 12, 2011 02:03 AM

Forum Jump: