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)
We should put nostr:nprofile1qyxhwumn8ghj7mn0wvhxcmmvqy28wumn8ghj7mn0wd68ytn00p68ytnyv4mqqg8cumryxsh3upfysp3suflpq9kuud0u8fs5uczrflh54gjsxv5v4yqjvug7 npub on a blacklist for auth with vibe coded apps.

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)