insin / control-panel-for-twitter

Browser extension which gives you more control over your Twitter timeline and adds missing features and UI improvements - available for desktop and mobile browsers
https://jbscript.dev/control-panel-for-twitter
MIT License
1.89k stars 59 forks source link

Hide the non-dismissable streaming/spaces indicator in the timeline on mobile #541

Open insin opened 5 months ago

insin commented 5 months ago

With the indicator

Indicator DOM

Screenshot 2024-04-06 at 2 12 32 am

Timeline DOM

The height of the header is adjusted to offset timeline contents to make room for the indicator

Screenshot 2024-04-06 at 2 13 27 am

Without the indicator

Indicator DOM

The [role="grid"] element has [aria-hidden="true"]

Screenshot 2024-04-06 at 2 17 16 am

Timeline DOM

Header height when there's nothing to offset timeline contents to display

Screenshot 2024-04-06 at 2 18 08 am

Implementation

insin commented 4 months ago

This is what displays ion desktop when someone is streaming

The Live on X box appears dynamically, popping back into existence every time you change page

Home:

Other pages:

DOM: