Check out a userscript which highlights deleted posts.
GitHub
79795545
Date:
2025-10-21 07:26:05
Score:
2
Natty:
Report link
ls -v *.txt | cat -n | while read i f; do mv $f $(printf "%04d.txt" $i); done
Reasons:
Low length (1.5):
Has code block (-0.5):
Single line (0.5):
Low reputation (0.5):
Posted by:
Viktor