79138879

Date: 2024-10-29 20:24:14
Score: 1
Natty:
Report link

I needed to put a very long link from google. I used this approach to break it into lines of 20 symbols:

<a href="' . $url . '">' . implode("\u{200B}", str_split($url, 20)) . '</a>
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dmitriy Korytnyi