Skip to content

online-go.com custom profile + hide ua flag by netcat

Screenshot of online-go.com custom profile + hide ua flag

Details

Authornetcat

LicenseNo License

Categoryonline-go

Created

Updated

Code size596 B

Code checksum75325935

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

custom profile page and hide ua flag in logo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         online-go.com custom profile + hide ua flag
@version      20230226.18.21
@namespace    userstyles.world/user/netcat
@description  custom profile page and hide ua flag in logo
@author       netcat
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://online-go.com/") {
.row .col-sm-8,
.row .col-sm-4 {
    display: inline-block;
    width: 100%;
}

body.accessible .ogs-nav-logo,
body.dark .ogs-nav-logo {
    background-image: url(https://raw.githubusercontent.com/online-go/online-go.com/devel/assets/ogslogo.svg);
}
}

Reviews

No reviews yet.