sindresorhus / refined-twitter

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

Add feature to hide the sidebar in the new Twitter UI #184

Closed Tushkiz closed 5 years ago

Tushkiz commented 5 years ago

Inspect element shows that Twitter is using some kind of CSS class minification, but there is a way to select the whole sidebar and hide both at once. The downside of this is that it cannot be toggled individually.

I could hide it on the home page, but failing for onRouteChange

Fixes #183

Tushkiz commented 5 years ago

fixes #183

Tushkiz commented 5 years ago

Hi @filipekiss @jezdez would like to hear any suggestion you may have for this

sindresorhus commented 5 years ago

So this targets the new layout? I'm not on that, so I cannot really test this.

Tushkiz commented 5 years ago

yes, this is for the new layout. Only works for the first load and comes back after route change

sindresorhus commented 5 years ago

I think it would make more sense to add this as a separate feature, and keep the old ones for now. The feature name should reflect that it's for the new design.