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

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

jshint edit

  1. ISSUE: line 26 character 20: Use '!==' to compare with ''. - Evidence: if(!r && r != '') return;
  2. ISSUE: line 34 character 43: Use '===' to compare with '0'. - Evidence: if(document.title.indexOf("Editing ") == 0)
  3. ISSUE: line 36 character 47: Script URL. - Evidence: addlilink(tabs, 'javascript:replace()', 'replace', '');
  4. ISSUE: line 37 character 131: Script URL. - Evidence: addlilink(tabs, "javascript:insertTags(' <span class=\"user-sig user-horsepunchkid\">~~~ <span class=\"user-sig-date\">[["+getISO8601Date()+"]] "+getISO8601Time()+"[[ISO 8601|Z]]</span></span>','','')", 'sign', 's');
  5. ISSUE: line 121 character 31: The array literal notation [] is preferable. - Evidence: var classElements = new Array();