Post doesn't exist
Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Apparently, the referer is only stripped when linking from an SSL site to a non-SSL site. You're referencing a SSL site, so the referer is passed along. I had not tested this issue on an SSL server. Very interesting. I updated the script to take care of this issue while still allowing bookmarkable URLs. The best workaround I could find (using Another method of gaining this knowledge comes in the form of CSS, using a unique background image for each Update: Of course it's known. Far too simple. This is Mozilla Bug 14777. The patch blocking it landed yesterday(!), so I'll have to get another workaround[1] when that gets propagated into a release (which won't be for a while). I'll put my code in a try/catch test so that this part can die silently if denied access to that attribute (though I expect it will merely grab the un-visited color instead, which is effectively the same result). [1]: Probably these four steps: duplicate the link, alter the duplication's href, place it exactly on top of the original, and set its opacity to 1.00. Very messy. Maybe there will be an "official" way to do it, or maybe I'll figure out how to do it with onclick instead (my initial attempts there failed). |
|
|
RE: Referer & SSL: For example, visit this URL: https://ssl.scroogle.org/cgi-bin/nbbw.cgi?Gw=ph...
I get HTTP_REFERER https://ssl.scroogle.org/cgi-bin/nbbw.cgi?Gw=ph...
|
|
|
Items cached by PdfMeNot are indeed stored indefinitely, however, used in conjunction with Scroogle, I find limited reason for concern. One assumes that all results displayed are public and cached by multiple entities - one more would seem insignificant. The local upload feature, on the other hand, I believe is of far more concern. As always, cheers for the update for this useful script. Using your latest version, I will now apply my (increasingly limited) tweaks to update my "fork". |
|
|
PdfMeNot is an interesting flash-based PDF viewer ... they have no privacy policy, and it doesn't say what they do with their cached copies, so I'm a bit wary (after all, this is why we use Scroogle over Google!) but I've added it regardless. I also updated the link text for Google's cache on PDF items. See the Update section above for more details. To-do: PDF is just one format Google parses and caches as HTML. I'll have to come back and do PPT, RTF, and DOC (any others?) later. I can't keep adding icons as they will take up too much disk space, so I may revert back to using [PDF] the way Google does. Update: PPT, RTF, DOC, and PDF all now have that prefix. PDF also gets an icon because it's so common. That might change in the future. |
|
|
Cheers for the feedback! Your update is going to drive me out of the forking business. :-P
Thanks, and I look forward to whatever else you might come up with in the future. |