A simple script to randomise the contents of your comments and turn them into text noise.
Fully automatic, requires no user interaction after launch.
preview.webm
- AutoHotkey (AHK) v2
- Reddit Enhancement Suite (RES) browser extension
Appearance -> Night Mode -> on, Night Mode On -> on, Automatic Night Mode -> Disabled
Browsing -> Never Ending Reddit -> on, Auto Load -> on, Pause After Every -> 0
- if its your first time using the script, check the 'rcs-config.ini' file parameters, and change them if necessary.
- launch the script
- open your Reddit comments page
- scroll it so that the first visible 'edit' link is under the first comment which needs to be scrambled
- make sure that the first comment is not selected, otherwise it will be skipped
- press 'Win+C', which will activate the script function
- script will start scrambling the comments, up to the number specified in the config
- press 'Esc' to close the script after you're done using it, or in case you just want to stop it. Alternatively, you can close it from the tray icon.
open the script in any text editor and change the following line:
#c::
according to:
^ is Ctrl, + is Shift, ! is Alt, # is Win
as an example, changing the key combo to Shift+X would be:
+x::
or assign it to one of the side mouse buttons like this:
XButton1::
or
XButton2::
Reddit only allows loading the last 1000 comments. This includes deleted comments, so deleting them still does not allow to view any older ones.