MediaWiki:Wikia.js

This is an old revision of this page, as edited by imported>Rappy 4187 at 03:23, 6 December 2016 (Fixing contributions link.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
// 03:23, December 6, 2016 (UTC)

/* add contribs to user menu - 2/1/11 */
$(function UserContribsMenuItem() {
	$('<li><a class="wds-global-navigation__dropdown-link" href="/wiki/Special:Contributions/'+ encodeURIComponent (wgUserName) +'">Contributions</a></li>').insertAfter('.wds-list li:first-of-type');
});