Newskin Wiki
Register
Advertisement

The Wiki Activity button can be changed into a link to the proper Special:RecentChanges page by adding the following line to your personal JS:

//changes "Wiki Activity" button into "Recent Changes" button
$('a[data-id="wikiactivity"]').attr('href','/wiki/Special:RecentChanges').attr('title','Recent Changes').html('<img height="0" width="0" src="http://images1.wikia.nocookie.net/__cb25182/common/skins/common/blank.gif">Recent Changes');
Advertisement