Unframe posts on Jurablogs.com.
// ==UserScript==
// @name Jurablogs Unframe
// @namespace reibuehl
// @description Unframe posts on Jurablogs.com.
// @include http://www.jurablogs.com/go/*
// @grant none
// @version 0.0.1.20141221065927
// ==/UserScript==
window.location = document.getElementById("sp").src;