We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef5d3 commit 4d5fc45Copy full SHA for 4d5fc45
TangerineUI.user.js
@@ -12,7 +12,7 @@
12
// @updateURL https://github.com/Write/TangerineUI-Userscript/raw/main/TangerineUI.user.js
13
// @homepageURL https://github.com/Write/TangerineUI-Userscript
14
// @grant none
15
-// @version 2.2.4.4
+// @version 2.2.4.5
16
// @author @Write on Github for the UserScript
17
// @author @nileane for TangerineUI's CSS
18
// @run-at document-start
@@ -72,7 +72,7 @@
72
*/
73
const tag_below_4_3_0 = "v1.9.5"
74
const tag_4_3_0_exactly = "v2.3"
75
- const tag_above_or_equals_4_4_0 = "v2.4.1"
+ const tag_above_or_equals_4_4_0 = "v2.4.2"
76
/* ----------------
77
* HELPERS
78
* ----------------
0 commit comments