I cooked up this quick workaround for cases where elinks aren't available:
alias fact="wget -q -O - randomfunfacts.com | grep '<strong><i>' | sed 's/<[^>]\+>//g' | sed 's/ //g' | sed 's/^[ ]*//g'"
I cooked up this quick workaround for cases where elinks aren't available: