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

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

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

jshint[edit]

  1. ISSUE: line 1 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="'
  2. ISSUE: line 5 character 1: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="'
  3. ISSUE: line 9 character 2: document.write can be a form of eval. - Evidence: document.write('<script type="text/javascript" src="/w/index.php?title=MediaWiki:Quick-delete.js&action=raw&ctype=text/javascript"><\/script>');
  4. ISSUE: line 32 character 44: Bad or unnecessary escaping. - Evidence: var temp = wgTitle.toLowerCase().split("\.");
  5. ISSUE: line 38 character 186: Script URL. - Evidence: mw.util.addPortletLink("p-cactions", "javascript:document.location = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + wgPageName + '&action=edit&BadJPG=1&useskin=simple'", "{{BadJPG}}", "");
  6. ISSUE: line 41 character 186: Script URL. - Evidence: mw.util.addPortletLink("p-cactions", "javascript:document.location = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + wgPageName + '&action=edit&BadGIF=1&useskin=simple'", "{{BadGIF}}", "");
  7. ISSUE: line 44 character 215: Script URL. - Evidence: if (imageFormat != "svg") mw.util.addPortletLink("p-cactions", "javascript:document.location = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + wgPageName + '&action=edit&ShouldBeSVG=1&useskin=simple'", "{{ShouldBeSVG}}", "");
  8. ISSUE: line 45 character 181: Script URL. - Evidence: mw.util.addPortletLink("p-cactions", "javascript:document.location = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + wgPageName + '&action=edit&Ifr=1&useskin=simple'", "{{Ifr}}", "");