sindresorhus/refined-github




The issue has been closed
`shorten-links` should apply also after you edit your comment #2264
fregante posted onGitHub
- Edit one of your comments containing a URL
- Save it
- Notice that the links are no longer shortened by the
shorten-links
feature.
How to fix this
- My other extension https://github.com/bfred-it/github-issue-link-status correctly re-applies the changes when you edit your comment, so the code can probably be copied from there
- This should probably be part of
on-new-comments.ts
so all related features benefit from it.