Skip to content

Commit e2f4538

Browse files
Merge pull request #33 from HoangTran0410/dev
Release v1.69
2 parents ff42e52 + 86de8fe commit e2f4538

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3620
-1522
lines changed

README-en.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ An extension includes a lot of small extensions. Make your life easier.
2929

3030
Current Versions:
3131

32-
- **v1.68**: big facebook update (01/07/2024)
32+
- **v1.69**: small update (14/07/2024)
3333

3434
<details>
3535
<summary>Old versions</summary>
3636

37+
- <del>v1.68: big facebook update (01/07/2024)</del>
3738
- <del>v1.67 - huge update (29/05/2024)</del>
3839
- <del>v1.66 - big update (27/04/2024)</del>
3940
- <del>v1.65-hotfix (08/04/2024)</del>

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ Xem [Lịch sử cập nhật](/md/CHANGELOGS.md)
2929

3030
Phiên bản hiện tại:
3131

32-
- **v1.68**: bản cập nhật facebook lớn (01/07/2024)
32+
- **v1.69**: small update (14/07/2024)
3333

3434
<details>
3535
<summary>Xem phiên bản cũ hơn</summary>
3636

37+
- <del>v1.68: bản cập nhật facebook lớn (01/07/2024)</del>
3738
- <del>v1.67 - bản cập nhật siêu lớn (29/05/2024)</del>
3839
- <del>v1.66 - bản cập nhật lớn (27/04/2024)</del>
3940
- <del>v1.65-hotfix (08/04/2024)</del>

manifest.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Useful Scripts",
55
"description": "Scripts that can make your life faster and better",
66
"homepage_url": "https://github.com/HoangTran0410/useful-script",
7-
"version": "1.68",
7+
"version": "1.69",
88
"icons": {
99
"16": "./assets/icon16.png",
1010
"32": "./assets/icon32.png",
@@ -66,7 +66,10 @@
6666
"https://hoangtran0410.github.io/*",
6767
"https://useful-scripts-extension.github.io/*",
6868
"https://facebook-all-in-one.com/*",
69-
"http://localhost:5173/*"
69+
"http://localhost:5173/*",
70+
"http://127.0.0.1:5173/*",
71+
"http://localhost:5500/*",
72+
"http://127.0.0.1:5500/*"
7073
]
7174
}
7275
}

md/CHANGELOGS.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
## Change logs
22

3+
<details>
4+
<summary>v1.69 - 14/07/2024</summary>
5+
6+
- Facebook
7+
- Auto like for facebook [source](/scripts/fb_autoLike.js)
8+
- Fix download watching video [source](/scripts/fb_downloadWatchingVideo.js)
9+
- Fix download story [source](/scripts/fb_storySaver.js)
10+
11+
- Youtube:
12+
- change country [source](/scripts/youtube_changeCountry.js)
13+
- download thumbnail [source](/scripts/youtube_getVideoThumbnail.js)
14+
- show/download captions [source](/scripts/youtube_getVideoCaption.js)
15+
16+
- Smooth scroll:
17+
- click to disable/enable for current website [source](/scripts/smoothScroll.js)
18+
19+
- Merge request
20+
- [fix: 🐛 fix fireship_vip script](https://github.com/HoangTran0410/useful-script/pull/28)
21+
- [feat: youglish search
22+
](https://github.com/HoangTran0410/useful-script/pull/30)
23+
- [feat: youtube download video UI](https://github.com/HoangTran0410/useful-script/pull/31)
24+
- [style: 🪄 beautify ui for viewScriptSource](https://github.com/HoangTran0410/useful-script/pull/32)
25+
- More shortcuts: google trend, time.is, aiforthat, cobalt, nirsoft
26+
27+
</details>
28+
329
<details>
430
<summary>v1.68 - 01/07/2024 - cập nhật facebook lớn</summary>
531

0 commit comments

Comments
 (0)