商品ページで商品名をコピペできるようにします
dlsite.com 商品名をコピペできるようにするCSS by horahuto
Details
Authorhorahuto
LicenseNo License
Categorydlsite.com
Created
Updated
Size887 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 dlsite.com 商品名をコピペできるようにするCSS
@version 20220315.15.41
@namespace userstyles.world/user/horahuto
@description 商品ページで商品名をコピペできるようにします
@author horahuto
@license No License
==/UserStyle== */
@-moz-document domain("dlsite.com") {
h1#work_name {
user-select: auto !important;
}
.contentContainer {
max-width: 1600px
}
.c-cardCase {
margin-right: -12px;
}
.is-fullscreen_compact .l-2column-left .mainColumn {
max-width: 100%;
}
.c-cardCase.is-multiCell .c-cardCase-item:nth-child(3n) {
margin-right: 12px;
}
.c-cardCase.is-multiCell .c-cardCase-item {
margin: 0 12px 12px 0;
margin-right: 12px;
width: calc((100% / 5) - 12px);
}
.l-2column-left .mainColumn {
max-width: unset;
}
}