Bl4Cc4t / GoodTwitter2

Userscript to modify the looks of twitter.com
497 stars 63 forks source link

Twitter changed UI #325

Open nnn1590 opened 3 years ago

nnn1590 commented 3 years ago

Describe the feature Recently, Twitter has changed its UI. Some borders have been removed and the color of the follow button, etc. has changed.

Trends Screenshot of https://twitter.com/search?q=Twitter&f=user&lang=en @Twitter's twitter profile (and seems Square Avatars broken.)

I would like them to be restored.

Aridow commented 3 years ago

The font seems thinner and weird also. I'l like these changes to be reverted too.

MistressAshai commented 3 years ago

Yeah, it's the issue from a while back that was only pushed out to certain unlucky users, now it seems everyone has it.

266 #272

Trazel-Apeally commented 3 years ago

If anyone wants a temporary fix since Bl4Cc4t's on Hiatus until September, I've been (albeit somewhat half-assedly) patching the cracks with custom CSS script I haven't alterred the pages for accounts already being followed Following

But I have (hopefully) fixed it for unfollowed accounts: Unfollowed

Edit should also mention, I haven't fixed the 'Who to Follow' or other in-feed pop-ups as my CSS script removes those entirely (That stuff is useless clutter imo), but I can try to do some patch work should anyone want it bad enough.

Bl4Cc4t commented 3 years ago

Since this design update is somewhat critical, I'll try my best to create a fix for the script asap. If I picked it up correctly, the changes are so far:

I'll try to do the last 3 points, maybe I can reuse the modifications from #266/#272.


Related: #322

Bl4Cc4t commented 3 years ago

I just pushed the new version, I hope it fixes the majority of changes the UI update introduced. See you in about a month!

Aridow commented 3 years ago

Thanks! I also noticed when there's a picture in a tweet, the space between the picture and the text above is smaller than before: image In some cases, there's 0 pixel between them. This seems caused by the update.

Trazel-Apeally commented 3 years ago

Thanks! I also noticed when there's a picture in a tweet, the space between the picture and the text above is smaller than before: image In some cases, there's 0 pixel between them. This seems caused by the update.

If you're fine with using CSS to fix it for now, this is what I've been using to patch it for now: [class="css-1dbjc4n r-1iusvr4 r-16y2uox r-1777fci r-1t982j2"]>.css-1dbjc4n>.css-1dbjc4n>[class*="css-901oao"]{ padding-bottom: 5px; }

Bl4Cc4t commented 3 years ago

Thanks! I also noticed when there's a picture in a tweet, the space between the picture and the text above is smaller than before: image In some cases, there's 0 pixel between them. This seems caused by the update.

You're right, in this case they seem to have removed some spacing. I'm not sure why they did that, it looks horrible like that. I fixed that in https://github.com/Bl4Cc4t/GoodTwitter2/commit/df0262606b0de7e1b321508e7ff7eed82c48dafc.