Unity Answers $$anonymous$$ fix
Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.
What is Unity Answers $$anonymous$$ fix?
Unity Answers $$anonymous$$ fix is a Chrome extension developed by paolo pedercini, and its main feature is "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.".
Extension Screenshots
Download Unity Answers $$anonymous$$ fix Extension CRX File
Download Unity Answers $$anonymous$$ fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For years, the popular game development forum answers.unity.com has been plagued by a hack that replaced all instances of "hi" with the string "$$anonymous$$" . In some instances this makes the post unreadable. This extensions restores the original text by executing a single string replacement line of javascript.
Extension Basic Information
Name | Unity Answers $$anonymous$$ fix |
ID | colofafhdnhgopgnbigiadgknpbgfcgk |
Official URL | https://chromewebstore.google.com/detail/unity-answers-anonymous-f/colofafhdnhgopgnbigiadgknpbgfcgk |
Description | Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts. |
File Size | 22.2 KB |
Installation Count | 276 |
Current Version | 0.1 |
Last Updated | 2023-03-17 |
Publish Date | 2023-03-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | paolo pedercini |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unity Answers $$anonymous$$ fix", "description": "Replaces all the $$anonymous$$ string found on Unity Answers, restoring the original posts.", "version": "0.1", "author": "Molleindustria", "short_name": "Unity Answers fix", "manifest_version": 3, "icons": { "16": "resources\/anon16.png", "48": "resources\/anon48.png", "32": "resources\/anon32.png", "128": "resources\/anon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/answers.unity.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |