Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed Jul 30, 2024
1 parent 958eea4 commit a9ae0e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/CheckAdBlocked.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
}
// check ad block init
if (window._AdBlockInit === undefined) {
adBlockDetected = true;
}
// if (window._AdBlockInit === undefined) {
// adBlockDetected = true;
// return;
// }
// check script banned
checkAdScriptBanned('https://cdn.wwads.cn/js/makemoney.js');
Expand Down

0 comments on commit a9ae0e1

Please sign in to comment.