Thanks for these instructions! The steps worked fine for me (after some trouble getting back to aim.com after logging in w/ my AOL credentials).
For weird nostalgia’s sake, I also wanted to export my block list!
This turns out to be simpler than getting the whole buddy list.
First, visit http://www.aim.com/.settings
Then, run this in the console to output every AIM id in the block list:
for (var el of document.querySelectorAll('li[aimid]')){
console.log(el.getAttribute('aimid'));
}
You should then be able to copy the list out of the console and paste it… somewhere. Maybe print it out and draw some skulls on it and slide it into an old Trapper Keeper from middle school.