Skip to content

Commit

Permalink
add evadav
Browse files Browse the repository at this point in the history
  • Loading branch information
ed3ath committed Nov 28, 2023
1 parent b8676a9 commit 2a820b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/includes/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class NavbarComponent implements OnInit {
});
this.subscribed = await this.subService.checkToken();

// const evaDav = document.querySelector('script#evadav-ads');
const evaDav = document.querySelector('script#evadav-ads');
// const richAds = document.querySelector('script#rich-ads');
if (!this.configService.subscribed) {
// const cookieBot = document.querySelector('script#Cookiebot');
Expand All @@ -132,14 +132,14 @@ export class NavbarComponent implements OnInit {
// 'type': 'text/javascript'
// })
// }
/*if (!evaDav) {
if (!evaDav) {
this.scriptService.loadExternalJsScript(
'evadav-ads',
'https://ajfnee.com/p/waWQiOjExMzk1NDYsInNpZCI6MTIwMjE4Nywid2lkIjo0NDUyMzYsInNyYyI6Mn0=eyJ.js',
'https://nwwais.com/pw/waWQiOjExMzk1NDYsInNpZCI6MTMwNDc3MCwid2lkIjo1MTYwNTEsInNyYyI6Mn0=eyJ.js',
true
);
}
if (!richAds) {
/*if (!richAds) {
this.scriptService.loadExternalJsScript(
'rich-ads',
'https://richinfo.co/richpartners/pops/js/richads-pu-ob.js',
Expand Down

0 comments on commit 2a820b0

Please sign in to comment.