The code and data behind xeiaso.net
5
fork

Configure Feed

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

components/ads: disable ads in development

Fun fact, adding a </script> in a string in an inline <script> tag
causes the browser to stop parsing JS. You need to make it
<\/script> instead.

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 944fbf67 26a17587

+7 -2
+7 -2
lume/src/_components/ads.njk
··· 1 - <script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script> 2 - <div data-ea-publisher="christinewebsite" data-ea-type="text" data-ea-style="fixedfooter"></div> 1 + <script> 2 + if (!window.location.hostname.includes(".shark-harmonic.ts.net")) { 3 + document.write("<script async src=\"https://media.ethicalads.io/media/client/ethicalads.min.js\"><\/script>"); 4 + } 5 + </script> 6 + 7 + <div data-ea-publisher="christinewebsite" data-ea-type="text" data-ea-style="fixedfooter"></div>