Userstyle for roleplay site RPHaven.com
This is a very, very simple userstyle made on request that removes the footer in RPHaven profiles.
RPHaven Profile Footers Removed by rabblerouser
Details
Authorrabblerouser
LicenseNo License
Categoryhttps://www.rphaven.com
Created
Updated
Size382 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RPHaven Profile Footers Removed
@version 20230227.02.18
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("http://profiles.rphaven.com/"), url-prefix("https://profiles.rphaven.com/"), url-prefix("http://www.rphaven.com/profile.php?userid="), url-prefix("https://www.rphaven.com/profile.php?userid=") {
#profileHeader {display: none;}
}