!cookies (drag to Links-bar; click to view list of cookies)
Wow, split() and join() are really quite useful - wish I'd discovered them sooner... Observe the simple source code of this bookmarklet:
javascript:void(alert(unescape(document.cookie.split('; ').join('\n\n'))));
- jeewee wrote on 2002/01/16:
- kijk.. hier heb je wat aan!