YouTube Links

Download YouTube videos. Video formats are listed at the top of the watch page. Video links are tagged so that they can be downloaded easily.

< 腳本YouTube Links的回應

評論:負評 - 腳本失效或無法使用

JCV
§
發表於:2020-06-07

I am getting 189 Errors on Tampermonkey on Google Chrome

Any ideas why so many?

nhyone作者
§
發表於:2020-06-08

Hi, does it go away if you refresh the page?

This should happen just once when the script is updated.

nhyone作者
§
發表於:2020-08-04
編輯:2020-08-04

Okay, so you are talking about Developer > Run Syntax Check instead of actual script errors.

On a casual glance, over 95% are due to braceless 'if'. Not everyone believes that braces should be mandatory for 'if', 'for', 'while', etc.

There are some var redeclarations. They are harmless, but should be removed if one is pedantic.

There are also some warnings for accessing variables declared in an outer function. I'm surprised by this.

If you hover over the !, it explains the warning.

It is a good idea to lint JavaScript code, but we should not follow preset lint rules blindly. Always tune it to fit your coding style.

發表回覆

登入以回覆

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址