Newskin Wiki
Register
Advertisement
Page details

Page area affected by this change

Below the title of any article, there is a page details header listing the last editor, the time of last edit and up to two categories this article is listed in.

This header can be hidden by adding the following code to your personal CSS:

/** Removes "page last edited by" attribution from articles **/
.WikiaPageHeader details {
  display:none;
}

It can also be removed from the page by adding the following to your personal JS:

Missing code snippet - needs to be determined!

If you combine both methods, the element will immediately be hidden while the page loads, and later be removed from the page completely.

Advertisement