Skip to content

Commit 1831a2c

Browse files
committed
ok
1 parent 8f5b7be commit 1831a2c

8 files changed

Lines changed: 25 additions & 17 deletions

File tree

crx/extension.crx

274 Bytes
Binary file not shown.

crx/extension/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
"name": "Userscript+ for Tampermonkey",
55
"description": "Show current site all UserJS,The easier way to install UserJs for Tampermonkey.",
6-
"version": "1.2",
6+
"version": "1.3",
77
"author": "Jaeger <[email protected]>",
8+
"homepage_url": "https://github.com/jae-jae/Userscript-Plus",
89
"icons": {
910
"16": "images/icon_16.png",
1011
"32": "images/icon_32.png",

crx/extension/popup.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@
44
<head>
55
<meta charset="utf-8">
66
<title>Show Site All UserJS</title>
7+
<style>
8+
body {
9+
width: 860px;
10+
height: 492px;
11+
overflow-x: hidden;
12+
}
13+
</style>
714
</head>
815

9-
<body style="width:860px;height:492px;">
16+
<body>
1017
<div id="app">
1118

1219
</div>

crx/extension/popup.js

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// @name:zh-TW Userscript+ : 顯示當前網站所有可用的UserJS腳本 Jaeger
66
// @name:ja Userscript +:現在のサイトの利用可能なすべてのUserJSスクリプトを表示するJaeger
77
// @namespace https://github.com/jae-jae/Userscript-Plus
8-
// @version 2.3.0
8+
// @version 2.3.1
99
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1010
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1111
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
@@ -17,8 +17,8 @@
1717
// @exclude http://www.dev/Show-Site-All-UserJS/ui.html
1818
// @require https://greasyfork.org/scripts/23419-l-js/code/ljs.js
1919
// @require https://greasyfork.org/scripts/23420-userjs-base-js/code/userjs-basejs.js
20-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1521784041819
21-
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1521784041819
20+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1526482573707
21+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1526482573707
2222
// @resource count https://greasyfork.org/scripts/by-site.json
2323
// @grant GM_xmlhttpRequest
2424
// @grant GM_getResourceText

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// @name:zh-TW Userscript+ : 顯示當前網站所有可用的UserJS腳本 Jaeger
66
// @name:ja Userscript +:現在のサイトの利用可能なすべてのUserJSスクリプトを表示するJaeger
77
// @namespace https://github.com/jae-jae/Userscript-Plus
8-
// @version 2.3.0
8+
// @version 2.3.1
99
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1010
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1111
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
@@ -17,8 +17,8 @@
1717
// @exclude http://www.dev/Show-Site-All-UserJS/ui.html
1818
// @require https://raw.githubusercontent.com/jae-jae/l.js/master/userjs/l.userjs.min.js
1919
// @require https://gist.githubusercontent.com/jae-jae/35a1833079d26e6c9d9c6d5bed982353/raw/userjs-base.js
20-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1521784041818
21-
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1521784041818
20+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1526482573707
21+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1526482573707
2222
// @resource count https://greasyfork.org/scripts/by-site.json
2323
// @grant GM_xmlhttpRequest
2424
// @grant GM_getResourceText

dist/ui.js

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

userscript/tpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// @name:zh-TW Userscript+ : 顯示當前網站所有可用的UserJS腳本 Jaeger
66
// @name:ja Userscript +:現在のサイトの利用可能なすべてのUserJSスクリプトを表示するJaeger
77
// @namespace https://github.com/jae-jae/Userscript-Plus
8-
// @version 2.3.0
8+
// @version 2.3.1
99
// @description Show current site all UserJS,The easier way to install UserJs for Tampermonkey.
1010
// @description:zh 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383
1111
// @description:zh-CN 显示当前网站的所有可用UserJS(Tampermonkey)脚本,交流QQ群:104267383

0 commit comments

Comments
 (0)