Skip to content

Instantly share code, notes, and snippets.

@tobbez
Created March 13, 2010 16:47
Show Gist options
  • Save tobbez/331427 to your computer and use it in GitHub Desktop.
Save tobbez/331427 to your computer and use it in GitHub Desktop.
WhatStats loader for Chrome
// ==UserScript==
// @name WhatStats
// @description Provides pretty charts on your user profile page on What.cd
// @namespace tobbez
// @author tobbez
// @version 1.0
// @date 2010-03-11
// @include http*://*what.cd/*
// ==/UserScript==
var script = document.createElement('script');
script.type = "text/javascript";
script.src = "http://gist.github.com/raw/331550/895c722c285b29fbc63f6f2ab68e7053d7dc7fed/whatstats.js";
document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment