Skip to content

Commit e2ba058

Browse files
authored
Update unity-forum-fixer.js
1 parent f0c8075 commit e2ba058

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unity-forum-fixer.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// ==UserScript==
22
// @name UnityForumFixer
33
// @namespace https://unitycoder.com/
4-
// @version 0.51 (26.08.2024)
4+
// @version 0.5 (26.08.2024)
55
// @description Fixes For Unity Forums - https://github.com/unitycoder/UnityForumFixer
66
// @author unitycoder.com
77
// @match https://discussions.unity.com/latest
88
// @match https://discussions.unity.com/t/*
9-
// @grant GM.xmlHttpRequest
109
// ==/UserScript==
1110

1211

@@ -23,7 +22,7 @@
2322
TopicsViewShowOriginalPosterInfo(); // TODO needs some css adjustments for name location
2423
FixPostActivityTime();
2524
PostViewShowOriginalPosterInfo();
26-
TopicsViewCombineViewAndReplyCounts();
25+
TopicsViewCombineViewAndReplyCounts();
2726

2827
setTimeout(OnUpdate, 1000); // run loop to update activity times (since some script changes them back to original..)
2928
});

0 commit comments

Comments
 (0)