App engine charts Greasemonkey script
For everyone who manages more than a few App engine applications, this greasemonkey script adds an inline chart to each app-id on the dashboard. This way you don’t have to click through to each application page.
// ==UserScript==
// @name GAE graphs
// @namespace pratham.name
// @description Adds inline graphs for GAE apps
// @include https://appengine.google.com/
// @include http://appengine.google.com/
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
// ==/UserScript==
function main() {
$('a[title="view dashboard"]').each (...