Small tooltip for hashtag stuffing

This commit is contained in:
Lim Chee Aun 2023-04-23 08:55:22 +08:00
parent 3eaf3ef62b
commit 8d42e33f71

View file

@ -163,6 +163,7 @@ function enhanceContent(content, opts = {}) {
);
if (hashtagStuffedParagraph) {
hashtagStuffedParagraph.classList.add('hashtag-stuffing');
hashtagStuffedParagraph.title = hashtagStuffedParagraph.innerText;
}
if (postEnhanceDOM) {