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

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

jshint edit

  1. ISSUE: line 50 character 17: The array literal notation [] is preferable. - Evidence: a = new Array();
  2. ISSUE: line 57 character 78: Use '===' to compare with 'undefined'. - Evidence: if ( li[i].innerHTML.match( /<abbr +[^>]*class *= *(['"])?newpage\1/i ) == undefined )
  3. ISSUE: line 59 character 78: Use '!==' to compare with 'undefined'. - Evidence: if ( li[i].innerHTML.match( /class *= *(['"])?mw-revdelundel-link\1/i ) != undefined )
  4. ISSUE: line 67 character 101: Use '!==' to compare with 'undefined'. - Evidence: if ( /* li[i].getElementsByTagName("strong").length>0|| */ li[i].innerHTML.match(/mw\-uctop/i) != undefined )
  5. ISSUE: line 72 character 16: Use '!==' to compare with 'undefined'. - Evidence: if ( a[t] != undefined )
  6. ISSUE: line 77 character 13: Use '!==' to compare with ''. - Evidence: if ( s != "" )