아카라이브 사이드바 제거
아카라이브 사이드바 제거 by kindongshin
Details
Authorkindongshin
LicenseNo License
Categoryarca.live
Created
Updated
Size665 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 아카라이브 사이드바 제거
@version 20240209.02.53
@namespace https://userstyles.world/user/SBJ083
@description 아카라이브 사이드바 제거연락은 sbj083@gmail.com으로
@author SBJ083
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://arca.live/"), url-prefix("https://adult.arca.live") {
.right-sidebar {display: none;}
.left-ad-area {display: none;}
.body .content-wrapper {grid-template-columns: auto;}
html:not([class*=width]) .body .content-wrapper {grid-template-columns: auto;}
html.width-1600 .body .content-wrapper {grid-template-columns: auto;}
}