File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 let useGA4 = $state (false );
1818 let mounted = $state (false );
1919 let adsEnabled = $state (false );
20+ let adblockEnabled = $state (SessionState .adBlockEnabled );
2021 let isAHost = $state (false );
2122
2223 onMount (() => {
2324 mounted = true ;
2425 if (browser ) {
2526 initializeTooling ().then (() => {
2627 adsEnabled = SessionState .adsEnabled ;
28+ adblockEnabled = SessionState .adBlockEnabled ;
2729 });
2830 isAHost = State .isAHost ();
2931 let hostname = window .location .hostname ;
9698 <ServerSwitcher />
9799{/if }
98100
99- {#if (! isAHost && adsEnabled )}
101+ {#if (! isAHost && ! adblockEnabled )}
100102 <script
101103 type =" text/javascript"
102104 src =" //pl27945770.effectivegatecpm.com/b0/88/ed/b088ed7c9240db179822a126a078b258.js"
Original file line number Diff line number Diff line change 3232 " //pl27945791.effectivegatecpm.com/f9/0f/48/f90f487cd8f3cdf83690f6955c1b5655.js" ;
3333 document .body .appendChild (script );
3434 }
35- if ((! isAHost && adsEnabled )) {
35+ if ((! isAHost && ! adblockEnabled )) {
3636 console .log (" [R][LAYOUT][BASE] Bad Ads enabled" );
3737 injectBadAds ();
3838 } else {
4343 }
4444 }
4545
46- var chars = " ~!@#$%^&*()_+{}|:'<>?`1234567890-=[]\\ ;/.," ;
46+ // var chars = "~!@#$%^&*()_+{}|:'<>?`1234567890-=[]\\;/.,";
4747
48- if (browser && window .innerWidth > 800 ) {
49- setInterval (() => {
50- streamingContent +=
51- chars .split (" " )[Math .floor (Math .random () * chars .length )];
48+ // if (browser && window.innerWidth > 800) {
49+ // setInterval(() => {
50+ // streamingContent +=
51+ // chars.split("")[Math.floor(Math.random() * chars.length)];
5252
53- streamingContent = streamingContent .slice (- 75 );
54- }, 50 );
55- }
53+ // streamingContent = streamingContent.slice(-75);
54+ // }, 50);
55+ // }
5656 });
5757 </script >
5858
173173 </div >
174174</footer >
175175<div class =" streaming-console" >
176- <code >{streamingContent }</code >
176+ <!-- < code>{streamingContent}</code> -- >
177177</div >
178178
179179<style >
Original file line number Diff line number Diff line change 1- 2025-10-29T02:33:34.654Z
1+ 2025-10-29T02:43:01.851Z
You can’t perform that action at this time.
0 commit comments