User:Pandakekok9/RecentChanges-wo-userrights.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// Get rid of user right changes in the Recent Changes
// by User:Pokéfan95
// Licensed under GPLv2 and any other later version published by the Free Software Foundation
// This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See version 2 and version 3 of the GNU General Public License for more details.
      // StartOf("Get rid of user right changes in the Recent Changes")
            jQuery(function(){

               jQuery("body.page-Special_RecentChanges div ul li a:contains('User rights log')").parent().hide();
            });
      // EndOf("Get rid of user right changes in the Recent Changes")