Facebook Friends Checker

By znerp Last update Nov 27, 2011 — Installed 8,542,201 times.

Mail function

in
Subscribe to Mail function 2 posts, 1 voice



GoRhY User
FirefoxWindows

I think it would be a nice function to send a mail every time some friend removes us.

A little popup like the time interval checker to write our e-mail and receive and e-mail telling us who has removed (like in the facebook home page).

 
GoRhY User
FirefoxWindows

Well, I have added this into inform function:

GM_xmlhttpRequest({
method: 'GET',
url: 'http://URL.com/formpage.php?id='+encodeURICompo...,
headers: {
'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey',
'Accept': 'application/atom+xml,application/xml,text/xml',
}
});

in formpage.php i have to set the e-mail because it obviously gets and empty value from the script.

How could I add a check like check time to send the mail to a chosen-by-user email?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel