This website requires JavaScript.
Explore
Help
Sign In
arno
/
pi-hole
Watch
1
Star
0
Fork
0
You've already forked pi-hole
mirror of
https://github.com/pi-hole/pi-hole
synced
2024-12-22 14:58:08 +00:00
Code
Issues
Releases
Wiki
Activity
b246dba7e7
pi-hole
/
advanced
/
index.php
8 lines
78 B
PHP
Raw
Normal View
History
Unescape
Escape
new index to display tiny gif The GIF is only 25 Bytes. Thanks to http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever
2015-06-07 04:28:41 +00:00
<
html
>
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-20 00:45:17 +00:00
<
head
>
<
script
>
window
.
close
();
</
script
>
</
head
>
new index to display tiny gif The GIF is only 25 Bytes. Thanks to http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever
2015-06-07 04:28:41 +00:00
<
body
>
</
body
>
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-20 00:45:17 +00:00
</
html
>
Reference in New Issue
Copy Permalink