Skip to content

Instantly share code, notes, and snippets.

View aaronn's full-sized avatar

Aaron Ng aaronn

View GitHub Profile

Keybase proof

I hereby claim:

  • I am aaronn on github.
  • I am aaronn (https://keybase.io/aaronn) on keybase.
  • I have a public key ASCNXYxNloqUyk4tlUr9YJ6NhN5VxJw6SSB6X0OCFKBL1go

To claim this, I am signing this object:

@aaronn
aaronn / google-inbox-userscript.js
Last active April 11, 2019 15:24
Google Inbox for Desktop (Fluid Userscript)
/* This is a FluidApp userscript for Google Inbox for Mac.
Includes options for total badge count and unread badge count.
1) You need the paid version of FluidApp (http://fluidapp.com/)
2) Point Fluid to https://inbox.google.com (I recommend the icon from here: https://medium.com/@chrismessina/create-an-icon-for-google-inbox-in-your-dock-ed269312e3bc)
3) Set the user-agent to Chrome
4) Go to window -> userscript and add click the plus sign under the first table (on the left). Name the item 'Inbox'.
5) In the second table (on the right) click the plus and type in "*inbox.google.com*".
6) Paste the contents of this document into the script area below that.
7) Configure badge count (for total or unread only) in the code below.