Skip to content

Commit 3bc89a5

Browse files
authored
Update unity-forum-fixer.js
1 parent e75a771 commit 3bc89a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

unity-forum-fixer.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name UnityForumFixer
33
// @namespace https://unitycoder.com/
4-
// @version 0.3 (23.08.2024)
4+
// @version 0.4 (24.08.2024)
55
// @description Fixes For Unity Forums - https://github.com/unitycoder/UnityForumFixer
66
// @author unitycoder.com
77
// @match https://discussions.unity.com/*
@@ -47,6 +47,10 @@ function AppendCustomCSS()
4747
.show-more.has-topics { width: 35%;!important;} /* updated topics alert */
4848
.alert.alert-info.clickable {width: 35%; padding:3px !important;} /* updated topics alert */
4949
50+
#main-outlet {width:auto !important;} /* smaller main forum width */
51+
52+
html .heatmap-med,html .heatmap-med a,html .heatmap-med .d-icon,html .heatmap-med {color: inherit !important;} /* replies/views: heatmap colors */
53+
html .heatmap-high,html .heatmap-high a,html .heatmap-high .d-icon,html .heatmap-high {color: inherit !important; font-weight:inherit !important;} /* replies/views: heatmap colors */
5054
5155
.wrap.custom-search-banner-wrap h1 {display: none;} /* hide welcome banner */
5256
.wrap.custom-search-banner-wrap {padding:0px;} /* remove search bar padding */

0 commit comments

Comments
 (0)