NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name SC Reddit Logo Link // @namespace https://www.reddit.com/r/starcraft // @version 1.0 // @description Makes the Starcraft logo link to the subreddit homepage instead of reddit.com // @author CapnHammered#2944 (EU) // @match https://www.reddit.com/r/starcraft/* // @grant none // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // ==/UserScript== $('#header-img-a').attr('href', 'https://reddit.com/r/starcraft');