// ==UserScript==
// @name PMOG lion
// @namespace davidsev
// @description Changes the tips down the bottom to be more funny
// @include http://pmog.com/*
// @include http://*.pmog.com/*
// @include http://pmog.com
// @include http://*.pmog.com
// ==/UserScript==
document.getElementsByClassName("did_you_know_text")[0].getElementsByTagName("img")[0].src="http://pmog.davidsev.co.uk/misc/uselessness_lion_tip.png";
