Rearrange the buttons in Campaign to make it easier to grind. Does NOT work for collecting Raspberries
Lorwolf Campaign Grinding by ThistleProse
Details
AuthorThistleProse
LicenseNo License
Categoryhttps://www.lorwolf.com/Campaign/Explore?id=
Created
Updated
Size607 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 07/06/2023, 12:19:38 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/Campaign/Explore?id=") {
/* Insert code here... */
/* resizing the adventure box */
#exploreOptions {
position: absolute;
height: 150px;
top: 0px;
z-index: 1;
}
.btn.btn-green{
min-height: 80px;
max-height: 80px;
min-width: 250px;
max-width: 250px;
}
}