Expand small chat on Linkedin

11/4/2023, 8:44:59 PM

ავტორი
Siarhei Siniak
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
6
რეიტინგი
0 0 0
ვერსია
0.1
შექმნილია
04.11.2023
განახლებულია
04.11.2023
Size
641 ბაიტები
ლიცენზია
Unlicense
გამოყენებს მათ

Bump into a small chat on the WebUI. Changed css with a small js script. Feels better, like other messengers.

A very simple way to hide a side banner inside messaging page. Which shrinks the chat view. Only Linkedin WebUI.

F12->Console->Insert+Enter

$$('#messaging .scaffold-layout__content')[0].setAttribute('style', 'display: unset')

**UPD**

$$('#messaging .scaffold-layout__content')[0].setAttribute('style', 'display: unset');
$$('#main')[0].setAttribute('style', 'height: 100vh');
$$('.scaffold-layout__aside')[0].setAttribute('style', 'display: none');