From 16cacb0915cf33a93e2a39e21125bd21d1b29bca Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Fri, 4 Jun 2021 18:53:38 -0400 Subject: [PATCH] CATALOG.md: Spotify: mention faking user agent may not be necessary --- CATALOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CATALOG.md b/CATALOG.md index cfe8f11..e811574 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -58,13 +58,13 @@ Note: as for Udemy, `--widevine` + [app signing](https://github.com/nativefier/n ```sh nativefier 'https://open.spotify.com/' --widevine - --user-agent firefox --inject spotify.js --inject spotify.css ``` Notes: +- You might have to pass `--user-agent firefox` to circumvent Spotify's detection that your browser isn't a real Chrome. But [maybe not](https://github.com/nativefier/nativefier/issues/1195#issuecomment-855003776). - [Inject](https://github.com/nativefier/nativefier/blob/master/API.md#inject) the following javascript as `spotify.js` to prevent "Unsupported Browser" messages. ```javascript function dontShowBrowserNoticePage() {