Replace install button with download button
CurseForge Download Manually by pabli
Details
Authorpabli
LicenseMIT
Categorycurseforge
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CurseForge Download Manually
@namespace https://github.com/pabli24
@version 1.0.0
@description Replace install button with download button
@author Pabli (https://github.com/pabli24)
@homepageURL https://userstyles.world/style/10018/curseforge-download-manually
@supportURL https://userstyles.world/style/10018/curseforge-download-manually
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("curseforge.com") {
.split-button .more-options {
opacity: 1
transform: translateY(0)
pointer-events: all
top: 0
left: 0
margin-top: 0
padding: 0
li:first-child {
display: none
}
li a {
padding: 6px 7px
}
}
.files-table {
.split-button .more-options {
background-color: transparent
box-shadow: none
font-size: 0px
li a {
color: #999
&:hover {
color: #fff
background-color: transparent
}
svg {
margin-right: 0px
}
}
}
}
.actions {
.split-button .more-options {
background-color: #f16436
li a {
color: #e5e5e5
&:hover {
background-color: #ff784d
}
}
}
}
.split-button.menu .btn-more-options {
display: none
}
.split-button .btn-cta, .split-button .btn-more-options {
opacity: 0
}
}