1
2
3
eldump() {
	elinks -dump -dump-color-mode 3 -dump-width $COLUMNS "$@" | sed 's/\o033\[48;5;0m/\o033[49m/g'
}