module.exports = Object.freeze({ BD_ENGINE_ID_SELECTOR: "div[id^=\"btn-prefix_1_\"]>span", BD_STATUS_ID_SELECTOR: "div[id^=\"btn-prefix_4_\"]>span", GT_IMAGES: "img:not([title])[data-src^=\"https://attachments.f95zone.to\"][data-url=\"\"]", GT_TAGS: "a.tagItem", GT_TITLE: "h1.p-title-value", GT_TITLE_PREFIXES: "h1.p-title-value > a.labelLink > span[dir=\"auto\"]", GT_LAST_CHANGELOG: "div.bbCodeBlock-content > div:first-of-type", GT_JSONLD: "script[type=\"application/ld+json\"]", WT_FILTER_POPUP_BUTTON: "a.filterBar-menuTrigger", WT_NEXT_PAGE: "a.pageNav-jump--next", WT_URLS: "a[href^=\"/threads/\"][data-tp-primary]", WT_UNREAD_THREAD_CHECKBOX: "input[type=\"checkbox\"][name=\"unread\"]", GS_POSTS: "article.message-body:first-child > div.bbWrapper:first-of-type", GS_RESULT_THREAD_TITLE: "h3.contentRow-title > a", GS_RESULT_BODY: "div.contentRow-main", GS_MEMBERSHIP: "li > a:not(.username)", GET_REQUEST_TOKEN: "input[name=\"_xfToken\"]", LOGIN_BUTTON: "button.button--icon--login", LOGIN_MESSAGE_ERROR: "div.blockMessage.blockMessage--error.blockMessage--iconic", PASSWORD_INPUT: "input[name=\"password\"]", USERNAME_ELEMENT: "a[href=\"/account/\"] > span.p-navgroup-linkText", USERNAME_INPUT: "input[name=\"login\"]", AVATAR_INFO: "span.avatar", AVATAR_PIC: "a[href=\"/account/\"] > span.avatar > img[class^=\"avatar\"]", FILTER_THREADS_BUTTON: "button[class=\"button--primary button\"]", });