Extremely simple userstyle for Fallen London Wiki that shows ID section of pages while logged out.
Fallen London Wiki - Show ID by Platyn
Details
AuthorPlatyn
LicenseThe Unlicense
Categoryfallenlondon.wiki
Created
Updated
Size321 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 Fallen London Wiki - Show ID
@version 20241217.22.13
@namespace https://userstyles.world/user/Platyn
@author Platyn
==/UserStyle== */
@-moz-document domain("fallenlondon.wiki") {
.idbox {
display: block !important;
}
.idbox_embed {
display: inline !important;
}
}