()
| 441 | }; |
| 442 | |
| 443 | const buildBlockedTrackingResponse = function () { |
| 444 | return new Response(null, { |
| 445 | status: 204, |
| 446 | statusText: "No Content", |
| 447 | headers: { |
| 448 | "Content-Type": "text/plain; charset=utf-8", |
| 449 | "X-KeepChatGPT-Blocked": "tracking", |
| 450 | }, |
| 451 | }); |
| 452 | }; |
| 453 | |
| 454 | const setIfr = function (u = "") { |
| 455 | if ($("#xcanwin") === null) { |