Skip to content

Instantly share code, notes, and snippets.

@jonesnxt
Created March 10, 2021 02:44
Show Gist options
  • Save jonesnxt/f9e7cd8a58bc661e196a624b8173e662 to your computer and use it in GitHub Desktop.
Save jonesnxt/f9e7cd8a58bc661e196a624b8173e662 to your computer and use it in GitHub Desktop.
A very quickly hacked together re-styling of Google Chat

Jones Mode - Google Chat Restyle

To enable:

  1. Right click google meet and click "Inspect"
  2. Go to the "Console" tab
  3. Paste the script featured below into the console
  4. Ignore the message telling you not to do this
  5. Hit enter and it should work until next time you open the app

e=document.createElement("style");e.type="text/css",e.appendChild(document.createTextNode(".WQKmIb .Bl2pUd{background-color:#deeffe;padding-bottom:20px}.XbbXmb.zzVqCe+.ajCeRb:not(.zzVqCe),.WQKmIb .ajCeRb:not(.zzVqCe){border-radius:20px;border-bottom-left-radius:4px;margin-top:16px;background-color:#FFF;padding-bottom:4px;}.zzVqCe,.XbbXmb.zzVqCe{border-radius:20px;border-bottom-left-radius:4px;border-top-left-radius:4px;border-top:1px solid #eee;background-color:#FFF;padding-top:8px;padding-bottom:4px;}.YQsadf{width:42px;height:42px;border-radius:100%;}.cmEq8b .Z4BnXb .njhDLd{font-size:1.2rem}.Zc1Emd{font-size:1rem;line-height:1.6rem}.HmJAwd{width:42px;}")),document.head.appendChild(e);

  • I might make some kind of extension but idk this is easier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment