Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed Nov 26, 2024
1 parent 5dfac1b commit 7107c05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/CheckAdBlocked.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
return;
}
const isAdBlockDetected = await checkAdBlockInit();
if (isAdBlockDetected) {
adBlockDetected = true;
return;
}
// const isAdBlockDetected = await checkAdBlockInit();
// if (isAdBlockDetected) {
// adBlockDetected = true;
// return;
// }
const isScriptBanned = await checkAdScriptBanned(getRandomUrl());
if (isScriptBanned) {
Expand Down

0 comments on commit 7107c05

Please sign in to comment.