Reddit Mass Comment Editor version history - 4 versions
Reddit Mass Comment Editor by Shajirr
Reddit Mass Comment Editor version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2026.4.10
Released Apr 13, 2026 - 223.69 KBWorks with firefox 58.0 and later- Improved the randomisation. Previously, the addon used purely random word replacement, but some automods can detect the result as "non-English comment" and count it as spam. Now, the addon uses Natural Language Processing library to determine which Part of Speech (POS) each word is (noun/pronoun/verb/adjective/etc.) and replaces them with with a word of the same POS. The words are also replaced according to their frequency of use, if the initial word is found in a randomisation lookup table.
- Another randomisation improvement - very common words ("a", "about", "I", "me", "other", "what", etc. ) are kept as is - randomising them breaks sentence structure.
- The least commonly used words were removed from the randomisation lookup table.
- Added a date range filter
- Added a single comment Edit button, now you can edit comments directly
- The authorisation redirect page host moved from GitHub to Codeberg
Source code released under GNU General Public License v3.0 only
Older versions
Version 2025.8.15.1
Released Aug 15, 2025 - 69.1 KBWorks with firefox 58.0 and later- Improved comment display, now they are properly formatted
- Added vote count and post title displays
- Added ability to load comments from a .json file
- Added a convenient way to open a Reddit search page for comment search in a particular subreddit
Source code released under GNU General Public License v3.0 only
Version 2025.8.15
Released Aug 14, 2025 - 65.36 KBWorks with firefox 58.0 and later- fixed a bug where during randomisation digits were not preserved and were replaced by letters
- added an ability to use a custom CLIENT_ID from your own registered Reddit app, in case the API request rate limit is hit on the default addon account
- added a converter that allows you to convert a .html page with your Reddit comments into a .json file with said comments, that this addon would later be able to load and use
Source code released under GNU General Public License v3.0 only
Version 2025.8.11
Released Aug 11, 2025 - 60.28 KBWorks with firefox 58.0 and laterSource code released under GNU General Public License v3.0 only