Can you access the dom elements inside #productPage div?

Are you able to access the id’s and elements in the product page?
For example if I want to change the text 'add to cart" to “make a donation” for one specific page.

I do not see that I direct access to that div?
Can I use DOM api to find that element to make that change. Ie. childElement

Gratefully