how do i add overrides to scripts? like for example i want to find all the ,Stone:{ and replace it with ,Stone:{transTex: !0, like this const modifiedScript = scriptText.replace(',Stone:{', ',Stone:{transTex: !0,'); how do i apply the modification so chrome or whatever uses the script?
how do i add overrides to scripts? like for example i want to find all the ,Stone:{ and replace it with ,Stone:{transTex: !0,
like this const modifiedScript = scriptText.replace(',Stone:{', ',Stone:{transTex: !0,'); how do i apply the modification so chrome or whatever uses the script?