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