LC NoWidth icon

LC NoWidth

Extension Actions

CRX ID
pjilfaboejechekcdhmnhaddnickhdda
Description from extension meta

Adjusts the min-width on LeetCode website to make the small-width window display correctly.

Image from store
LC NoWidth
Description from store

Adjusts the min-width on LeetCode website to make the small-width window display correctly.

Due to the css design of LeetCode website, when the width of browser window is too small, the content will not wrap according to the width of the window, but will be truncated. That is, the content cannot be displayed fully in the window.

The extension will change the CSS property `min-width` to `0px` in some HTML nodes of LeetCode website to change the overflow behavior of the content.

This extension is published on https://chrome.google.com/webstore/detail/lc-nowidth/pjilfaboejechekcdhmnhaddnickhdda

This extension is open-source on https://github.com/qingpeng9802/lc-nowidth