Don't link the "(embed)" to the service anymore.
It's no longer necessary now that we retain the original link, and it can cause double titles for people who run another link-titling script: https://github.com/zixaphir/appchan-x/issues/857
This commit is contained in:
parent
89035bf024
commit
de603e6596
@ -44,8 +44,7 @@ Embedding =
|
||||
{key, uid, options, link, post} = data
|
||||
embed = $.el 'a',
|
||||
className: 'embedder'
|
||||
rel: 'nofollow noreferrer'
|
||||
href: link.href
|
||||
href: 'javascript:;'
|
||||
textContent: '(embed)'
|
||||
|
||||
embed.dataset[name] = value for name, value of {key, uid, options}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user