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
The inline JS link breaks the script-src Content Security Policy directive (this has been fixed in Port to manifest v3 #17)
The data attributes to store the original font of page elements don't seem to exist, so when the resetFont() method is called, it is setting font-family to undefined on all those elements instead of restoring the original fonts
The text was updated successfully, but these errors were encountered:
The reset link is broken in two ways:
script-src
Content Security Policy directive (this has been fixed in Port to manifest v3 #17)resetFont()
method is called, it is settingfont-family
toundefined
on all those elements instead of restoring the original fontsThe text was updated successfully, but these errors were encountered: