Jump to content

User talk:Mike.lifeguard/rangeContribs.js

Add topic
From Meta, a Wikimedia project coordination wiki
Latest comment: 3 years ago by Jdlrobson in topic Legacy JavaScript

rangecontribs.js[edit]

Returns contributions for an IP range or for a simple wildcard search. On Special:Contributions, submit any IP CIDR range /16 or from /24 to /32 or submit any string (at least 3 characters) with a suffixed asterisk to do a search. eg: [123.123.123.0/24] or [123.123.123.*] or [Willy*]. Your search string must not include spaces.

Legacy JavaScript[edit]

Hello! This script has been detected as using deprecated parameters that need to be replaced with the updated version. Examples include addOnloadHook() needs to be replaced with $(); all wgGlobalVariables need to be properly gotten with mw.config.get( 'wgGlobalVariable' ); and addPortletLink needs to be called with mw.util.addPortletLink. Please see MW:ResourceLoader/Legacy JavaScript for details. Thank you. {{U|Technical 13}} (etc) 16:56, 18 January 2015 (UTC)Reply

@Mike.lifeguard: this script is being used on mediawiki.org where it is throwing errors for users (possibly you) leaking information about their viewing habits given it occurs on every page load. Can you please prioritise fixing this? Thanks in advance! Jdlrobson (talk) 16:12, 20 August 2020 (UTC)Reply