5 # Import the TBB_INSTALL variable
6 .
/usr
/local
/lib
/tails-shell-library
/tor-browser.sh
8 ua
="$(unzip -q -p "${TBB_INSTALL}"/browser/omni.ja \
9 defaults/preferences/000-tor-browser.js | \
10 sed -n 's@^pref("general\.useragent\.override
", "\
(.
*\
)");$@\1@p')"
12 if [ -z "${ua}" ]; then
13 echo "Got empty user agent string" >&2