sindresorhus / refined-twitter

Browser extension that simplifies the Twitter interface and adds useful features
MIT License
1.31k stars 89 forks source link

Explore basic support for mobile.twitter.com #115

Closed jorgegonzalez closed 6 years ago

jorgegonzalez commented 6 years ago

The Twitter Mobile site was rewritten in React sometime after the original Refined Twitter extension was deprecated, and it currently outperforms the desktop app significantly (and unrelated, but I suspect the desktop app will also be updated soon).

Hiding the sidebar, centering the feed, and adding a Likes button to the navbar are some basic tweaks we can make initially.

One potential issue may be that CSS classnames are being obfuscated due to their use of CSS Modules or something:

image

filipekiss commented 6 years ago

Sindre had a project that targeted mobile twitter and he stopped maintaining it exactly because of CSS obfuscation: https://github.com/sindresorhus/anatine

I don't see a way to work around that just yet =(

jorgegonzalez commented 6 years ago

Wow I had no idea that was why it was deprecated.

If the desktop app gets rewritten then this project would be in trouble too.

filipekiss commented 6 years ago

Yeah. CSS Modules is great for a lot of reasons, but it breaks things like this =/