User:AnnanFay/common.css

From Path of Exile Wiki
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

/*
Hide redundant usernames from recent changes, history pages, etc.
Thanks Goliath :)
*/

body[class*="mw-special-Recentchanges"] .dnUser,
body[class*="action-history"] .dnUser,
body[class*="mw-special-Log"] .dnUser {
    display: none !important;
}