Is there any way to grab the cookies from firefox (running version 4)?

I've tried doing a while loop with $fread connecting to the file:
Code:
alias cookie_file return $gettok($mircdir,1- $+ $calc($count($mircdir,\) - 1),92) $+ \Mozilla\Firefox\ $+ $replace($readini($gettok($mircdir,1- $+ $calc($count($mircdir,\) - 1),92) $+ \Mozilla\Firefox\profiles.ini,Profile0,Path),/,\) $+ \cookies.sqlite

However I can't even view the whole file with that.