Skip to content

Instantly share code, notes, and snippets.

View carlmlane's full-sized avatar
🌱
here we grow

Carl M. Lane carlmlane

🌱
here we grow
View GitHub Profile
@asafb-wix
asafb-wix / readme.txt
Created April 10, 2018 19:56
Wix Answers Webhooks
Both Webhooks will be sent as POST requests to the webhook URL.
The json payload will be sent in the request body.
Webhook values definitions:
==================================
1. All id values are of Guid type.
2. All dates are represented as long timestamp milliseconds (epoch/unix timestamp).
3. user.externalId - This is a String type representing the SSO external user id (for those using an external authentication method - SSO).
Slack Dark Theme Injection
Run this in any chat window:
/macgap.app.enabledevelopertools()
Right click anywhere and "Inspect Element".
Then run this in the javascript console:
var cssURI = 'https://gist.githubusercontent.com/michaeltrobinson/c02bc96926e14712e231e655d44c2989/raw/a9777af52c39bffec1d6652d0e2bc0362d12a407/slack-dark-theme.css';