diff --git a/javascript/_textAreas.js b/javascript/_textAreas.js index 3e8af58..8ce694c 100644 --- a/javascript/_textAreas.js +++ b/javascript/_textAreas.js @@ -79,6 +79,13 @@ const thirdParty = { "[id^=script_img2img_adetailer_ad_prompt] textarea", "[id^=script_img2img_adetailer_ad_negative_prompt] textarea" ] + }, + "deepdanbooru-object-recognition": { + "base": "#tab_deepdanboru_object_recg_tab", + "hasIds": false, + "selectors": [ + "Found tags", + ] } } @@ -187,4 +194,4 @@ function getTextAreaIdentifier(textArea) { break; } return modifier; -} \ No newline at end of file +}