You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to content policy and Chrome extension safety, Manifest V3 blocks injecting of <script> tags into the site, therefore preventing the modification of the window object. We'll need a workaround for Manifest V3.
Attempted solutions
Using pure CSS
Not possible because the JavaScript code renders the canvas using window.clientWidth
Due to content policy and Chrome extension safety, Manifest V3 blocks injecting of
<script>
tags into the site, therefore preventing the modification of thewindow
object. We'll need a workaround for Manifest V3.Attempted solutions
window.clientWidth
Helpful resources
The text was updated successfully, but these errors were encountered: