Last active
October 16, 2018 17:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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