Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Adblock works so much better than all these things, because it's edits the page before it hits the downloader/renderer, and removes those stupid iframes, and actually regains the screenspace. |
|
|
this one actually works:
|
|
|
I think the IDs of the divs need to be 'google=broad' and 'google-side-long'. These could be explicit or you could XPATH and something like this: node()[starts-with(*, 'google-')] Then iterate the XPATH snapshot and set them hidden. Using some kind of wildcard idea like that might be best considering these kinds of things get changed sometimes. |