Skip to content

Instantly share code, notes, and snippets.

View csutherl's full-sized avatar

Coty Sutherland csutherl

View GitHub Profile
@csutherl
csutherl / Keybase.md
Created November 20, 2020 13:50
Keybase proof

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@csutherl
csutherl / Salesforce_Add-ons.user.js
Created October 25, 2014 21:21
This userscript adds a few buttons to save a couple of clicks for users of the Salesforce system.
// ==UserScript==
// @name Salesforce Add-ons
// @namespace http://csutherl.github.io/
// @version 0.1
// @description Script to add fancy buttons to save me few clicks! It adds buttons to automatically add a new comment and change the dropdown boxes associated with comments to what I want. It also sets the comment to public, so all I have to do is click, paste update, and save to make updates. The @match only applies to URLs for the case view pages. Also, I am using jquery for the selector, but it isn't necessary as you can do the same thing in plain js; I just wanted to see if includes worked since this is my first userscript :D
// @author coty
// @match https://c.na7.visual.force.com/apex/Case_View*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==