Skip to content

Instantly share code, notes, and snippets.

@SoyDiego
Created June 5, 2020 15:24
Show Gist options
  • Save SoyDiego/40938b1f673ebd0907fdf6d94d9c4bc8 to your computer and use it in GitHub Desktop.
Save SoyDiego/40938b1f673ebd0907fdf6d94d9c4bc8 to your computer and use it in GitHub Desktop.
Dark mode in Franz app (Whatsapp, Messenger, etc.)

Dark Mode Franz app (Whatsapp, Messenger, etc.)

  1. Visitar la web de Userstyles

  2. Modificar el archivo webview.js de la carpeta recipes, quitando services.css por nuestro archivo CSS, quedando de esta forma.

Franz.injectCSS(path.join(__dirname, 'darkTheme.css'));

Path Franz en Linux:

/home/yourUser/.config/Franz/recipes

Path Franz en Windows:

%appdata%\Franz

Path Franz en iOS

~/Library/Application Support/Franz/recipes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment