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
include is considered unsafe and to be turned obsolete with the inevitable removal of Manifest v2. It would be great if the userscripts could be updated ahead of time replacing include with match. While the latter does not support regex it does support wildcards.
The text was updated successfully, but these errors were encountered:
include
is considered unsafe and to be turned obsolete with the inevitable removal of Manifest v2. It would be great if the userscripts could be updated ahead of time replacinginclude
withmatch
. While the latter does not support regex it does support wildcards.The text was updated successfully, but these errors were encountered: