According to Google Developers article, you can:
- Use asynchronous script loading, using
<script src="https://stackoverflow.com/questions/39610829/..." async>orelement.appendChild(), - Submit the script provider to Google for whitelisting.
According to Google Developers article, you can:
<script src="https://stackoverflow.com/questions/39610829/..." async> or element.appendChild(),