Skip to content

Instantly share code, notes, and snippets.

View cimpok's full-sized avatar
💭
I may be slow to respond.

Cimpok cimpok

💭
I may be slow to respond.
View GitHub Profile
const styleSheet = document.createElement('style')
document.head.appendChild(styleSheet)
styleSheet.textContent = '.text-base { min-width: 102% !important; }'