This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
pi-hole
mirror of
https://github.com/pi-hole/pi-hole.git
Watch
1
Star
0
Fork
You've already forked pi-hole
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12e041c9ef
pi-hole
/
advanced
/
index.html
8 lines
78 B
HTML
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 06:28:41 +02: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 02:45:17 +02: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 06:28:41 +02: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 02:45:17 +02:00
<
/
html
>