Skip to content

Commit 5611487

Browse files
committed
update chrome extension url
1 parent 6b192a0 commit 5611487

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

crx/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Userscript+ Chrome extension
2+
3+
![](https://raw.githubusercontent.com/jae-jae/_resources/master/img/175033.png)
4+
5+
- Github: [https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx](https://github.com/jae-jae/Userscript-Plus/raw/master/crx/extension.crx)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</Tooltip>
2929

3030
<Tooltip content="Chrome" placement="bottom">
31-
<Button type="dashed" @click="open('https://chrome.google.com/webstore/detail/okiocdganiomklllkfkmhneoibegifch')">
31+
<Button type="dashed" @click="open('https://github.com/jae-jae/Userscript-Plus/tree/master/crx')">
3232
<Icon type="social-chrome"></Icon>
3333
</Button>
3434
</Tooltip>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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?_=1586099423947
24-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586099423950
23+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.gf.js?_=1586100119299
24+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586100119299
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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?_=1586099423947
24-
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586099423947
23+
// @resource uiJs https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.js?_=1586100119299
24+
// @resource ui https://raw.githubusercontent.com/jae-jae/Show-Site-All-UserJS/master/dist/ui.html?_=1586100119299
2525
// @resource count https://greasyfork.org/scripts/by-site.json
2626
// @grant GM_xmlhttpRequest
2727
// @grant GM_getResourceText

dist/ui.gf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12156,7 +12156,7 @@ var render = function() {
1215612156
on: {
1215712157
click: function($event) {
1215812158
_vm.open(
12159-
"https://chrome.google.com/webstore/detail/okiocdganiomklllkfkmhneoibegifch"
12159+
"https://github.com/jae-jae/Userscript-Plus/tree/master/crx"
1216012160
)
1216112161
}
1216212162
}

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Tooltip>
3232

3333
<Tooltip content="Chrome" placement="bottom">
34-
<Button type="dashed" @click="open('https://chrome.google.com/webstore/detail/okiocdganiomklllkfkmhneoibegifch')">
34+
<Button type="dashed" @click="open('https://github.com/jae-jae/Userscript-Plus/tree/master/crx')">
3535
<Icon type="social-chrome"></Icon>
3636
</Button>
3737
</Tooltip>

0 commit comments

Comments
 (0)