From cc6e1935650c446d4adf8a8367763f70cadc8659 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Thu, 16 Apr 2020 14:46:56 +0100 Subject: Change user agent string to latest Firefox --- title.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/title.bash b/title.bash index 10f2872..f695983 100755 --- a/title.bash +++ b/title.bash @@ -34,7 +34,7 @@ # Disable globbing set -f -OPTS='--interface 178.32.55.206 --location --insecure --silent --max-filesize 1048576 --max-time 10 -A "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" -H "Accept-Encoding: gzip" -H "Accept: text/html" -H "Accept-Language: en-GB,en;q=0.5"' +OPTS='--interface 178.32.55.206 --location --insecure --silent --max-filesize 1048576 --max-time 10 -A "Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0" -H "Accept-Encoding: gzip" -H "Accept: text/html" -H "Accept-Language: en-GB,en;q=0.5"' read url -- cgit v1.2.3