Maxim Theme Userscript

Description

2017-04-09 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

// ==UserScript==
// @name       Maxim Theme Userscript
// @author Maxim
// @namespace  https://github.com/thatguymaxim/Hack-Forums-Theme-Minimalism-Flat
// @version    1.0.4
// @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:\/\/cdn.rawgit.com\/thatguymaxim\/da9de12ca7a7a61b23c34cf6cfdd0529\/raw\/5a5a7eed277914411177937aaee317fff0439979\/global.css'" + 'rel="stylesheet" type="text/css">');
$("head").append('<link '+ "href='https:\/\/gist.githubusercontent.com\/thatguymaxim\/da9de12ca7a7a61b23c34cf6cfdd0529\/raw\/5a5a7eed277914411177937aaee317fff0439979\/tabbed.css'" + 'rel="stylesheet" type="text/css">');