Open JinwooYang opened 3 years ago
Describe the bug Chrome youtube elapsed time text is broken. & keyword is shown frequently.
&
Screenshots
After checking the code, There seems to be a problem with the script that shows the elapsed time of Chrome YouTube.
if hh is 0 then set position to mm & ":" & ss else set position to hh & ":" & mm & ":" & ss end if
it should be
if hh is 0 then set position to "" & mm & ":" & ss else set position to "" & hh & ":" & mm & ":" & ss end if
It looks like mm and hh is not a text in some cases.
mm
hh
After change. it works fine.
Details:
Web Tool - Youtube Chrome Open > Duration has the same problem.
Web Tool - Youtube Chrome Open > Duration
It should be
Describe the bug Chrome youtube elapsed time text is broken.
&
keyword is shown frequently.Screenshots
After checking the code, There seems to be a problem with the script that shows the elapsed time of Chrome YouTube.
it should be
It looks like
mm
andhh
is not a text in some cases.After change. it works fine.
Details: