Redirects to Connections home page automatically
// ==UserScript==
// @name Connections Redirect
// @version 1.0
// @description Redirects to Connections home page automatically
// @author Kayne Fegeley
// @match https://connections.fscj.edu/sites/connections/_layouts/15/signout.aspx
// @grant none
// @namespace https://greasyfork.org/users/75438
// ==/UserScript==
window.location.replace('https://connections.fscj.edu/sites/connections');