Auto-accepting Mature stream for non-interactive embed

Weird. Using that specific example above in Chrome (logged out of twitch so it doesn’t remember my preferences and DOES show the Mature Link button), the jQuery(‘#mature-link’) code returns an empty jQuery object, as if it cant even find the button.

Entering jQuery(‘#mature-link’) in the DevTools console also returns an empty object

HOWEVER, after selecting the button in the browser window, getting the contextual menu and selecting “inspect element”, the code DOES work. The problem is, I cant do that programmatically. Its as if the element doesnt exist (since it is in an iframe) until I force the dev tools to see it.