CapnHammered / SC Reddit Logo Link

// ==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');