Skip to content

Commit 337444a

Browse files
authored
Update userscript.js
1 parent c171266 commit 337444a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/userscript.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ 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://greasyfork.org/scripts/23420-userjs-base-js/code/userjs-basejs.js
33+
// @require https://greasyfork.org/scripts/429994-l-lib-js/code/l-libjs.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://greasyfork.org/scripts/23420-userjs-base-js/code/userjs-basejs.js
37+
// @require https://greasyfork.org/scripts/429994-l-lib-js/code/l-libjs.js
3838
// @resource uiJs https://cdn.jsdelivr.net/gh/jae-jae/Userscript-Plus/dist/ui.gf.js?_=${time}`;
3939

4040

4141
renderOut('./dist/show-site-all-userjs.user.js',ljs);
4242
//greasyfork version
43-
renderOut('./dist/show-site-all-userjs.gf.user.js',ljs_GF);
43+
renderOut('./dist/show-site-all-userjs.gf.user.js',ljs_GF);

0 commit comments

Comments
 (0)