Twitter – Hide “What’s Happening” and “Who To Follow” on Twitter

cssgoogle-chrome-extensionstwitter

Because the divs have random hash classes I can't figure out how to hide them or what to hide them with. These sections take up an insane amount of space and the content is terrible, would love to hide them.

I tried div[aria-label="Timeline: Trending now"] {display:none;} with Stylish but either the selector or chrome extension didn't work.

Best Answer

I found using the uBlock Origin extension to be highly effective. To hide the "What's Happening" section first install the extension, then open the uBlock extension Dashboard controls and go to -> my filters -> and add the following custom filter

twitter.com##[aria-label$="trending now" i]

then hit-> apply