File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ var renderOut = function(outFile,ljs){
30
30
var time = ( + new Date ( ) ) ;
31
31
32
32
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
34
34
// @resource uiJs https://cdn.jsdelivr.net/gh/jae-jae/Userscript-Plus/dist/ui.js?_=${ time } ` ;
35
35
36
36
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
38
38
// @resource uiJs https://cdn.jsdelivr.net/gh/jae-jae/Userscript-Plus/dist/ui.gf.js?_=${ time } ` ;
39
39
40
40
41
41
renderOut ( './dist/show-site-all-userjs.user.js' , ljs ) ;
42
42
//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 ) ;
You can’t perform that action at this time.
0 commit comments