記事のみ表示
◆Gigazine by syon
Details
Authorsyon
LicenseNo License
Categorygigazine.net
Created
Updated
Code size529 B
Code checksum70ca6c1c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Gigazine
@namespace userstyles.world
@version 2025-04-04
==/UserStyle== */
@-moz-document domain("gigazine.net") {
#header,
#latest,
#sub,
footer,
#EndFooter,
.sbn,
ins {
display: none !important;
}
#main {
width: 800px;
margin: 2em auto;
display: block;
grid-template-columns: auto;
}
#article {
padding: 2em;
background-color: #fff !important;
}
body {
background-color: #f6f6f6;
}
}