쉘터 전체 글 보기가 제거됩니다.
shelter.id 전체 글 보기 제거 by MaGyul
Details
AuthorMaGyul
LicenseMIT
Categoryshelter.id
Created
Updated
Size487 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 shelter.id 전체 글 보기 제거
@version 20240701.10.16
@namespace shelter.id
@description 쉘터 전체 글 보기가 제거됩니다.
@author MaGyul
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://shelter.id/planet") {
section.planet__container > app-planet-main > div > div:nth-child(1) {
display: none;
}
section.planet__container > app-planet-main > div {
grid-template-columns: 100% !important;
}
}