|
Updating the Google filters...
|
|
May. 24, 2010, 08:03 PM
(This post was last modified: May. 24, 2010 08:04 PM by sidki3003.)
Post: #1
|
|||
|
|||
|
Updating the Google filters...
The attached screenshot shows how a Google results page is currently looking in my Firefox.
Does anyone remember in which color "880 related articles", "Cached", "Similar" are supposed to appear? Was it really that dark blue? Should the vertical stripe on the left get styled or hidden? I assume that the "Google Search: Add Date Range Box" filter doesn't need to be fixed, because it isn't needed anymore due to the left options (and "Show options..." link in IE). Also, let me know if i should apply any Google fixes that have been posted already (and survived last week's page design changes). |
|||
|
May. 24, 2010, 10:41 PM
Post: #2
|
|||
|
|||
| RE: Updating the Google filters... | |||
|
May. 24, 2010, 11:05 PM
Post: #3
|
|||
|
|||
|
RE: Updating the Google filters...
The only thing different from the standard page i see there is the "Learn more about searching on Google with SSL." link.
|
|||
|
May. 25, 2010, 02:07 AM
Post: #4
|
|||
|
|||
|
RE: Updating the Google filters...
Never mind, it's an IE8 problem.
|
|||
|
May. 25, 2010, 03:30 AM
(This post was last modified: May. 25, 2010 03:39 AM by whenever.)
Post: #5
|
|||
|
|||
RE: Updating the Google filters...
(May. 24, 2010 08:03 PM)sidki3003 Wrote: Does anyone remember in which color "880 related articles", "Cached", "Similar" are supposed to appear? Was it really that dark blue? I hope this help: http://www.proxomitron.cn/files/images/google_after.png http://prxbx.com/forums/attachment.php?aid=306 http://prxbx.com/forums/showthread.php?t...5#pid12195 (May. 24, 2010 08:03 PM)sidki3003 Wrote: Should the vertical stripe on the left get styled or hidden? I prefer it to be there. |
|||
|
May. 25, 2010, 06:18 PM
Post: #6
|
|||
|
|||
|
RE: Updating the Google filters...
Yep, that helped, thanks.
|
|||
|
May. 26, 2010, 04:52 PM
Post: #7
|
|||
|
|||
|
RE: Updating the Google filters...
Here we go, tested in Fx, Opera and IE8 (XP VM). I've only updated the dark blue theme for now.
- As mentioned before, "Google Search: Add Date Range Box" is obsolete. - Because the "Thumbnails" link is very sensitive to code changes, i'll remove that feature as well. (Never really used it personally.) - I've opted for keeping the keyboard shortcuts feature (activated via "Shortcuts" link upper right, or by appending "&esrch=BetaShortcuts" to the query string). Although, maybe i'm the only one using it, dunno. Attached zip contains 2 files: MergeMe.cfg contains the webfilters that are supposed to replace their previous versions. google-dark.css should go to html/sidki_h_2009-05-24/Google/ |
|||
|
May. 27, 2010, 01:11 AM
Post: #8
|
|||
|
|||
|
RE: Updating the Google filters...
- The search results doesn't span to the screen width, is that supposed to be?
- The "More" and "More search tools" on the left doesn't work. |
|||
|
May. 27, 2010, 09:40 AM
(This post was last modified: May. 27, 2010 09:43 AM by sidki3003.)
Post: #9
|
|||
|
|||
|
RE: Updating the Google filters...
It should all work, incl. horizontal stretch and left-side drop-downs, see screenshot below.
I've just applied the above zip to a fresh alpha-4 config (July 2009), and also went to google.cn . WFM. Is it defunct in all your browsers? If you are using Opera, did you clear the cache after overwriting the old CSS, and restart the browser? |
|||
|
May. 27, 2010, 03:11 PM
Post: #10
|
|||
|
|||
RE: Updating the Google filters...
(May. 27, 2010 09:40 AM)sidki3003 Wrote: I've just applied the above zip to a fresh alpha-4 config (July 2009) I did this too. Tested under firefox and chrome. Both with cache cleared and browser restarted. The left-side drop-downs doesn't work when signed in. Signing out and refresh the page make them work. The search results doesn't stretch to screen width, see attached screenshot. Is my resolution 1680*1050 too wide?
|
|||
|
May. 27, 2010, 03:43 PM
Post: #11
|
|||
|
|||
|
RE: Updating the Google filters...
I am not sure if you could reproduce this, but when searching "proxomitron" after signed in, google is displaying a social result which seems not in order.
|
|||
|
May. 27, 2010, 05:27 PM
Post: #12
|
|||
|
|||
RE: Updating the Google filters...
(May. 27, 2010 03:11 PM)whenever Wrote: The search results doesn't stretch to screen width, see attached screenshot. Is my resolution 1680*1050 too wide? Yes, apparently, although i can't really verify. max-width is set to 1144px. I have added #cnt { max-width: none; } to google-dark.css (attached). I think it's important to report special circumstances along with the bugs. ;-) *If* signed in, the ajax toggle scripts are trying to access the upper left logo, for whatever reason. Since we've replaced the logo code, the toggles are broken. It seems that replacing the image now works without changing the actual tags. If true, below filter should fix the problem. Code: [Patterns] |
|||
|
May. 27, 2010, 05:30 PM
Post: #13
|
|||
|
|||
| RE: Updating the Google filters... | |||
|
May. 28, 2010, 01:46 AM
Post: #14
|
|||
|
|||
RE: Updating the Google filters...
(May. 27, 2010 05:27 PM)sidki3003 Wrote: below filter should fix the problem Now everything works! (May. 27, 2010 05:30 PM)sidki3003 Wrote:(May. 27, 2010 03:43 PM)whenever Wrote: I am not sure if you could reproduce this, but when searching "proxomitron" after signed in, google is displaying a social result which seems not in order. Sorry, it is my Image Placeholder Fix for Opera filter causing problem. It seems using \# is not safe if other filter put something in the stack then fail to pull it out. Changing the code as below eliminate the annoyance. Code: Match = "\1alt=$AV(^?)\2"BTW, the below Exceptions.ptxt entry is faking user agent on google search and made my filter unexpectedly match. Is it still necessary to fake user agent? Code: # Google Search |
|||
|
May. 28, 2010, 10:40 AM
Post: #15
|
|||
|
|||
RE: Updating the Google filters...
(May. 28, 2010 01:46 AM)whenever Wrote: It seems using \# is not safe if other filter put something in the stack then fail to pull it out. I was having a similar problem a few weeks ago, and i couldn't avoid using the stack. The fix was something like: ((?*)\#|) Quote:BTW, the below Exceptions.ptxt entry is faking user agent on google search and made my filter unexpectedly match. Is it still necessary to fake user agent? In my Exceptions list the entry is split: Code: # Google Search - frontpagesMy notes are dating the change to August 22 2009, and say that f_ua_opie is still needed for the frontpages in order to prevent ajax layout (which in turn would prevent all our Google filters from matching). I haven't checked again, as i assume you're after the results pages. I'm attaching the entire Google section, because order is important here. |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help





![[-]](images/ONi/collapse.gif)
