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
fix: handle document.head availability in CSS injection
Added check for document.head existence before injecting CSS.
Since runAt is 'document_start', document.head may not be available
yet. Uses MutationObserver to wait for document.head if needed.
Fixes: Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
0 commit comments