Check out a userscript which highlights deleted posts.
GitHub
79124740
Date:
2024-10-25 07:52:32
Score:
1
Natty:
Report link
I think this is quite simple in bash, example:
$ { head -2; tail -3; } <<<$(seq 1 100) 1 2 98 99 100
Reasons:
Low length (1):
Has code block (-0.5):
Low reputation (0.5):
Posted by:
Chris