Skip to content

Commit

Permalink
Merge pull request #89 from hdk5/misskey-renote
Browse files Browse the repository at this point in the history
misskey: add selector for re-notes/reactions
  • Loading branch information
7nik authored Feb 3, 2024
2 parents 7fcfd62 + 689c405 commit 756dbc4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions translate-pixiv-tags.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4196,6 +4196,15 @@ function initializeMisskey () {
asyncMode: true,
ruleName: "artist popup",
});

// Artist name in re-notes/reactions
// (re-notes/reactions tabs under a note)
findAndTranslate("artist", "span", {
predicate: ".xsb3x > span:first-child",
toProfileUrl: getNormalizedDecentralizedSocNetUrl,
asyncMode: true,
ruleName: "artist re-note",
});
}

function initializeFantia () {
Expand Down

0 comments on commit 756dbc4

Please sign in to comment.