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:
I hereby claim:
To claim this, I am signing this object:
// ==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== |