File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
2- node_js : 15
2+ node_js :
3+ - ' node'
4+
5+ notifications :
6+ email : false
37before_script :
4- - npm install yarn webpack -g
8+ - npm install -g yarn webpack
59 - git checkout master
610 - cd webextension
711 - yarn
812 - cd ..
913 - yarn
1014
15+ install :
16+ - npm i --force
17+ - webpack --config=build/webpack.config.js && webpack --config=build/webpack.gf.config.js && node build/userscript.js
18+
1119script :
1220 - yarn build
1321 - cd webextension
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ let ljs = `// @require https://cdn.jsdelivr.net/gh/jae-jae/l.js/userjs/l.use
4444
4545let ljs_GF = `// @require https://greasyfork.org/scripts/23419-l-js/code/ljs.js
4646// @require https://greasyfork.org/scripts/23420-userjs-base-js/code/userjs-basejs.js
47- // @resource uiJs https://github.com/ magicoflolis/Userscript-Plus/blob/master/ dist/ui.gf.js?raw=true
47+ // @resource uiJs https://cdn.jsdelivr.net/gh/ magicoflolis/Userscript-Plus/dist/ui.gf.js?_= ${ time }
4848// @resource ui https://cdn.jsdelivr.net/gh/magicoflolis/Userscript-Plus/dist/ui.html?_=${ time } ` ;
4949
5050
Original file line number Diff line number Diff line change 66 < title > Show Site All UserJS</ title >
77</ head >
88
9- < body style ="background: none transparent ">
9+ < body style ="background: none transparent !important ">
1010 < div id ="app ">
1111
1212 </ div >
Original file line number Diff line number Diff line change 66 < title > Show Site All UserJS</ title >
77</ head >
88
9- < body style ="background: none transparent ">
9+ < body style ="background: none transparent !important ">
1010 < div id ="app ">
1111
1212 </ div >
You can’t perform that action at this time.
0 commit comments