Skip to content

Commit

Permalink
fix: tippy can't handle document-start... suddenly?
Browse files Browse the repository at this point in the history
I am not entirely sure how this bug managed to occur. Perhaps underscript delaying loading actually causes this issue?
  • Loading branch information
feildmaster committed Mar 30, 2022
1 parent 4b3d7cd commit bafa4d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*/*
Expand Down

0 comments on commit bafa4d8

Please sign in to comment.