File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name JPDB Userscript (6a67)
33// @namespace http://tampermonkey.net/
4- // @version 0.1.168
4+ // @version 0.1.169
55// @description Script for JPDB that adds some styling and functionality
66// @match *://jpdb.io/*
77// @grant GM_addStyle
156156 } ,
157157 apiKey : GM_getValue ( 'apiKey' , '' ) ,
158158 currentVersion : GM_getValue ( 'debug_currentVersion' , '' ) ,
159- previousVersion : GM_getValue ( 'debug_previousVersion' , '' ) ,
159+ previousVersion : GM_getValue ( 'debug_previousVersion' , '' )
160160 } ;
161161
162162 let WARM = { } ;
10681068 display: none;
10691069 }
10701070 }
1071- ` ,
1071+ `
10721072 } ;
10731073
10741074 function log ( ...args ) {
15671567 console . error ( 'Target element or lottie container is null or undefined' ) ;
15681568 return null ;
15691569 }
1570- console . log ( lottieContainer ) ;
15711570
15721571 const originalStyles = {
15731572 visibility : lottieContainer . style . visibility ,
18861885 playSound ( CONFIG . soundUrlReveal ) ;
18871886 }
18881887
1889- await new Promise ( resolve => {
1888+ await new Promise ( ( resolve ) => {
18901889 requestAnimationFrame ( ( ) => {
18911890 setTimeout ( resolve , 25 ) ;
18921891 } ) ;
39263925 }
39273926
39283927 function updateVersionVariables ( ) {
3929- if ( STATE . currentVersion === GM_info . script . version ) {
3928+ if ( STATE . currentVersion === GM_info . script . version ) {
39303929 return ;
39313930 }
39323931
You can’t perform that action at this time.
0 commit comments