juneyourtech / GM_YT

Userstyle to improve YouTube site design. (The defunct force Flash userscript is at the GM_YT_Flash repository.)
4 stars 0 forks source link

missing semicolons #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

get error in at least tampermonkey on three lines

line 28,29 needs semicolon: var wid = player.clientWidth; var hei = player.clientHeight;

line 44, last, also.

juneyourtech commented 7 years ago

Done.