
Sei 
Pretext Hyperprocessor
Derpi-Notify and Derpi-NewTab are both individual browser extensions, I would suggest sorting those under a separate category from Userstyles and Userscripts.
Most scripts will require a manager, like Tampermonkey (Chrome, Firefox, Opera ).
.tag.dropdown .dropdown__content {
display: block;
overflow-y: hidden;
max-height: 0vh;
padding: 0px;
transition: max-height 0s, padding 0s;
}
.tag.dropdown:hover .dropdown__content {
transition-delay: 0.5s;
max-height: 100vh;
padding: 5px;
}
[
["https://(www\\.|)(trixie|derpi)booru.org/", [
["style-src", "style-src 'unsafe-inline'"]
]]
]
St
SyaN Since Derpibooru enforced CSP to disallow usage of <style> tagsNot only <style> tags, even inline styles are blocked.
Derpibooru costs over $25 a day to operate - help support us financially!