Fetched HTML in scripts must be modified to have correct nonce
Currently, the guide and cards fetch HTML, then assign that HTML to an object. The problem is that the nonce is different in the retrieved HTML from the main page. To fix this, the nonce (in the header) from the fetched page should be replaced with the parent's nonce.