Skip to content

Commit

Permalink
add donation address
Browse files Browse the repository at this point in the history
  • Loading branch information
ed3ath committed Mar 7, 2024
1 parent 029bafe commit a5a1e5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/pages/adblocker/adblocker.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div class="h-[80vh] w-full flex items-center justify-center bg-cover bg-center text-center">
<h1 class="text-xl font-semibold dark:text-white text-center">Please disable <span class="text-danger">Adblocker</span> or <span class="text-danger">Brave shield</span>.<br>Ads will help maintain this tool. Thank you!.</h1>
<h1 class="text-xl font-semibold dark:text-white text-center">Please disable <span
class="text-danger">Adblocker</span> or <span class="text-danger">Brave shield</span>.<br><span class="text-warning-500">Ads</span> will help maintain
this tool. Thank you!.

<div class="mt-4">If you want to disable ads,<br>you may donate thru this address:<br><span class="text-warning-500 cursor-pointer" (click)="copy()">0x2548696795a3bCd6A8fAe7602fc26DD95A612574</span></div></h1>
</div>
4 changes: 4 additions & 0 deletions src/app/pages/adblocker/adblocker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ export class AdblockerComponent implements OnInit {
})
}

copy() {
navigator.clipboard.writeText('0x2548696795a3bCd6A8fAe7602fc26DD95A612574');
}

}

0 comments on commit a5a1e5d

Please sign in to comment.