if [[ $(testimgur ${URL}) == "true" ]]; then
echo "Found ${URL} after ${FAIL} failed tries"
${BROWSER} ${URL} > /dev/null 2>&1
if [[ $(testimgur ${URL}) == "true" ]]; then
echo "Found ${URL} after ${FAIL} failed tries"
${BROWSER} ${URL} > /dev/null 2>&1