Expand small chat on Linkedin

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

目前为 2023-11-04 提交的版本。查看 最新版本

作者
Siarhei Siniak
评分
0 0 0
版本
0.1
创建于
2023-11-04
更新于
2023-11-04
大小
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');

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址