Skip to content

Commit

Permalink
Fix Google sign-in issue by faking user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
taralika authored Jul 1, 2020
1 parent 130154d commit a87085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
```

0 comments on commit a87085a

Please sign in to comment.