> For the complete documentation index, see [llms.txt](https://documentation.freshpaint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.freshpaint.io/admin-panel/events/advanced-options/disabling-target-text-capture.md).

# Disabling Target Text Capture

To disable target text capture, you'll need to make a small one-time change to the Freshpaint script that you are deploying.\
\
To make the change, you'll simply need to add a second argument to the .init call in your Freshpaint script, containing `{'disable_target_text_capture': true}` as seen below:

<figure><img src="/files/taGiQsvlTAfbxguHk8BN" alt=""><figcaption><p>Original Script on the left. Revised script on the right.</p></figcaption></figure>

<br>
