Friday, October 1, 2010

Ubuntu 10.10 Firefox 3.6.10 & ManyMails

Some years back when I use to run that other operating system I started to look around for ways to exploit Internet Explorer. I would alter scripts, make printers print without giving the user a prompt and have the CD trays open and close, it was allot of fun, then there where scripts that where just annoying, like the following one I created.

The problem is that it still works under Firefox, and has been working for quite some time still. Anyway I just thought I'll share it with you.

<script language="JavaScript"><!--
var name = "Many_Mails";
var domain = "ManyMails.com";
loops=3
num=1
while (num <= loops)
open('mailto:' + name + '@' + domain + '');num=num+1
// --></script>