Last active
June 13, 2022 04:05
-
-
Save Technetium1/2ba9b79185ef2e3afa8d29105b8c531b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name JumpinChat B612 Mono Nerd Font | |
// @version 1.0 | |
// @description Uses B612 Mono Nerd Font on jumpin.chat & jumpinchat.com | |
// @author https://github.com/Technetium1 | |
// @updateURL https://127.0.0.1 | |
// @match https://jumpin.chat/* | |
// @match https://jumpinchat.com/* | |
// @grant GM_addStyle | |
// @run-at document-start | |
// ==/UserScript== | |
// Import B612 Mono Regular Nerd Font Complete Mono v1.008 commit 91a81cb | |
// Source: github.com/Autotonic/b612 | |
// SIL Open Font License 1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment