Description
当前为
// ==UserScript==
// @name Maxim Theme Userscript
// @author Maxim
// @namespace https://github.com/thatguymaxim/Hack-Forums-Theme-Minimalism-Flat
// @version 1.0.2
// @description Description
// @require https://code.jquery.com/jquery-3.1.1.js
// @match *://hackforums.net*
// @match *://hackforums.net/*
// @copyright 2017+
// @updateURL
// @downloadURL
// ------------------------------ Change Log ----------------------------
// version 1.0.0: Beta Release
// ==/UserScript==
// ------------------------------ Dev Notes -----------------------------
// Use this to get a cdn hosted css file:
// https://rawgit.com/
// Use this to make an href string for the two lines below:
// http://www.freeformatter.com/javascript-escape.html
$("head").append('<link '+ "href='https:\/\/gist.githubusercontent.com\/thatguymaxim\/88395804a05303e95f5028b1458d898c\/raw\/8898dcd3b357f247a8421f5ca240632648561530\/global.css'" + 'rel="stylesheet" type="text/css">');
$("head").append('<link '+ "href='https:\/\/cdn.rawgit.com\/thatguymaxim\/d38cc6b8d1a045deef5d64da2b8dbce9\/raw\/a20095c2dcdb7d0b9858aee0d888a52d09d1bd18\/tabbed.css'" + 'rel="stylesheet" type="text/css">');