File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name UnityForumFixer
3
3
// @namespace https://unitycoder.com/
4
- // @version 0.51 (26.08.2024)
4
+ // @version 0.5 (26.08.2024)
5
5
// @description Fixes For Unity Forums - https://github.com/unitycoder/UnityForumFixer
6
6
// @author unitycoder.com
7
7
// @match https://discussions.unity.com/latest
8
8
// @match https://discussions.unity.com/t/*
9
- // @grant GM.xmlHttpRequest
10
9
// ==/UserScript==
11
10
12
11
23
22
TopicsViewShowOriginalPosterInfo ( ) ; // TODO needs some css adjustments for name location
24
23
FixPostActivityTime ( ) ;
25
24
PostViewShowOriginalPosterInfo ( ) ;
26
- TopicsViewCombineViewAndReplyCounts ( ) ;
25
+ TopicsViewCombineViewAndReplyCounts ( ) ;
27
26
28
27
setTimeout ( OnUpdate , 1000 ) ; // run loop to update activity times (since some script changes them back to original..)
29
28
} ) ;
You can’t perform that action at this time.
0 commit comments