Skip to content

Instantly share code, notes, and snippets.

View sagearbor's full-sized avatar

Sage Arbor sagearbor

View GitHub Profile
@ryanflorence
ryanflorence / instructurecon.js
Created June 19, 2013 20:48
instructurecon code
onPage(/\/courses\/\d+\/settings/, function() {
// do something
});
hasAnyRole('admin', function(hasRole) {
if (hasRole) {
// do something
} else {
// do something else
}