diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index a73387b..d072bbd 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -111,12 +111,12 @@ MastodonApi.prototype.getToots = function () { let allHashtags = document.querySelectorAll("#mt-timeline .hashtag"); for (let j = 0; j < allHashtags.length; j++) { allHashtags[j].target = "_blank"; - allHashtags[j].rel = "tag noopener noreferrer"; + allHashtags[j].rel = "tag nofollow noopener noreferrer"; } // Insert button after last toot to visit account page if (mapi.BTN_SEE_MORE) { - this.mtBodyContainer.insertAdjacentHTML('beforeend', '
'); + this.mtBodyContainer.insertAdjacentHTML('beforeend', ''); } }) .catch(err => { @@ -134,7 +134,7 @@ MastodonApi.prototype.getToots = function () { // Boosted avatar avatar = - '' + '' + '