Replies (19)

it's easy 🀣 def block_url_spam(x): z=x['content'] for j in z.split(): if j[0:5]=="https": if len(x['content'])==len(j) or len(x['content'])+5==len(j): return "no context" else: return codifica_link(x)
Maybe somebody could vibe code an app for that (metaphorically speaking). 🀣
↑