File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments