Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:42, 24 March 2025 BZPN talk contribs created page User:BZPN/MassRollback2.js (Created page with "// Autorskie narzędzie do masowego cofania edycji // Wersja: 1.0 // Autor: BZPN // Licencja: MIT (function($, mw) { 'use strict'; // Główny obiekt narzędzia const MassRollback = { // Inicjalizacja init: function() { // Sprawdzenie, czy jesteśmy na stronie kontrybuacji if (mw.config.get('wgCanonicalSpecialPageName') !== 'Contributions') { return; } this.createUI();...")