Debugger Tool by sapondanaisriwan

Debugger Tool screenshot
Homepage Install Get Stylus Write a review

Details

Authorsapondanaisriwan

LicenseNo License

Created

Updated

Categoryunset

Statistics

Learn how we calculate statistics in the FAQ.

Total views

Total installs

Weekly installs

Weekly updates

Description

Just a debugger tool

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Debugger Tool
@author         sapondanaisriwan <sapondanaisriwan@gmail.com> (https://github.com/sapondanaisriwan) [Adashima#4066]
@description    Just a debugger tool
@namespace      https://userstyles.world/user/sapondanaisriwan
@homepageURL    https://github.com/sapondanaisriwan/AdashimaaTube
@supportURL     https://github.com/sapondanaisriwan/AdashimaaTube/issues
@version        1.0.1
@preprocessor   stylus

@advanced checkbox debugHv	"Debug: Hover" 0
@advanced checkbox debugOL	"Debug: Outline" 1
@advanced checkbox debugBG	"Debug: background" 0

==/UserStyle== */
i=!important;
@-moz-document regexp(".*") {

    * {

        if (debugHv) {
            &:hover {
                box-sizing: border-box;
                outline: 1px solid rgba(50, 205, 50, 0.5) i;
                outline-offset: -1px;
            }
        }

        if (debugOL) {
            box-sizing: border-box;
            outline: 1px solid rgba(50, 205, 50, 0.5) i;
            outline-offset: -1px;
        }

        if (debugBG) {

            box-sizing: border-box;
            background: rgb(0 100 0 / 0.05) i;
        }
    }

    /* setTimeout(function(){debugger;}, 3000) */
}

Reviews

No reviews yet.