GoodBlox 2010-2013 Forum Style

replaces the current older forum style with the newer 2010 - 2013 style on goodblox

// ==UserScript==
// @name         GoodBlox 2010-2013 Forum Style
// @namespace    http://goodblox.xyz/
// @version      1
// @description  replaces the current older forum style with the newer 2010 - 2013 style on goodblox
// @author       pizzaboxer
// @match        https://goodblox.xyz/Forum/*
// @grant        none
// ==/UserScript==

(function() {
    $("[href='/resources/forum.css?v=1']").attr("href", "https://sitetest1.goodblox.xyz/Forum/skins/default/style/default.css");
})();