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

+11
+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 12 <meta charset="utf-8" /> 6 13 <link rel="icon" href="/favicon.ico" /> 7 14 <meta name="viewport" ··· 158 165 </head> 159 166 160 167 <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) --> 161 172 <noscript>You need to enable JavaScript to run this app.</noscript> 162 173 <div id="root"></div> 163 174 <script type="module" src="/src/index.tsx"></script>