Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex authored Jan 23, 2022
1 parent 28a25b0 commit 9af2ae9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion script.js → script.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
// ==UserScript==
// @name JetBrainsMono4GitHub
// @namespace https://userscript.clazex.net/
// @version 1.0.0
// @version 1.1.0
// @description Change GitHub code view font to JetBrains Mono
// @license MIT
// @author Clazex
// @copyright 2022, Clazex
// @updateURL https://cdn.jsdelivr.net/gh/Clazex/JetBrainsMono4GitHub@latest/script.user.js
// @downloadURL https://cdn.jsdelivr.net/ghClazex/JetBrainsMono4GitHub@latest/script.user.js
// @supportURL https://github.com/Clazex/JetBrainsMono4GitHub/issues
// @homepage https://github.com/Clazex/JetBrainsMono4GitHub
// @match https://github.com/*
// @icon https://github.githubassets.com/favicons/favicon.png
// @grant none
// ==/UserScript==

Expand Down

0 comments on commit 9af2ae9

Please sign in to comment.