Skip to content

Commit 2416def

Browse files
authored
Update userscript.js
1 parent 393318f commit 2416def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/userscript.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ var renderOut = function(outFile,ljs){
3030
var time = (+new Date());
3131

3232
var ljs = `// @require https://cdn.jsdelivr.net/gh/jae-jae/l.js/userjs/l.userjs.min.js
33-
// @require https://cdn.jsdelivr.net/gh/jae-jae/l.js@master/lib.js
33+
// @require https://greasyfork.org/scripts/430303-l-lib2-js/code/l-lib2js.js
3434
// @resource uiJs https://cdn.jsdelivr.net/gh/jae-jae/Userscript-Plus/dist/ui.js?_=${time}`;
3535

3636
var ljs_GF = `// @require https://greasyfork.org/scripts/23419-l-js/code/ljs.js
37-
// @require https://cdn.jsdelivr.net/gh/jae-jae/l.js@master/lib.js
37+
// @require https://greasyfork.org/scripts/430303-l-lib2-js/code/l-lib2js.js
3838
// @resource uiJs https://cdn.jsdelivr.net/gh/jae-jae/Userscript-Plus/dist/ui.gf.js?_=${time}`;
3939

4040

0 commit comments

Comments
 (0)