custom profile page and hide ua flag in logo
online-go.com custom profile + hide ua flag by netcat
Details
Authornetcat
LicenseNo License
Categoryonline-go
Created
Updated
Size596 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 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);
}
}