kopia lustrzana https://github.com/cheeaun/phanpy
Small tooltip for hashtag stuffing
rodzic
3eaf3ef62b
commit
8d42e33f71
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue