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

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for User:Lansbricae/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 53 character 18: ['resizeGalleries'] is better written in dot notation. - Evidence: if( JSconfig.keys['resizeGalleries'] )
  3. ISSUE: line 66 character 70: Missing semicolon. - Evidence: var changeAddSection = document.getElementById('jsChangeAddSection')
  4. ISSUE: line 81 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>');