Piazza "You're graduating" auto-ignore

Automatically navigates to the "Not right now" link when Piazza asks for your personal email.

// ==UserScript==
// @name         Piazza "You're graduating" auto-ignore
// @description  Automatically navigates to the "Not right now" link when Piazza asks for your personal email.
// @version      1.01
// @author       Kevin Wolfe
// @grant        none
// @match        https://piazza.com/graduation_modal
// @namespace https://greasyfork.org/users/267894
// ==/UserScript==

location.assign("https://piazza.com/graduation_modal?later=1");