mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
0121136498
Adding window.close() will automatically close any pop-ups that might get loaded with a blocked ad.
7 lines
78 B
HTML
7 lines
78 B
HTML
<html>
|
|
<head>
|
|
<script>window.close();</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|