Skip to content

Commit 2cb5cb3

Browse files
committed
Narrow down the lower right indicator
1 parent fc933b0 commit 2cb5cb3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

dist/ui.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
<script>
88
import MainTable from './components/Table.vue'
9+
import Tools from './common/js/tools'
910
export default {
1011
components: {MainTable},
1112
mounted: function(){
1213
//旧版本无法正常工作,更新脚本
1314
if(!parent.document.getElementById('jae_userscript_box')){
14-
parent.window.open('https://greasyfork.org/scripts/24508-userscript-show-site-all-userjs/code/Userscript+%20:%20Show%20Site%20All%20UserJS.user.js')
15+
Tools.installUserJs('https://greasyfork.org/scripts/24508-userscript-show-site-all-userjs/code/Userscript+%20:%20Show%20Site%20All%20UserJS.user.js')
1516
1617
}
1718
}

0 commit comments

Comments
 (0)