reibuehl / Jurablogs Unframe

// ==UserScript==
// @name			Jurablogs Unframe
// @namespace		reibuehl
// @description		Unframe posts on Jurablogs.com.
// @include			http://www.jurablogs.com/go/*
// @grant none
// ==/UserScript==

window.location = document.getElementById("sp").src;