Commons:User scripts/users namespace/reports/User:לערי ריינהארט/monobook.js

This is the report page for User:לערי ריינהארט/monobook.js. It is bot-maintained. All manual changes might be overwritten.

jshint edit

  1. ISSUE: line 11 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="http://en.wikipedia.org/w/index.php?title=User:Pilaf/livepreview.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
  2. ISSUE: line 30 character 1: document.write can be a form of eval. - Evidence: document.write('<style type="text/css">' +
  3. ISSUE: line 47 character 30: The array literal notation [] is preferable. - Evidence: var diffSigns = new Array();
  4. ISSUE: line 91 character 39: 'node' is already defined. - Evidence: for (var node = cols[k].firstChild; node; node = node.nextSibling)