File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 41
41
padding : 20px ;
42
42
border-radius : 10px ;
43
43
max-width : 90vw ;
44
- max- height: 90vh ;
44
+ height : 90vh ;
45
45
overflow-y : auto;
46
46
overflow-x : hidden;
47
47
display : flex;
48
48
flex-direction : column;
49
+ transition : all 0.3s ease;
49
50
}
50
51
51
52
.ufs_popup .ufs_popup_header {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default {
77
77
<div class="ufs_floating_btn" @click="showModal = true">📥 {{totalCount}}</div>
78
78
<div class="ufs_container" v-if="showModal" @click.self="showModal = false">
79
79
<div class="ufs_popup">
80
- <h1 style="text-align:center">Tiktok - Useful Scripts</h1>
80
+ <h1 style="text-align:center">Tiktok - <a href="https://github.com/HoangTran0410/useful-script"> Useful Scripts</a> </h1>
81
81
<h2 style="text-align:center">Found {{totalCount}} videos</h2>
82
82
83
83
<div class="ufs_popup_header">
@@ -166,10 +166,10 @@ export default {
166
166
this . downloading . video +
167
167
"/" +
168
168
this . videosToShow . length +
169
- " videos "
169
+ " video "
170
170
) ;
171
171
}
172
- return "Downloaded " + this . videosToShow . length + " videos " ;
172
+ return "Downloaded " + this . videosToShow . length + " video " ;
173
173
} ,
174
174
audioTitle ( ) {
175
175
if ( this . downloading . audio ) {
@@ -178,10 +178,10 @@ export default {
178
178
this . downloading . audio +
179
179
"/" +
180
180
this . uniqueAudio . length +
181
- " audios "
181
+ " audio "
182
182
) ;
183
183
}
184
- return "Downloaded " + this . uniqueAudio . length + " audios " ;
184
+ return "Downloaded " + this . uniqueAudio . length + " audio " ;
185
185
} ,
186
186
uniqueAudio ( ) {
187
187
const result = new Map ( ) ;
You can’t perform that action at this time.
0 commit comments