From bafa4d8246df44a4b8223e80c50e5708f2c2b87e Mon Sep 17 00:00:00 2001 From: feildmaster Date: Tue, 29 Mar 2022 19:29:27 -0500 Subject: [PATCH] fix: tippy can't handle document-start... suddenly? I am not entirely sure how this bug managed to occur. Perhaps underscript delaying loading actually causes this issue? --- changelog.md | 3 +++ src/meta.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 36018df6..7e1d526d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # UnderScript Changelog +## Version 0.50.3 (2022-03-29) +1. Fixed UnderScript being too fast for its own good + ## Version 0.50.2 (2022-03-29) 1. Fixed settings not showing sometimes 1. Fixed setting notes not showing diff --git a/src/meta.js b/src/meta.js index ae0818e7..a449b9f8 100644 --- a/src/meta.js +++ b/src/meta.js @@ -3,7 +3,7 @@ // @description Various changes to undercards game // @version {{ version }} // @author feildmaster -// @run-at document-start +// @run-at document-body // @match https://*.undercards.net/* // @match https://feildmaster.github.io/UnderScript/* // @exclude https://*.undercards.net/*/*