Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
//importScriptURI('http://janitor.wikia.com/index.php?title=User:Sulfur/scripts.js&action=raw&ctype=text/javascript')
// importScriptURI('http://community.wikia.com/index.php?title=User:Callofduty4/OldFilePages.js&action=raw&ctype=text/javascript')

$().ready( function() {

//remove Spotlight footer
$('#SPOTLIGHT_FOOTER').remove();
$('.WikiaFooter > h1').remove();
//remove share stuff...
$('#ca-share_feature').remove();
//RC...
$('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">RC');

});