Skip to content

Commit

Permalink
Merge pull request #33 from HoangTran0410/dev
Browse files Browse the repository at this point in the history
Release v1.69
  • Loading branch information
HoangTran0410 authored Jul 14, 2024
2 parents ff42e52 + 86de8fe commit e2f4538
Show file tree
Hide file tree
Showing 51 changed files with 3,620 additions and 1,522 deletions.
3 changes: 2 additions & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ An extension includes a lot of small extensions. Make your life easier.

Current Versions:

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

<details>
<summary>Old versions</summary>

- <del>v1.68: big facebook update (01/07/2024)</del>
- <del>v1.67 - huge update (29/05/2024)</del>
- <del>v1.66 - big update (27/04/2024)</del>
- <del>v1.65-hotfix (08/04/2024)</del>
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ Xem [Lịch sử cập nhật](/md/CHANGELOGS.md)

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

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

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

- <del>v1.68: bản cập nhật facebook lớn (01/07/2024)</del>
- <del>v1.67 - bản cập nhật siêu lớn (29/05/2024)</del>
- <del>v1.66 - bản cập nhật lớn (27/04/2024)</del>
- <del>v1.65-hotfix (08/04/2024)</del>
Expand Down
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Useful Scripts",
"description": "Scripts that can make your life faster and better",
"homepage_url": "https://github.com/HoangTran0410/useful-script",
"version": "1.68",
"version": "1.69",
"icons": {
"16": "./assets/icon16.png",
"32": "./assets/icon32.png",
Expand Down Expand Up @@ -66,7 +66,10 @@
"https://hoangtran0410.github.io/*",
"https://useful-scripts-extension.github.io/*",
"https://facebook-all-in-one.com/*",
"http://localhost:5173/*"
"http://localhost:5173/*",
"http://127.0.0.1:5173/*",
"http://localhost:5500/*",
"http://127.0.0.1:5500/*"
]
}
}
26 changes: 26 additions & 0 deletions md/CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Change logs

<details>
<summary>v1.69 - 14/07/2024</summary>

- Facebook
- Auto like for facebook [source](/scripts/fb_autoLike.js)
- Fix download watching video [source](/scripts/fb_downloadWatchingVideo.js)
- Fix download story [source](/scripts/fb_storySaver.js)

- Youtube:
- change country [source](/scripts/youtube_changeCountry.js)
- download thumbnail [source](/scripts/youtube_getVideoThumbnail.js)
- show/download captions [source](/scripts/youtube_getVideoCaption.js)

- Smooth scroll:
- click to disable/enable for current website [source](/scripts/smoothScroll.js)

- Merge request
- [fix: 🐛 fix fireship_vip script](https://github.com/HoangTran0410/useful-script/pull/28)
- [feat: youglish search
](https://github.com/HoangTran0410/useful-script/pull/30)
- [feat: youtube download video UI](https://github.com/HoangTran0410/useful-script/pull/31)
- [style: 🪄 beautify ui for viewScriptSource](https://github.com/HoangTran0410/useful-script/pull/32)
- More shortcuts: google trend, time.is, aiforthat, cobalt, nirsoft

</details>

<details>
<summary>v1.68 - 01/07/2024 - cập nhật facebook lớn</summary>

Expand Down
Loading

0 comments on commit e2f4538

Please sign in to comment.