Skip to content

Commit

Permalink
reorder font and style injection in initialization sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
6a67 committed Jan 2, 2025
1 parent 1575745 commit aa99dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name JPDB Userscript (6a67)
// @namespace http://tampermonkey.net/
// @version 0.1.186
// @version 0.1.187
// @description Script for JPDB that adds some styling and functionality
// @match *://jpdb.io/*
// @grant GM_addStyle
Expand Down Expand Up @@ -4326,8 +4326,8 @@
}

function init() {
injectFont();
applyStyles();
injectFont();
if (window.location.href === CONFIG.learnPageUrl) {
initLearnPage();
// initInjectStatsIntoLearnPage();
Expand Down

0 comments on commit aa99dfa

Please sign in to comment.