1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-18 22:09:04 +00:00
pi-hole/advanced/index.html
Victor Marquez 0121136498 Added window.close() to index.html
Adding window.close() will automatically close any pop-ups that might get loaded with a blocked ad.
2016-08-19 20:45:17 -04:00

8 lines
78 B
HTML

<html>
<head>
<script>window.close();</script>
</head>
<body>
</body>
</html>