>>27871420You still can get file randomization while posting soundposts.
Replace the line
if (Conf['Randomize Filename'] &&
g.BOARD.ID !== 'f') {
with
if (Conf['Randomize Filename'] &&
g.BOARD.ID !== 'f' && !(/(.*\[sound=.+)/g.test(
this.file.name))) {