From a87085abaf016944fced524c038304ca7aae2738 Mon Sep 17 00:00:00 2001 From: Anand Taralika <46954145+taralika@users.noreply.github.com> Date: Wed, 1 Jul 2020 08:20:08 -0700 Subject: [PATCH] Fix Google sign-in issue by faking user agent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb575a5..50a9246 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ Google Voice Desktop App (made with Nativefier) with functional badge counter an wget https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Voice_icon.svg rsvg-convert -h 1000 -w 1000 Google_Voice_icon.svg > Google_Voice_icon.png wget https://raw.githubusercontent.com/taralika/google-voice-desktop/master/counter.js -nativefier --name "Voice" --icon Google_Voice_icon.png --counter --inject counter.js "https://voice.google.com/" +nativefier --name "Voice" --icon Google_Voice_icon.png --user-agent "Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0" --counter --inject counter.js "https://voice.google.com/" ```