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

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

jshint edit

  1. ISSUE: line 13 character 22: 'query_prefix' is already defined. - Evidence: var query_prefix = "action=unwatch&title=";
  2. ISSUE: line 20 character 31: The array literal notation [] is preferable. - Evidence: var linksCopy = new Array ();
  3. ISSUE: line 26 character 16: 'i' is already defined. - Evidence: for (var i = 0; i < links.length; i++) {