remove unused variable

simplify resolve url

remove trailing spaces

Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
ChunkyProgrammer 2023-09-26 19:05:37 -04:00
parent bb04bcc42c
commit 4f25069f55
3 changed files with 3 additions and 4 deletions

View file

@ -131,7 +131,7 @@ function get_youtube_replies(target, load_more, load_replies) {
'&hl=' + video_data.preferences.locale +
'&thin_mode=' + video_data.preferences.thin_mode +
'&continuation=' + continuation;
if (video_data.ucid) {
url += '&ucid=' + video_data.ucid
}