Skip to content

Commit 6b192a0

Browse files
committed
optimization
1 parent 85c03fc commit 6b192a0

File tree

10 files changed

+10
-58
lines changed

10 files changed

+10
-58
lines changed

crx/extension.crx

-64 Bytes
Binary file not shown.

crx/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Userscript+ for Tampermonkey",
55
"description": "Show current site all UserJS,The easier way to install UserJs for Tampermonkey.",
6-
"version": "1.4.4",
6+
"version": "1.4.5",
77
"author": "Jaeger <JaegerCode@gmail.com>",
88
"homepage_url": "https://github.com/jae-jae/Userscript-Plus",
99
"icons": {

crx/extension/popup.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crx/src/components/Table.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
</Button>
3434
</Tooltip>
3535

36-
<Tooltip v-if="isZH" content="吾爱油猴" placement="bottom">
37-
<Button type="dashed" @click="open('https://52youhou.com/userscript/userjs-a3dmr?from=userscript-plus')">
38-
<Icon type="fork"></Icon>
39-
</Button>
40-
</Tooltip>
41-
4236
<Tooltip v-if="!isZH" content="GreasyFork" placement="bottom">
4337
<Button type="dashed" @click="open('https://greasyfork.org/zh-CN/scripts/24508')">
4438
<Icon type="fork"></Icon>

dist/show-site-all-userjs.gf.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @name:ru-RU Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
88
// @name:ru Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
99
// @namespace https://github.com/jae-jae/Userscript-Plus
10-
// @version 2.3.6
10+
// @version 2.3.7
1111
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1212
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1313
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
@@ -20,8 +20,8 @@
2020
// @include *
2121
// @require https://greasyfork.org/scripts/23419-l-js/code/ljs.js
2222
// @require https://greasyfork.org/scripts/23420-userjs-base-js/code/userjs-basejs.js
23-
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.gf.js?_=1568259936562
24-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1568259936563
23+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.gf.js?_=1586099423947
24+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586099423950
2525
// @resource count https://greasyfork.org/scripts/by-site.json
2626
// @grant GM_xmlhttpRequest
2727
// @grant GM_getResourceText

dist/show-site-all-userjs.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @name:ru-RU Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
88
// @name:ru Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
99
// @namespace https://github.com/jae-jae/Userscript-Plus
10-
// @version 2.3.6
10+
// @version 2.3.7
1111
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1212
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1313
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
@@ -20,8 +20,8 @@
2020
// @include *
2121
// @require https://raw.githubusercontent.com/jae-jae/l.js/master/userjs/l.userjs.min.js
2222
// @require https://gist.githubusercontent.com/jae-jae/35a1833079d26e6c9d9c6d5bed982353/raw/userjs-base.js
23-
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1568259936562
24-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1568259936562
23+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1586099423947
24+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586099423947
2525
// @resource count https://greasyfork.org/scripts/by-site.json
2626
// @grant GM_xmlhttpRequest
2727
// @grant GM_getResourceText

dist/ui.gf.js

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9159,12 +9159,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
91599159
//
91609160
//
91619161
//
9162-
//
9163-
//
9164-
//
9165-
//
9166-
//
9167-
//
91689162

91699163
/* global Event */
91709164
exports.default = {
@@ -12178,36 +12172,6 @@ var render = function() {
1217812172
1
1217912173
),
1218012174
_vm._v(" "),
12181-
_vm.isZH
12182-
? _c(
12183-
"Tooltip",
12184-
{
12185-
attrs: {
12186-
content: "吾爱油猴",
12187-
placement: "bottom"
12188-
}
12189-
},
12190-
[
12191-
_c(
12192-
"Button",
12193-
{
12194-
attrs: { type: "dashed" },
12195-
on: {
12196-
click: function($event) {
12197-
_vm.open(
12198-
"https://52youhou.com/userscript/userjs-a3dmr?from=userscript-plus"
12199-
)
12200-
}
12201-
}
12202-
},
12203-
[_c("Icon", { attrs: { type: "fork" } })],
12204-
1
12205-
)
12206-
],
12207-
1
12208-
)
12209-
: _vm._e(),
12210-
_vm._v(" "),
1221112175
!_vm.isZH
1221212176
? _c(
1221312177
"Tooltip",

dist/ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Table.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
</Button>
3737
</Tooltip>
3838

39-
<Tooltip v-if="isZH" content="吾爱油猴" placement="bottom">
40-
<Button type="dashed" @click="open('https://52youhou.com/userscript/userjs-a3dmr?from=userscript-plus')">
41-
<Icon type="fork"></Icon>
42-
</Button>
43-
</Tooltip>
44-
4539
<Tooltip v-if="!isZH" content="GreasyFork" placement="bottom">
4640
<Button type="dashed" @click="open('https://greasyfork.org/zh-CN/scripts/24508')">
4741
<Icon type="fork"></Icon>

userscript/tpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @name:ru-RU Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
88
// @name:ru Userscript+ : Показать пользовательские скрипты (UserJS) для сайта. Jaeger
99
// @namespace https://github.com/jae-jae/Userscript-Plus
10-
// @version 2.3.6
10+
// @version 2.3.7
1111
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1212
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1313
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383

0 commit comments

Comments
 (0)