Revert previous commit

This commit is contained in:
wearrrrr 2024-10-12 22:55:31 -05:00
parent 63db07da89
commit 4128bc778a
15 changed files with 28 additions and 27 deletions

View file

@ -1,7 +1,7 @@
import { rewriteUrl } from "../../../shared";
import { ScramjetClient } from "../../client";
export default function (client: ScramjetClient, _self) {
export default function (client: ScramjetClient, self) {
client.Proxy("navigator.sendBeacon", {
apply(ctx) {
ctx.args[0] = rewriteUrl(ctx.args[0], client.meta);