make EVERYTHING keep-all.
keep-all-villain by asteriskyg
Details
Authorasteriskyg
LicenseCC0
Categoryanywhere
Created
Updated
Size361 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
한국어 웹사이트를 그
냥 돌아다니는 것은 위
험하단다! 이 킵-올-빌
런을 가져가렴.
채 100바이트가 되지 않는 이 작은 코드 조각은 당신이 방문하는 모든 한국어 웹 사이트의 줄 바꿈을 가장 아름답고 세련된 모습으로 바꾸어 줍니다.
It's dangerous t
o go around Kore
an websites alon
e! Take this kee
p-all-villain wi
th you.
This tiny piece of code which is less than 100 bytes long, turns every Korean website you visit into its most beautiful and elegant look of line breaks.
Source code
/* ==UserStyle==
@name keep-all-villain
@version 20220917.01.01
@namespace userstyles.world/user/asteriskyg
@description make EVERYTHING keep-all.
@author asteriskyg
@license CC0
==/UserStyle== */
@-moz-document regexp("(.*)") {
html {
word-break: keep-all !important;
overflow-wrap: break-word !important;
}
}