Check out a userscript which highlights deleted posts.
GitHub
79308811
Date:
2024-12-26 06:32:50
Score:
1.5
Natty:
Report link
start and the end of the string anchors (^$)
first group (tac|tictac)+
second group: (tac){2,}
literal "tictac"
last group (tac|tac|^)
^(tac|tictac)+(tac){2,}tictac(tac|tac|^)
test it here
Reasons:
Low length (1):
Has code block (-0.5):
Low reputation (1):
Posted by:
ECC Admin