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

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

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

jshint[edit]

  1. ISSUE: line 23 character 186: Missing semicolon. - Evidence: document.editform.wpTextbox1.value+='{'+'{flickrreview|Boricuaeddie|{{sub'+'st:CURRENTTIME}}, {{sub'+'st:CURRENTDAY}} {{sub'+'st:CURRENTMONTHNAME}} {{sub'+'st:CURRENTYEAR}} (UTC)}}'
  2. ISSUE: line 41 character 7: document.write can be a form of eval. - Evidence: document.write("<script type='text/javascript'>addOnloadHook(function() {eval('"+functionNameString+"()');})</SCRIPT>");
  3. ISSUE: line 47 character 5: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript">addOnloadHook(' +
  4. ISSUE: line 56 character 5: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript">addOnloadHook(' +
  5. ISSUE: line 78 character 17: Bad invocation. - Evidence: var parts = /&dupeimage=([^&]*)/(location.href);
  6. ISSUE: line 81 character 34: ['editform'] is better written in dot notation. - Evidence: var editform = document.forms["editform"];
  7. ISSUE: line 83 character 39: ['wpTextbox1'] is better written in dot notation. - Evidence: var wpTextbox1 = editform.elements["wpTextbox1"];
  8. ISSUE: line 84 character 39: ['wpSave'] is better written in dot notation. - Evidence: var wpSave = editform.elements["wpSave"];