NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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;