Published on 2006-02-26 17:23:17
With the latest Google Dashboard Widgets announced for Mac, google revealed also a hidden feature in Google Search History which is the availability of RSS.
Widget.feed = "http://www.google.com/searchhistory/find?zx=" +
randomString() + "&num=50&output=rss&client=google-mcsmhwidget";
...
var url = Widget.feed;
url += "&start=" + Widget.resultsStart;
url += "&q=" + encodeURIComponent(query);
Member of the PHP Magazine Network, Copyright (C) 2005-2009 phpmagazine.net All Rights Reserved