https://github.com/unitycoder/unityforumfixer
GreaseMonkey plugin to improve Unity forums
https://github.com/unitycoder/unityforumfixer
Last synced: 5 months ago
JSON representation
GreaseMonkey plugin to improve Unity forums
- Host: GitHub
- URL: https://github.com/unitycoder/unityforumfixer
- Owner: unitycoder
- License: mit
- Created: 2024-08-21T12:50:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T07:34:47.000Z (8 months ago)
- Last Synced: 2025-05-26T09:15:10.883Z (8 months ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityForumFixer
Firefox [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)-plugin to improve Unity forums.
Supports both Light & Dark themes!
### Forum link
- https://discussions.unity.com/t/browser-greasemonkey-script-to-fix-improve-new-forums-ui-ux/1507183
### Fixes
- Add Asset Store link at the top
- hide welcome banner
- remove search bar padding
- hide big bg image
- remove ALL rounded edges, note user icons are now boxes too - might change it later
- hide views icon
- hide replies icon
- hide cookie button from premium location
- move search dropdown, so that it doesnt block search bar bottom
- recent searches font size
- recent searches hover color to something reasonable
- display proper activity times in minutes, not meters : D ("1m" is now "1 minute ago")
- move "resolved" label to right of post title
- hide "unresolved" (since most topics are really unresolved..unless marked solved?)
- hide category icon (most of them seemed to be just unity logo.. might adjust later)
- adjust post title font & size
- add hover color and underline to post titles
- post topic rows, half the padding
- tags below post titles smaller font
- post activity smaller font
- hide "... or filter the topics via"
- navbar smaller padding
- areas, categories tags width to auto
- move new topic button right
- new topic drowdown description texts with different color and font size, easier to read compared to title & description in same color)
- searchbar to 100% width (still need to adjust later for better location)
- sidebar topic headers to slightly left (instead of same intendation with items)
- sidebar row heights smaller
- sidebar icons smaller
- show original poster name and topic creation date
- show last activity username
- post view: show username above user icon (instead of separately in the message area)
- post view: add gray bg for user icon area
- smaller new topics alert panel
- hide suggested topics at bottom
- make unity footer smaller and centered
- latest posts view: make main area less wide
- hot topics: disable orange color for view/reply counts
- Combine Views and Replies into one field
- Optional: Hide all "question" tags
- post view: Display registration date for OP and few other users *Note: requires JSON fetch, you can disable it by removing PostViewFetchOPDetails() call inside update.
- and much more!
### TODO
- Main list here https://github.com/unitycoder/UnityForumFixer/issues/1
### Before

### After *current WIP

### Related repos (to improve Unity dev user experience)
- Unity Hub Improvements https://github.com/unitycoder/UnityHubModding
- Unity Launcher Pro https://github.com/unitycoder/UnityLauncherPro