Remove the footer from PikiDiary!
NoFooter by wishstyles
Details
Authorwishstyles
LicenseGPL-3.0
Categoryhttps://pikidiary.lol
Created
Updated
Size284 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 NoFooter
@version 20241103.23.12
@namespace nofootpd
@description Remove the footer from PikiDiary!
@author Wish
@license GPL-3.0
==/UserStyle== */
@-moz-document domain("pikidiary.lol") {
footer {
display: none
}
}