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

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

jshint edit

  1. ISSUE: line 12 character 19: Use '!==' to compare with 'false'. - Evidence: if(load_extratabs != false) importScript( 'MediaWiki:Extra-tabs.js' );
  2. ISSUE: line 52 character 18: ['resizeGalleries'] is better written in dot notation. - Evidence: if( JSconfig.keys['resizeGalleries'] )
  3. ISSUE: line 65 character 70: Missing semicolon. - Evidence: var changeAddSection = document.getElementById('jsChangeAddSection')
  4. ISSUE: line 80 character 2: document.write can be a form of eval. - Evidence: document.write('<style type="text/css">#interProject, #sisterProjects {display: none; speak: none;} #p-tb .pBody {padding-right: 0;}<\/style>');