Skip to content

Commit 2d51197

Browse files
Merge pull request #35 from HoangTran0410/dev
Release 1.7
2 parents e2f4538 + bce8f03 commit 2d51197

Some content is hidden

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

71 files changed

+3486
-7882
lines changed

README-en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- [Useful scripts - Chrome extension](#useful-scripts---chrome-extension)
88
- [Overview](#overview)
9+
- [Demo](#demo)
910
- [Change logs](#change-logs)
1011
- [ScreenShots](#screenshots)
1112
- [Install](#install)
@@ -21,19 +22,22 @@ An extension includes a lot of small extensions. Make your life easier.
2122

2223
- Please join [FACEBOOK GROUP](https://www.facebook.com/groups/1154059318582088) of this extension
2324

24-
- View list all scripts [HERE](./md/LIST_SCRIPTS_EN.md)
25+
## Demo
26+
27+
Try online [Here](https://hoangtran0410.github.io/useful-script/popup/popup.html)
2528

2629
## Change logs
2730

2831
[Full change logs](/md/CHANGELOGS.md)
2932

3033
Current Versions:
3134

32-
- **v1.69**: small update (14/07/2024)
35+
- **v1.7**: tiktok update 28/07/2024
3336

3437
<details>
3538
<summary>Old versions</summary>
3639

40+
- <del>v1.69: small update (14/07/2024)</del>
3741
- <del>v1.68: big facebook update (01/07/2024)</del>
3842
- <del>v1.67 - huge update (29/05/2024)</del>
3943
- <del>v1.66 - big update (27/04/2024)</del>

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- [Useful scripts - Chrome extension](#useful-scripts---chrome-extension)
88
- [Giới thiệu](#giới-thiệu)
9+
- [Demo](#demo)
910
- [Phiên bản](#phiên-bản)
1011
- [Ảnh chụp màn hình](#ảnh-chụp-màn-hình)
1112
- [Cài đặt](#cài-đặt)
@@ -21,19 +22,22 @@ Donate? Muốn hỗ trợ mình 1 ly cafe <3 [Donate tại đây](https://github
2122

2223
- Hãy tham gia ngay [GROUP FACEBOOK](https://www.facebook.com/groups/1154059318582088) của tiện ích
2324

24-
- Xem tất cả chức năng [TẠI ĐÂY](./md/LIST_SCRIPTS_VI.md)
25+
## Demo
26+
27+
Dùng thử online [Tại đây](https://hoangtran0410.github.io/useful-script/popup/popup.html)
2528

2629
## Phiên bản
2730

2831
Xem [Lịch sử cập nhật](/md/CHANGELOGS.md)
2932

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

32-
- **v1.69**: small update (14/07/2024)
35+
- **v1.7**: tiktok update 28/07/2024
3336

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

40+
- <del>v1.69: small update (14/07/2024)</del>
3741
- <del>v1.68: bản cập nhật facebook lớn (01/07/2024)</del>
3842
- <del>v1.67 - bản cập nhật siêu lớn (29/05/2024)</del>
3943
- <del>v1.66 - bản cập nhật lớn (27/04/2024)</del>

index.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,8 @@
88
</head>
99

1010
<body>
11-
<a href="https://google.com">google.com</a>
12-
13-
<iframe src="https://example.com" frameborder="0"></iframe>
14-
15-
<img src="https://picsum.photos/200/300" alt="">
16-
1711
<script>
18-
let a = document.querySelector('a');
19-
a.onclick = (e) => {
20-
e.preventDefault();
21-
window.open("https://example.com")
22-
}
12+
window.location.href = "https://hoangtran0410.github.io/useful-script/popup/popup.html"
2313
</script>
2414
</body>
2515

manifest.json

Lines changed: 1 addition & 1 deletion
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.69",
7+
"version": "1.7",
88
"icons": {
99
"16": "./assets/icon16.png",
1010
"32": "./assets/icon32.png",

md/CHANGELOGS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## Change logs
22

3+
<details>
4+
<summary>v1.7 - 28/07/2024</summary>
5+
6+
- Tiktok
7+
- NEW batch download [source](/scripts/tiktok_batchDownload.js)
8+
9+
- Google
10+
- Download private video [source](/scripts/ggdrive_downloadVideo.js)
11+
12+
- More
13+
- Magnify image: support config min-size for hover [source](/scripts/magnify_image.js)
14+
- Fix Medium VIP [source](/scripts/medium_readFullArticle.js)
15+
- Guland VIP [source](/scripts/guland_VIP.js)
16+
- Picture in picture anything (beta) [source](/scripts/pip_anything.js)
17+
- Optimize performance UfsGlobal [source](/scripts/content-scripts/ufs_global.js)
18+
19+
</details>
20+
321
<details>
422
<summary>v1.69 - 14/07/2024</summary>
523

md/CONTRIBUTE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Nếu bạn có 1 `script hay`, hoặc `bookmarklets hay`, muốn `thêm vào ex
2020
3. Ghi nội dung script:
2121
- Đọc cấu trúc code và comment trong file [templates/full.js](/templates/full.js) để biết thêm chi tiết.
2222

23-
4. Import script của bạn trong file [/scripts/_index.js](/scripts/_index.js)
23+
4. Import script của bạn trong file [/scripts/@index.js](/scripts/@index.js)
2424

2525
5. Ghi tên script của bạn trong biến `tabs` trong file [/popup/tabs.js](/popup/tabs.js)
2626

0 commit comments

Comments
 (0)