Skip to content

Instantly share code, notes, and snippets.

@brianlamb
Last active October 16, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianlamb/e8447a2e2d7dba87a6756c2083a746cd to your computer and use it in GitHub Desktop.
Save brianlamb/e8447a2e2d7dba87a6756c2083a746cd to your computer and use it in GitHub Desktop.
tries to load sign in sheet in MB with Sort Order - First Name
// ==UserScript==
// Referenced from https://resources.oreilly.com/examples/9780596101657/
// @name Load Class Sign-in as First Name
// @namespace http://www.blambstudio.com/mindbody
// @description Fores loading of class list by "First Name" sorting
// @include https://clients.mindbodyonline.com/*
// ==/UserScript==
window.location.href = window.location.href.replace(/&ob=?&/, '&ob=2'); // &ob=2&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment