diff --git a/src/scripts/constants/css-selector.ts b/src/scripts/constants/css-selector.ts index eef191b..4be7982 100644 --- a/src/scripts/constants/css-selector.ts +++ b/src/scripts/constants/css-selector.ts @@ -113,6 +113,12 @@ export const POST = { * For use within a `THREAD.POSTS_IN_PAGE` selector. */ ID: "span[id^=\"post\"]", + /** + * Unique ID of the post author in the `data-user-id` attribute. + * + * For use within a `THREAD.POSTS_IN_PAGE` selector. + */ + OWNER_ID: "* div.message-cell--user > * a[data-user-id]", /** * Main body of the post where the message written by the user is contained. *