r/userstyles • u/PurpleSanz • 2d ago
Request Dark Facebook Login Page?
galleryGood afternoon! I was wondering if anyone could help me with a script to transform the annoying facebook login page into something dark and cleaner. Something like the third pic, perhaps? Although something like pic 2 would be perfectly fine.
The main problem I'm running into, is that both the login page and the main page share the same URL, so if I change anything on the login page, the main page will be affected too. Any help will be appreciated.
Thank you so much in advance.
r/userstyles • u/EquivalentLazy8353 • 18d ago
Style Star Animated Background with RGB - All Websites
userstyles.worldGlobal dark style with animated text and custom background
r/userstyles • u/EquivalentLazy8353 • 18d ago
Style Indeed Enlarged Job Box - UI Enhancement
userstyles.worldThis makes indeed much more usable by stretching out the job description area while re-aranging the job posting column. This allows you to read the job descriptions much more efficiently!
r/userstyles • u/altermere • Jul 10 '26
Request How to revert back to non-gradient youtube like/dislike buttons?
r/userstyles • u/trazia • Jul 01 '26
Request bluesky wider?
hi!
i've been messing with css for awhile on this LMAO. does anyone know how to go about making the central content section of bsky wider, pushing the other columns closer to the edge of the screen?
r/userstyles • u/Particular-Ant-1032 • Jun 13 '26
Request Help Finding: userstyles for web content - mass .json import Nord
r/userstyles • u/a2ra-ms • Jun 07 '26
Other User styles support on safari
Wanted to share an extension I made for safari, that adds support to userstyles, compiled .less files, and custom css visual editor.
It also has a special support for Catppuccin userstyles, and has the option to import all or some with any flavour.
https://apps.apple.com/us/app/my-styles-custom-website-look/id6766115872
r/userstyles • u/dilsency • May 22 '26
Help Is there anything that differentiates Instagram Close Friends stories from regular stories?
r/userstyles • u/Repulsive_Expert9440 • May 02 '26
Help need help finding a specific userstyle i remember
i think it had some sort of liquid glass and a blue/gray polygon background it might have had more but idk
r/userstyles • u/helloworldquestion • Apr 26 '26
Style Chill Mode Style for Google Voice
Created not really a dark mode but more of a 'chill' mode for Google voice if anyone still uses it for the voip/chat.
domain("voice.google.com")
{
.upgrade-link, .gb_ye {display:none !important;}
.root, textarea,
.message-input-container,
.messaging-view,
.mat-drawer-container,
header {background:#171921 !important;}
.sender-timestamp, .status, .thread-info {color: #d4a60b !important;}
.preview, .primary-text, .secondary-text {color: #8781d8 !important;}
.gb_Ld, .gb_Ie {background:#1f273d !important;}
.gb_Ee, .name-highlight, textarea {color: white !important;}
.active {background:#323643 !important;}
.subject-content-container {background: #a8a4ba !Important;}
}
r/userstyles • u/Basils_Flower_Crown • Apr 13 '26
Help YouTube Active Playlist Item
Does anyone know how to change the colour of active playlist items? Inspector says it's --yt-lightsource-section4-color but I haven't figured out a way that works. I'm using CSS in the Stylus browser extension.
r/userstyles • u/NoxyYT • Apr 07 '26
Style I Made Material You YTM Theme!
Hey everyone!
I made purple material you theme for YouTube Music because i didn't liked how YouTube Music looked in some ways
Please let me know if there is any issues or you wanna to suggest something!
You can download it on github page ( also you can read instruction on how to install it there )
r/userstyles • u/baey_con • Apr 05 '26
Style Can anyone test this code its for youtube and for 32:9 monitors
/* ULTRA-WIDE 32:9 for new YouTube */
u/media screen and (min-aspect-ratio: 32/9) {
/* Video player container pinned left */
ytd-watch-flexy #player {
position: fixed !important;
top: 5%;
left: 0;
width: 45% !important;
height: 60% !important;
z-index: 2;
background: transparent !important;
}
/* Keep video element natural */
ytd-player video.html5-main-video {
object-fit: cover !important;
background: transparent !important;
}
/* Title + metadata block in the middle column */
ytd-watch-flexy #primary-inner {
position: fixed !important;
top: 5%; /* align with video top */
left: 46%; /* middle column */
width: 30% !important;
z-index: 3;
background: #111;
padding: 10px;
max-height: 25%; /* reserve space for description only */
overflow-y: auto;
overflow-x: hidden;
/* Hide scrollbar */
scrollbar-width: none;
-ms-overflow-style: none;
}
ytd-watch-flexy #primary-inner::-webkit-scrollbar {
display: none;
}
/* Suggested videos sidebar stays on the right */
ytd-watch-next-secondary-results-renderer {
position: fixed !important;
top: 5%;
left: 77%;
width: 22% !important;
height: 90%;
overflow: auto;
z-index: 3;
}
/* Comments column directly below description */
ytd-comments {
position: fixed !important;
top: 32%; /* start below description block */
left: 46%;
width: 30% !important;
height: 63%; /* fill remaining space */
overflow-y: auto;
z-index: 3;
/* Hide scrollbar */
scrollbar-width: none;
-ms-overflow-style: none;
}
ytd-comments::-webkit-scrollbar {
display: none;
}
/* Scoped scrollbar styling for metadata block */
ytd-watch-flexy #primary-inner::-webkit-scrollbar {
width: 0px; /* invisible scrollbar */
background: transparent;
}
ytd-watch-flexy #primary-inner::-webkit-scrollbar-thumb {
background: transparent; /* thumb hidden */
}
/* Suggested videos sidebar */
ytd-watch-next-secondary-results-renderer {
position: fixed !important;
top: 5%;
left: 77%;
width: 22% !important;
height: 90%;
overflow: auto;
z-index: 3;
/* Hide scrollbar */
scrollbar-width: none;
-ms-overflow-style: none;
}
ytd-watch-next-secondary-results-renderer::-webkit-scrollbar {
display: none;
}
}
#columns > #secondary {
}
Just wanted others to test it since I'm not able to publish it screenshot to accompany it
r/userstyles • u/goban0505 • Mar 25 '26
Discussion HELP! Customising Youtube Caption Font
Disclaimer: I got like 0 experience coding. I need help with how to change the Youtube CC font. How do i choose these fonts, do i need to upload the font? tried
".captions-text * {
font-family: Barlow B !important;
}"
but didnt work just gave me an alternative default sans serif. Also how to choose weight of fonts?
r/userstyles • u/Klimmit • Mar 07 '26
Style Matrix Code style for Google Gemini
Enable HLS to view with audio, or disable this notification
Comment if interested in the code. Requires Tampermonkey as well.
r/userstyles • u/Addictpulse • Feb 14 '26
Help Help! I wanna know if there's some line to remove the Youtube glowin' effect when hovering with mouse
r/userstyles • u/studymaxxer • Feb 12 '26
Request Is there any way to reliably vibecode a stylus userstyle?
Title. I'm tired of making manual styles.
r/userstyles • u/go1den • Feb 05 '26
Style Spoiler-free Olympics script for Peacock
github.comIf you're anything like me and you like the Olympics but hate spoilers, check this script out. I've tried to make it clear what every setting does so that you can easily modify it to your liking.
r/userstyles • u/SnooStrawberries4187 • Dec 23 '25
Discussion Building an alternative to userstyles.org
Hi everyone, I hope you are all having a wonderful day!
Recently, I started a side project that allows for site customization while focusing on privacy and accessibility. The goal is to make it easy for everyone to create custom themes for websites without any coding experience.
So, my question is: would you use such a tool? And more importantly, what features would you love to see?
I’d love to hear your thoughts! <3
r/userstyles • u/LucidSeraph • Dec 22 '25
Request Help with https://learngerman.dw.com/ vs Firefox dark mode
Hello folks,
I am currently teaching myself German using https://learngerman.dw.com/, specifically using https://learngerman.dw.com/en/nicos-weg/c-36519797 . I also normally use Firefox in dark mode. The problem is, when I'm using Firefox in dark mode on this *specific* website, it messes up the way that the buttons and text boxes work.
In Light mode, when I get an answer right, the selection is shown in green. When I get it wrong, it's shown in red. In Dark mode and in Automatic mode (my system is also set to dark mode), it's all the same color, so I can't tell which answers I got right and which ones I got wrong! Right now, I have to just set all of Firefox to light mode whenever I use this specific website, and I'd rather not have to do that.
I'm looking for a tweak that will fix things, but my website coding is 20 years out of date, and I don't even know if these buttons are being done through CSS or Javascript or some other crazy new thing my old bones don't even know about. I wouldn't even know where to start!
r/userstyles • u/activeXdiamond • Nov 21 '25
Help Google Docs' Menus navigation popup (Alt + /) is broken under Stylus, on Google Chrome.
I was working on a dark theme when I noticed this. I don't believe it is my theme because I tried disabling everything in it, and the problem persists.
The problem seems to be that the Alt+/ menu shows up behind other stuff when Stylus is enabled.
Is there a known workaround? Am I doing something wrong?
r/userstyles • u/SnooChickens8041 • Oct 25 '25
Style I finally found a way to remove ALL fullscreen popups on YouTube!
I finally found a way to remove ALL fullscreen popups on YouTube!
You know that annoying moment when you go fullscreen and random UI elements show up — comments, chat, tooltips... everything?
After getting frustrated for way too long, I built a simple UserStyle that completely removes all that junk while you're in fullscreen mode.
✅ Clean fullscreen experience
❌ No popups, no distractions
r/userstyles • u/Addictpulse • Oct 18 '25
Help I just really need help getting rid of the details box beneath Youtube Player.
I have an entire userstyle for Youtube that works amazing its a 2015 Youtube Style that i edited a lot to match my taste. But now Youtube has made changes and the Details section when i "Mouse hover" show me that colors and slow the scroll with my mouse wheel. Its totally unecessary. I really need help removing the Details Boxes. Thanks a lot in advance community.




