http_header(user-agent): Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/120.0

body: //main

## option 1
## prefixing 'Q' for question and 'ChatGPT' for answer
#replace_string(<svg stroke): <b>Q:</b><invalid stroke
#replace_string(<svg width): <b>ChatGPT:</b><invalid width

## OR

## option 2
## blockquoting the question
wrap_in(blockquote): //div[@data-message-author-role='user']
replace_string(<svg stroke): <invalid stroke
replace_string(<svg width): <invalid width

## common clean-up

strip: //invalid
strip: //button/parent::div
strip: //h1[1]

strip: //div[contains(text(), 'Is this conversation helpful so far?')]/parent::div

prune: no
tidy: no
insert_detected_image: no

test_url: https://chat.openai.com/share/d02f6660-f56f-4afb-b5e6-96c74ead88a3
