Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / firefox-extensions / test / test.html
1 lol
2
3 <!-- script type="application/x-javascript" -->
4 <script type="text/javascript">
5 function skel_lol() {
6 alert('Extension skeleton works!!');
7 setTimeout("skel_lol()", 10000);
8 }
9 skel_lol();
10 </script>
11
12 rofl
This page took 0.280777 seconds and 4 git commands to generate.