Small tooltip for hashtag stuffing
This commit is contained in:
parent
3eaf3ef62b
commit
8d42e33f71
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ function enhanceContent(content, opts = {}) {
|
||||||
);
|
);
|
||||||
if (hashtagStuffedParagraph) {
|
if (hashtagStuffedParagraph) {
|
||||||
hashtagStuffedParagraph.classList.add('hashtag-stuffing');
|
hashtagStuffedParagraph.classList.add('hashtag-stuffing');
|
||||||
|
hashtagStuffedParagraph.title = hashtagStuffedParagraph.innerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (postEnhanceDOM) {
|
if (postEnhanceDOM) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue