{"version":3,"file":"hoisted.D3kqXWhb.js","sources":["../../../src/components/articleTemplates/_shared/articleBody.astro?astro&type=script&index=0&lang.ts","../../../src/components/articleTemplates/_shared/common.posts.js"],"sourcesContent":["\tclass YouMayBeInterested extends HTMLElement {\n\t\tinited = false;\n\t\tisBlocked = false;\n\t\t$p;\n\n\t\tconstructor() {\n\t\t\tsuper();\n\n\t\t\tthis.$p = document.querySelector(\".articleInRead\");\n\t\t\tif (!this.inited) this.init();\n\t\t}\n\n\t\tinit = () => {\n\t\t\tthis.inited = true;\n\n\t\t\tfetch(\n\t\t\t\t\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\",\n\t\t\t\t{ method: \"HEAD\", mode: \"no-cors\", cache: \"no-store\" },\n\t\t\t)\n\t\t\t\t.then(() => {})\n\t\t\t\t.catch(() => {\n\t\t\t\t\tthis.isBlocked = true;\n\n\t\t\t\t\t//get articles\n\t\t\t\t\tfetch(\"/api/nb/v3/fallback-articles\")\n\t\t\t\t\t\t.then((r) => r.json())\n\t\t\t\t\t\t.then((articles) => this.setFallbackArticles(articles));\n\t\t\t\t});\n\t\t};\n\n\t\tsetFallbackArticles = (articles: MinimalPost[]) => {\n\t\t\tconst _articlesHTML = articles\n\t\t\t\t.map(\n\t\t\t\t\t(A) =>\n\t\t\t\t\t\t`${A.title}`,\n\t\t\t\t)\n\t\t\t\t.join(\"\");\n\n\t\t\tconst _html = `