Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
The script is still useful as some pages (mostly games) go dead from time to time, happens about every other day or so. Also, thank you for writing the script in the first place, sort of got me playing around with greasemonkey and javascript a lot more :-) |
|
|
Hi Kåre Hampf, Facebook's application platform seems to have stabilized so much that I didn't even realize these messages were still being shown and I had no intentions of updating this script. Are you (or is anyone) still getting these error pages? If so I will update it as you recommended. Vaughan |
|
|
To work with the new facebook, add http://apps.new.facebook.com/* to included pages and change the first if-clause from:
(which searches for text on the page by ID which has changed) to the following:
which just checks the tile for the error message. |