您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Description
当前为
// ==UserScript== // @name Maxim Theme Userscript // @author Maxim // @namespace https://github.com/thatguymaxim/Hack-Forums-Theme-Minimalism-Flat // @version 1.0.1 // @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\/d38cc6b8d1a045deef5d64da2b8dbce9\/raw\/a20095c2dcdb7d0b9858aee0d888a52d09d1bd18\/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">');