User:BotRafdodo/grantbureaucrat.js: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2024

23 April 2024

  • curprev 16:4616:46, 23 April 2024BotRafdodo talk contribs 4,370 bytes −1 No edit summary
  • curprev 16:4516:45, 23 April 2024BotRafdodo talk contribs 4,371 bytes +32 No edit summary
  • curprev 16:4016:40, 23 April 2024BotRafdodo talk contribs 4,339 bytes +4,339 Created page with "//Script to strip rights from a user on one click //To do: add toggles for different skins if( mw.config.get("wgRelevantUserName") ) { var username = mw.config.get("wgRelevantUserName"); $.getJSON( //Get user's group membership mw.util.wikiScript('api'), { format: 'json', action: 'query', list: 'users', usprop: 'groups', ususers: username } ).done( function ( data ) { try { if(data.query.users[0].groups.ind..."