Simple UserStyle to fix the new horrible homepage

What the title says. I have disliked the new homepage layout since it was put into testing, and it’s not going away, so here’s an easy fix!

Just install Stylus (not stylish that spies on you) and click this button:

image

Paste this in:

.game-home-page-container div > :nth-child(-n+6) {
  order: 999;
}

.game-home-page-container div > :nth-child(13),
.game-home-page-container div > :nth-child(14) {
  order: 1; /* favorites to the top */
}

.game-home-page-container div:not(.container-header):not(.container-list):not(.people-list):not(.game-card-info):not(.friend-name-container):not(.ng-scope div) {
    display: grid;
}

.game-carousel { /* fix containers being way too large */
    display: flex !important;
}

There you go! All back to normal (hopefully). Roblox has a bunch of versions of this in testing, but this is the one that works for me in its current state. Enjoy!

13 Likes

Thank you so much, I didn’t enjoy the new order of the homepage

2 Likes

Thanks lol character limit

actually wait, it seems that my continue gets thrown to the bottom? why is that?


I use SealBlox & RoPro but I don’t think these are interfering, any ideas?

Can you show me a sidebyside with the inspect box open with .game-home-page-container selected? like this:

Can you minimize those divs? Just show the children of the container like me.

hows this one?

Yep thanks, will make fixes soon.

This works amazingly! Roblox should add settings for things like this.

1 Like

Dude is doing roblox’s job for them.

Thx for the sick fix

2 Likes

Nice! I’ll be trying this out, and seeing if it conflicts with the other userstyles I have installed :slight_smile:

Side note: This was posted on my birthday :innocent:

1 Like

your birthday is exactly April 12th, 2006


This is broken for me, It does not show the “Continue” tab and the “Friends” tab, I do use Google Chrome by the way

I didn’t test it on Chrome. Can you follow these instructions with the style disabled:

style disabled:

style enabled:

Looks like it’s already normal for you, you do not need this.

Q: Did the new homepage layout just roll out? Because so far I haven’t gotten the update yet, both on website and the app.

My homepage is looking normal(ish) now so I haven’t needed it, no idea where the rollout currently stands

Well, my homepage hasn’t changed a bit, that’s why I’m a slightly confused.

Looks totally normal for you. Weird how you don’t have 16:9 tiles as well.