NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @id poppen.de Unblurer // @name poppen.de Unblurer // @namespace de.poppen.unblurer // @version 1.0 // @author Wim Bonis // @description Unblur poppen.de document pages // @include http*://*.poppen.de/* // @run-at document-end // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js // @updateURL https://openuserjs.org/meta/zimbo.boydgmail.com/poppen.de_Unblurer.meta.js // @iconURL http://www.poppen.de/favicon.ico // @grant GM_addStyle // ==/UserScript== setInterval(function() { $('.blurry').removeClass("blurry"); $('.user-overlay').remove(); }, 1000);