From a3c0eab392903f97665a8652bda4aeffa2c64d69 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 26 Apr 2024 16:52:58 +0100 Subject: [PATCH] make cursor always pixelated --- client/Terminal-00-Multiuser.user.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/Terminal-00-Multiuser.user.js b/client/Terminal-00-Multiuser.user.js index d2fd088..0538e2c 100644 --- a/client/Terminal-00-Multiuser.user.js +++ b/client/Terminal-00-Multiuser.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Terminal 00 Multiuser // @namespace https://*.angusnicneven.com/* -// @version 20240426.1 +// @version 20240426.2 // @description Probe with friends! // @author tgpholly // @match https://*.angusnicneven.com/* @@ -36,7 +36,7 @@ if (!window.TE_ACTIVE) { 'use strict'; // Make sure to change the userscript version too!!!!!!!!!! - const USERSCRIPT_VERSION_RAW = "20240426.1"; + const USERSCRIPT_VERSION_RAW = "20240426.2"; const USERSCRIPT_VERSION = parseInt(USERSCRIPT_VERSION_RAW.replace(".", "")); if (!continueRunningScript) { @@ -69,6 +69,10 @@ if (!window.TE_ACTIVE) { pointer-events: none; overflow:hidden; } + +#otherCursors img { + image-rendering: pixelated; +} @keyframes ping { 0% {