Commons:User scripts/users namespace/reports/User:Vinhtantran/monobook.js

This is the report page for User:Vinhtantran/monobook.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 4 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="'
  2. ISSUE: line 17 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="http://vi.wikipedia.org/w/index.php?title=MediaWiki:him.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
  3. ISSUE: line 24 character 10: Use '!==' to compare with 'null'. - Evidence: if (elCC != null)
  4. ISSUE: line 29 character 101: Use '===' to compare with '0'. - Evidence: HIMHTML += '<input id="him_auto" name="viet_method" type="radio" onclick="setMethod(0);"' + (method == 0 && on_off==1?'CHECKED':'') + '/> <label class="radio" for="him_auto">Tự động</label> <small>[F9]</small><br />';
  5. ISSUE: line 34 character 100: Use '===' to compare with '0'. - Evidence: HIMHTML += '<input id="him_off" name="viet_method" type="radio" onclick="setMethod(-1);"' + (on_off==0?'CHECKED':'') + ' /> <label class="radio" for="him_off">Tắt</label> <small>[F12]</small><hr />';
  6. ISSUE: line 47 character 1: Implied eval. Consider passing a function instead of a string. - Evidence: setTimeout("HIM()", 20);
  7. ISSUE: line 79 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="'
  8. ISSUE: line 1 character 6: Missing semicolon. - Evidence: HIM()