pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

try to add google analytics again

+8 -11
+8 -11
index.html
··· 2 2 <html lang="en" dir="ltr"> 3 3 4 4 <head> 5 - <!-- Google Tag Manager --> 6 - <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': 7 - new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], 8 - j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 9 - 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 10 - })(window,document,'script','dataLayer','GTM-P8FN4Z7Q');</script> 11 - <!-- End Google Tag Manager --> 5 + <script async src="https://www.googletagmanager.com/gtag/js?id=G-3VB2TNCW2V"></script> 6 + <script> 7 + window.dataLayer = window.dataLayer || []; 8 + function gtag(){dataLayer.push(arguments);} 9 + gtag('js', new Date()); 10 + 11 + gtag('config', 'G-3VB2TNCW2V'); 12 + </script> 12 13 <meta charset="utf-8" /> 13 14 <link rel="icon" href="/favicon.ico" /> 14 15 <meta name="viewport" ··· 165 166 </head> 166 167 167 168 <body> 168 - <!-- Google Tag Manager (noscript) --> 169 - <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P8FN4Z7Q" 170 - height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 171 - <!-- End Google Tag Manager (noscript) --> 172 169 <noscript>You need to enable JavaScript to run this app.</noscript> 173 170 <div id="root"></div> 174 171 <script type="module" src="/src/index.tsx"></script>