loader image

Ferdium [Google Voice Fix]

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8467
    thumbtak
    Moderator

    If you do not know what this is, you can go to the site to find out …
    https://ferdium.org/

    The Fix:

    • Go to:
      •  ~/.var/app/org.ferdium.Ferdium/config/Ferdium/recipes/dev/google-voice-workspace/
      • Create two files index.js and package.json in a folder called google-voice-workspace
    • index.js content:
    module.exports = (Ferdium) => {
    return class GoogleVoice extends Ferdium {
    overrideUserAgent() {
    // High-version Chrome string to bypass "Insecure Browser" blocks
    return "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36";
    }
    };
    };
    • package,json content:
    {
    "id": "google-voice-workspace",
    "name": "Google Voice Workspace",
    "version": "1.0.3",
    "description": "Internal Google Voice",
    "main": "index.js",
    "author": "Thumbtak",
    "config": {
    "serviceURL": "https://accounts.google.com/AccountChooser?continue=https://voice.google.com/landing",
    "hasNotificationDot": true,
    "hasTeamId": false
    }
    }
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack