Skip to content

freeotp.github.io - show otpauth URI by denilsonsa

Screenshot of freeotp.github.io - show otpauth URI

Details

Authordenilsonsa

LicensePublic Domain

Categoryfreeotp.github.io

Created

Updated

Code size481 B

Code checksum8566578

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For debugging purposes, shows the generated otpauth URI.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           freeotp.github.io - show otpauth URI
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    For debugging purposes, show the generated otpauth URI.
@author         Denilson
==/UserStyle== */

@-moz-document url-prefix("https://freeotp.github.io/qrcode.html") {
    html body {
        max-width: none;
    }
    html #urilink:after {
        content: attr(href);
        display: block;
        text-align: left;
    }
}

Reviews

No reviews yet.