View source for Help:MassRollback (gadget)/new.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
(function($, mw) {
'use strict';
const MassRollback = {
init: function() {
if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') {
return;
}
this.createUI();
this.bindEvents();
this.fetchUserStats();
},
createUI: function() {
const $container = $(`
<div id="mass-rollback-container" style="border: 1px solid #ccc; padding: 15px; margin-bottom: 20px; border-radius: 4px; background: #f9f9f9;">
<h3 style="margin-top: 0;">Mass Rollback Tool</h3>
<div id="stats-section" style="margin-bottom: 15px;">
<h4>User statistics</h4>
000
1:0
Return to Help:MassRollback (gadget)/new.js.