Disclaimer: GreaseMonkey scripts are rather fragile and they tend to break when the Freebase website is updated. Works in Firefox 2.0.0.14 and 3.x (last time I checked). Feel free to send me any fixes or improvements.
arthur.van.hoff@gmail.com
/user/avh
The base URL is http://www.artfahrt.com/python/freebase/query.rss?query=<yourquery>.
It is running on my home server, so be gentle.
Load fb_filter_links.user.js. You may have to enable popups for this to work on the Freebase filter view page.
For example, try all US States or Soccer Players.
Note that once you are in the PicLens view, you can select an item and click on the link icon at the bottom right of the description in order to visit the entry on Freebase.
<script type="text/javascript" src="http://lite.piclens.com/current/piclens_optimized.js"></script>
<script type="text/javascript">
function ShowPicLensQuery(query)
{
var feed = "http://www.artfahrt.com/python/freebase/query.rss?query=" + escape(query) + "&defaultimg=no";
if (PicLensLite.hasClient()) {
PicLensLite.start({"feedUrl":feed});
} else {
alert("Please install PicLens first!");
window.open("http://www.piclens.com", "_new");
}
}
</script>
<a href="javascript://females"
onclick="ShowPicLensQuery(this.title);"
title='[{"type":"/people/person", "gender": "Female"}]'>Female Persons</a>
Examples:
Female Persons,
Male Persons,
People with no Gender,
Freebase Users,
Music Albums,
Stones Albums,
Beatles Albums,
Podcasts,
Internet Radio,
Spielberg Films
Countries
Load fb_tools.user.js