{"id":16203522,"url":"https://github.com/unitycoder/unityforumfixer","last_synced_at":"2025-09-02T20:34:48.523Z","repository":{"id":254115902,"uuid":"845538261","full_name":"unitycoder/UnityForumFixer","owner":"unitycoder","description":"GreaseMonkey plugin to improve Unity forums","archived":false,"fork":false,"pushed_at":"2025-05-26T07:34:47.000Z","size":273,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T09:15:10.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unitycoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-21T12:50:04.000Z","updated_at":"2025-05-26T07:34:51.000Z","dependencies_parsed_at":"2024-09-17T14:19:46.043Z","dependency_job_id":"d307c3e6-1606-40eb-9e07-98ca808aaaa0","html_url":"https://github.com/unitycoder/UnityForumFixer","commit_stats":null,"previous_names":["unitycoder/unityforumfixer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unitycoder/UnityForumFixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycoder%2FUnityForumFixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycoder%2FUnityForumFixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycoder%2FUnityForumFixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycoder%2FUnityForumFixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unitycoder","download_url":"https://codeload.github.com/unitycoder/UnityForumFixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycoder%2FUnityForumFixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273345245,"owners_count":25089150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T09:54:24.013Z","updated_at":"2025-09-02T20:34:48.427Z","avatar_url":"https://github.com/unitycoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnityForumFixer\nFirefox [GreaseMonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)-plugin to improve Unity forums.\u003cbr\u003e\nSupports both Light \u0026 Dark themes!\n\n### Forum link\n- https://discussions.unity.com/t/browser-greasemonkey-script-to-fix-improve-new-forums-ui-ux/1507183\n\n### Fixes\n- Add Asset Store link at the top\n- hide welcome banner\n- remove search bar padding\n- hide big bg image\n- remove ALL rounded edges, note user icons are now boxes too - might change it later\n- hide views icon\n- hide replies icon\n- hide cookie button from premium location\n- move search dropdown, so that it doesnt block search bar bottom\n- recent searches font size\n- recent searches hover color to something reasonable\n- display proper activity times in minutes, not meters : D (\"1m\" is now \"1 minute ago\")\n- move \"resolved\" label to right of post title\n- hide \"unresolved\" (since most topics are really unresolved..unless marked solved?)\n- hide category icon (most of them seemed to be just unity logo.. might adjust later)\n- adjust post title font \u0026 size\n- add hover color and underline to post titles\n- post topic rows, half the padding\n- tags below post titles smaller font\n- post activity smaller font\n- hide \"... or filter the topics via\"\n- navbar smaller padding\n- areas, categories tags width to auto\n- move new topic button right\n- new topic drowdown description texts with different color and font size, easier to read compared to title \u0026 description in same color)\n- searchbar to 100% width (still need to adjust later for better location)\n- sidebar topic headers to slightly left (instead of same intendation with items)\n- sidebar row heights smaller\n- sidebar icons smaller\n- show original poster name and topic creation date\n- show last activity username\n- post view: show username above user icon (instead of separately in the message area)\n- post view: add gray bg for user icon area\n- smaller new topics alert panel\n- hide suggested topics at bottom\n- make unity footer smaller and centered\n- latest posts view: make main area less wide\n- hot topics: disable orange color for view/reply counts\n- Combine Views and Replies into one field\n- Optional: Hide all \"question\" tags\n- 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.\n- and much more!\n\n### TODO\n- Main list here https://github.com/unitycoder/UnityForumFixer/issues/1\n\n### Before\n![image](https://github.com/user-attachments/assets/a2f0c084-303c-43cf-b876-0440c32e802d)\n\n### After *current WIP\n![image](https://github.com/user-attachments/assets/054e24b1-7245-4177-b9a0-f90326802606)\n\n\n### Related repos (to improve Unity dev user experience)\n- Unity Hub Improvements https://github.com/unitycoder/UnityHubModding\n- Unity Launcher Pro https://github.com/unitycoder/UnityLauncherPro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitycoder%2Funityforumfixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitycoder%2Funityforumfixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitycoder%2Funityforumfixer/lists"}