let vectorstyle = document.createElement('style'); vectorstyle.id = "custom-styles"; document.head.appendChild(vectorstyle); vectorstyle.innerHTML = "div#bodyContent img, div#bodyContent svg { max-width: 100%; height: auto; object-fit: cover; }";