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

7 lines
78 B
HTML

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