Userscripts / Customization

Marker
My Little Pony - 1992 Edition
Wallet After Summer Sale -
Magnificent Metadata Maniac - #1 Assistant
Not a Llama - Happy April Fools Day!

Misanthrope
@Jarkes  
Ooh right, you were talking about complementary colors! Sorry, I somehow missed that.
 
@The Equestrian Zodiac  
Yep, the part of the script that add new CSS was broken by the CSP.
 
Now, there are two ways to get around it. If you use Tampermonkey on Chrome, or use Violentmonkey on Chrome or Firefox, you can install this modified version of the script.
 
If you use some other userscript managers or if the modified script doesn’t work for you. You’ll need to install browser extension to either modify or disable CSP for Derpibooru. For Firefox users you should follow Sollace’s instructions here in the ‘additional note’ section. For Chrome users, I recommend installing Disable Content-Security-Policy.
GenericArchangel
Alicorn Squadron - For supporting the site
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Princess of Love - Extra special version for those who participated in the Canterlot Wedding 10th anniversary event by contributing art.
Artist -
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Preenhub - We all know what you were up to this evening~
Twinkling Balloon - Took part in the 2021 community collab.
Bronze Supporter - Bronze Supporter
My Little Pony - 1992 Edition

Moderator
Free the Tantabus
How much slowdown is considered normal while using userscripts? I’m experiencing a massive spike in ping times, wondering if that’s normal.
GenericArchangel
Alicorn Squadron - For supporting the site
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Princess of Love - Extra special version for those who participated in the Canterlot Wedding 10th anniversary event by contributing art.
Artist -
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Preenhub - We all know what you were up to this evening~
Twinkling Balloon - Took part in the 2021 community collab.
Bronze Supporter - Bronze Supporter
My Little Pony - 1992 Edition

Moderator
Free the Tantabus
@Sollace  
I’m not sure if it’s ping then, the number at the bottom of the site measuring something in ms? I just started using userscripts and it spiked from 30-60ms to 450-650ms.
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
@GenericArchangel  
That number is rendered on the server. It typically measures things like database queries and rendering time, so it’s definitely not anything to do with you.
 
I get the idea byte[] probably knows what it was, though. X3
NamelessNP
Glim Glam - Derpi Supporter
Lunar Supporter - Helped forge New Lunar Republic's freedom in the face of the Solar Empire's oppressive tyrannical regime (April Fools 2023).
Non-Fungible Trixie -
My Little Pony - 1992 Edition
Wallet After Summer Sale -
Ruby -
Perfect Pony Plot Provider - Uploader of 10+ images with 350 upvotes or more (Questionable/Explicit)
Equality - In our state, we do not stand out.
Bronze Supporter - Bronze Patron
Not a Llama - Happy April Fools Day!

Starlight and Sunny Fan
Is there a standalone script to fix the recent comments bug?  
I know YourBooru has a fix but it does a bunch of things I don’t want but can’t disable
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
Hoi.
 
Updated mah userscript and all my userstyles to work on philomena. You shouldn’t need any messing around with CSP to get them to work any more either.
 
Huaw.
Marker
My Little Pony - 1992 Edition
Wallet After Summer Sale -
Magnificent Metadata Maniac - #1 Assistant
Not a Llama - Happy April Fools Day!

Misanthrope
@Sollace  
The GM_addStyle workaround for Violentmonkey suddenly stopped working on Firefox a while ago. I wouldn’t realize there’s still a working bypass were it not for your post, so thanks for that.
 
By the way, it seems just setting the injection method to ‘content’ alone isn’t enough to get the CSS working. It took some trial and error, it turns out I had to remove the GM_addStyle permission as well, otherwise the script will just fail silently except for some cryptic CSP error message.
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
@Marker  
Yeah, you have to manually create the style node, set the innerHTML to your css, and append it to the dom after the body. That gives it permissions to operate above the CSP.
 
I don’t use GM_addStyle, or really any gm methods. Most of my script are “grant none” because that disables sandboxing.
Marker
My Little Pony - 1992 Edition
Wallet After Summer Sale -
Magnificent Metadata Maniac - #1 Assistant
Not a Llama - Happy April Fools Day!

Misanthrope
All of my scripts should be updated to work for Philomena now, with the minor exception of the Image Preloader, it works, but is still using the old API.
 
EDIT: NOPE. Apparently the changes needed to get around the styling restriction on VIOLENTMONKEY doesn’t work on TAMPERMONKEY. Tampermonkey users should switch extension or, if unwilling or unable, just install this or this and be fucking done with it.
Ecstatis

Has the policy to be used with Laboratory updated? Some while ago when I entered the site with the policy enabled it would block all CSS files for the site. Disabling it fixed that though, with my script still working. It’s still working now except that I’m not able to add any CSS rules. It’s always giving me the error:  
Content Security Policy: The page’s settings blocked the loading of a resource at inline (“default-src”).
 
I’m not using any of Violentmonkey’s native functions and would like to keep it that way, so up until now I’ve always created and appended a style element to the document head and inserted the rules to its stylesheet dynamically. Is there a workaround to this, or an updated CSP policy maybe?
Sollace
Lunar Champion - Led the charge of major battles for the New Lunar Republic, bringing swift and crushing defeat to the forces of the Solar Empire (April Fools 2023).
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
My Little Pony - 1992 Edition
Notoriously Divine Tagger - Consistently uploads images above and beyond the minimum tag requirements. And/or additionally, bringing over the original description from the source if the image has one. Does NOT apply to the uploader adding several to a dozen tags after originally uploading with minimum to bare tagging.
A Really Hyper Artist - 500+ images under their artist tag
Wallet After Summer Sale -
Friendship, Art, and Magic (2019) - Celebrated Derpibooru's seventh year anniversary with friends

I am the night!
@Ecstatis  
For ViolentMonkey you have to use:
 
// @inject-into content
// @grant none
 
And create your stylesheet like this:
 
const element = document.createElement(‘STYLE’);
element.setAttribute(‘type’, ‘text/css’);
element.innerHTML = `
.comment_box_flex {
display: flex;
}`;
document.body.insertAdjacentElement(‘afterend’, element);
Interested in advertising on Derpibooru? Click here for information!
Ministry of Image - Fanfiction Printing

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide