fix for group ui
This commit is contained in:
parent
60bc7d90cb
commit
01360d2540
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name MultiProbe
|
||||
// @namespace https://*.angusnicneven.com/*
|
||||
// @version 20241002.0
|
||||
// @version 20241002.1
|
||||
// @description Probe with friends!
|
||||
// @author tgpholly
|
||||
// @match https://*.angusnicneven.com/*
|
||||
|
@ -48,7 +48,7 @@ console.log("[MP] MultiProbe init");
|
|||
'use strict';
|
||||
|
||||
// Make sure to change the userscript version too!!!!!!!!!!
|
||||
const USERSCRIPT_VERSION_RAW = "20241002.0";
|
||||
const USERSCRIPT_VERSION_RAW = "20241002.1";
|
||||
const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", ""));
|
||||
|
||||
if (!continueRunningScript) {
|
||||
|
@ -336,6 +336,10 @@ mp_container ul li {
|
|||
/* ravarcheon fixes */
|
||||
text-shadow: unset!important;
|
||||
}
|
||||
|
||||
mp_group_user {
|
||||
display: block;
|
||||
}
|
||||
`.split("\n").join("").split("\r").join("").split("\t").join("");
|
||||
|
||||
document.head.appendChild(styles);
|
||||
|
|
Loading…
Reference in a new issue