changes fishing background opacity to 50% to see ripples easier
Fishing (Change Background Opacity) by lorwolfanon
Details
Authorlorwolfanon
LicenseNo License
CategoryLorwolf
Created
Updated
Size460 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 Fishing (Change Background Opacity)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/Fishing") {
/* Change Location Image */
#fishingPlayStage {
background-image: url('https://lorwolf-v.b-cdn.net/static/Fishing-Zone2.jpg'); opacity: 0.5;
}
}