{"body":"    this.page.registerRoute(/(.*)/, (ctx, next) => {\n      if (window.URLSearchParams) {\n        const pathname = toPathname(ctx.canonicalPath);\n        const searchParams = toSearchParams(ctx.canonicalPath);\n        if (searchParams.has('usp')) {\n          const usp = searchParams.get('usp');\n          this.reporting.reportLifeCycle(LifeCycle.USER_REFERRED_FROM, {usp});\n          searchParams.delete('usp');\n          this.redirect(toPath(pathname, searchParams));\n          return;\n        }\n      }\n      next();\n    });","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/W8b8BZcW","modified":1733266283,"id":"W8b8BZcW","size":526,"lines":14,"own_paste":false,"theme":"","date":1733266283}