Maxim Theme Userscript

Description

当前为 2017-04-07 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Maxim Theme Userscript
  3. // @author Maxim
  4. // @namespace https://github.com/thatguymaxim/Hack-Forums-Theme-Minimalism-Flat
  5. // @version 1.0.0
  6. // @description Description
  7. // @require https://code.jquery.com/jquery-3.1.1.js
  8. // @match *://hackforums.net*
  9. // @match *://hackforums.net/*
  10. // @copyright 2017+
  11. // @updateURL
  12. // @downloadURL
  13. // ------------------------------ Change Log ----------------------------
  14. // version 1.0.0: Beta Release
  15. // ==/UserScript==
  16. // ------------------------------ Dev Notes -----------------------------
  17. // Use this to get a cdn hosted css file:
  18. // https://rawgit.com/
  19. // Use this to make an href string for the two lines below:
  20. // http://www.freeformatter.com/javascript-escape.html
  21. $("head").append('<link '+ "href='https:\/\/cdn.rawgit.com\/thatguymaxim\/e3f5cf9c6e109192f6473981dce4a72e\/raw\/591c0410b0a13dc111b32c8872c1e9d082b9fd09\/global.css'" + 'rel="stylesheet" type="text/css">');
  22. $("head").append('<link '+ "href='https:\/\/cdn.rawgit.com\/thatguymaxim\/e3f5cf9c6e109192f6473981dce4a72e\/raw\/591c0410b0a13dc111b32c8872c1e9d082b9fd09\/tabbed.css'" + 'rel="stylesheet" type="text/css">');