Skip to content

Commit ce912f1

Browse files
committed
update
1 parent 98004af commit ce912f1

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

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

scripts/tiktok_batchDownload.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ export default {
438438
const dir = await UfsGlobal.Utils.chooseFolderToDownload(folderName);
439439
onProgressItem?.(0, data.length);
440440

441+
UfsGlobal.Extension.trackEvent("tiktok_batchDownload-download");
441442
for (let i = 0; i < data.length; ++i) {
442443
try {
443444
onProgressItem?.(i + 1, data.length);

0 commit comments

Comments
 (0)