Skip to content

Commit c13298e

Browse files
committed
fix + douyin batch
1 parent bed8cb5 commit c13298e

13 files changed

+54
-41
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Current Versions:
6969

7070
Expected that this useful-script extension will include the functions of [RevealDeletedFBMessages](https://github.com/HoangTran0410/RevealDeletedFBMessages) and [FBMediaDownloader](https://github.com/HoangTran0410/FBMediaDownloader)
7171

72-
[![Star History Chart](https://api.star-history.com/svg?repos=HoangTran0410/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#HoangTran0410/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
72+
[![Star History Chart](https://api.star-history.com/svg?repos=Useful-Scripts-Extension/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#Useful-Scripts-Extension/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
7373

7474
## For developer (Demo)
7575

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [Dành cho dev (Demo)](#dành-cho-dev-demo)
1515
- [Contribute](#contribute)
1616

17-
Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate tại đây](https://github.com/HoangTran0410/HoangTran0410/blob/main/DONATE.md)
17+
Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate tại đây](https://hoangtran0410.github.io/HoangTran0410/DONATE)
1818

1919
## Giới thiệu
2020

@@ -69,7 +69,7 @@ Phiên bản hiện tại:
6969

7070
Dự kiến extension useful-script này sẽ bao gồm cả chức năng của [RevealDeletedFBMessages](https://github.com/HoangTran0410/RevealDeletedFBMessages)[FBMediaDownloader](https://github.com/HoangTran0410/FBMediaDownloader)
7171

72-
[![Star History Chart](https://api.star-history.com/svg?repos=HoangTran0410/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#HoangTran0410/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
72+
[![Star History Chart](https://api.star-history.com/svg?repos=Useful-Scripts-Extension/useful-script,HoangTran0410/FBMediaDownloader,HoangTran0410/RevealDeletedFBMessages&type=Date)](https://star-history.com/#Useful-Scripts-Extension/useful-script&HoangTran0410/FBMediaDownloader&HoangTran0410/RevealDeletedFBMessages&Date)
7373

7474
## Dành cho dev (Demo)
7575

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
version_check:
3-
"https://raw.githubusercontent.com/HoangTran0410/useful-script/main/manifest.json",
4-
source_code: "https://github.com/HoangTran0410/useful-script",
3+
"https://raw.githubusercontent.com/Useful-Scripts-Extension/useful-script/main/manifest.json",
4+
source_code: "https://github.com/Useful-Scripts-Extension/useful-script",
55
store:
66
"https://chrome.google.com/webstore/devconsole/ad27ff83-24b1-4348-810d-9cfdc30a5331/heoejcamgchindphgghdhmjpgmldnepl/edit/status",
77
};

index.html

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

1010
<body>
1111
<script>
12-
window.location.href = "https://hoangtran0410.github.io/useful-script/popup/popup.html"
12+
window.location.href = "https://Useful-Scripts-Extension.github.io/useful-script/popup/popup.html"
1313
</script>
1414
</body>
1515

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 3,
44
"name": "Useful Scripts",
55
"description": "Scripts that can make your life faster and better",
6-
"homepage_url": "https://github.com/HoangTran0410/useful-script",
6+
"homepage_url": "https://github.com/Useful-Scripts-Extension/useful-script",
77
"version": "1.8",
88
"icons": {
99
"16": "./assets/icon16.png",

md/CHANGELOGS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
- click to disable/enable for current website [source](/scripts/smoothScroll.js)
3636

3737
- Merge request
38-
- [fix: 🐛 fix fireship_vip script](https://github.com/HoangTran0410/useful-script/pull/28)
38+
- [fix: 🐛 fix fireship_vip script](https://github.com/Useful-Scripts-Extension/useful-script/pull/28)
3939
- [feat: youglish search
40-
](https://github.com/HoangTran0410/useful-script/pull/30)
41-
- [feat: youtube download video UI](https://github.com/HoangTran0410/useful-script/pull/31)
42-
- [style: 🪄 beautify ui for viewScriptSource](https://github.com/HoangTran0410/useful-script/pull/32)
40+
](https://github.com/Useful-Scripts-Extension/useful-script/pull/30)
41+
- [feat: youtube download video UI](https://github.com/Useful-Scripts-Extension/useful-script/pull/31)
42+
- [style: 🪄 beautify ui for viewScriptSource](https://github.com/Useful-Scripts-Extension/useful-script/pull/32)
4343
- More shortcuts: google trend, time.is, aiforthat, cobalt, nirsoft
4444

4545
</details>

popup/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,10 @@ async function initShowDonate() {
10461046
);
10471047
}
10481048
if (res.isDenied) {
1049-
window.open("https://github.com/HoangTran0410/useful-script", "_blank");
1049+
window.open(
1050+
"https://github.com/Useful-Scripts-Extension/useful-script",
1051+
"_blank"
1052+
);
10501053
}
10511054
}
10521055
}

popup/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3>
2525
<a data-track="donate" target="_blank" href="https://hoangtran0410.github.io/HoangTran0410/DONATE">
2626
<i class="fa-solid fa-mug-saucer"></i> donate
2727
</a>
28-
<a data-track="github" target="_blank" href="https://github.com/HoangTran0410/useful-script">
28+
<a data-track="github" target="_blank" href="https://github.com/Useful-Scripts-Extension/useful-script">
2929
<i class="fa-solid fa-code"></i> source code
3030
</a>
3131
<a data-track="fanpage" target="_blank" href="https://www.facebook.com/groups/1154059318582088">

popup/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ const tabs = [
199199
...CATEGORY.tiktok,
200200
scripts: [
201201
createTitle("--- Tiktok ---", "--- Tiktok ---"),
202+
s.tiktok_batchDownload,
202203
s.tiktok_downloadWatchingVideo,
203204
s.tiktok_downloadVideo,
204-
s.tiktok_batchDownload,
205205
createTitle("--- Douyin ---", "--- Douyin ---"),
206206
s.douyin_batchDownload,
207207
s.douyin_downloadWachingVideo,

scripts/createInvisibleText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
},
2121
onClick: () =>
2222
window.open(
23-
"https://hoangtran0410.github.io/useful-script/scripts/createInvisibleText.html"
23+
"https://Useful-Scripts-Extension.github.io/useful-script/scripts/createInvisibleText.html"
2424
),
2525
},
2626
],

0 commit comments

Comments
 (0)