mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
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) {
|
||||
hashtagStuffedParagraph.classList.add('hashtag-stuffing');
|
||||
hashtagStuffedParagraph.title = hashtagStuffedParagraph.innerText;
|
||||
}
|
||||
|
||||
if (postEnhanceDOM) {
|
||||
|
|
Loading…
Add table
Reference in a new issue