NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name hide presbeia protoi forum logo // @version 0.1 // @updateURL https://openuserjs.org/meta/soyajuice/hide_presbeia_protoi_forum_logo.meta.js // @include /^https?://forum\.presbeia-protoi\.org/.*$/ // @include /^https?://presbeia-protoi\.org/.*$/ // @author Soyajuice // @description This script http://forum.presbeia-protoi.org hide presbeia-protoi logo // ==/UserScript== //@require http://code.jquery.com/jquery-latest.js //$("img").hide(); $("#site-description img").hide();