Check out a userscript which highlights deleted posts.
GitHub
79429032
Date:
2025-02-11 06:16:41
Score:
3
Natty:
Report link
def ngrams(text, n): return [text[i:i+n] for i in range(len(text)-n+1)]
Reasons:
Low length (1.5):
No code block (0.5):
Low reputation (1):
Posted by:
Gadgik