https://app.buynowstores.com/purchases
ابتدا تا پایین لیست اسکرول کنید و سپس اسکریپت رو در تب console وارد کنید.
// Usage: | |
// Replace React.lazy(() => import('x')); | |
// with retryDynamicImport(() => import('x')); | |
import { ComponentType, lazy } from 'react'; | |
const MAX_RETRY_COUNT = 15; | |
const RETRY_DELAY_MS = 500; | |
// Regex to extract the module URL from the import statement |
https://app.buynowstores.com/purchases
ابتدا تا پایین لیست اسکرول کنید و سپس اسکریپت رو در تب console وارد کنید.