Created
June 8, 2017 02:34
-
-
Save benjaminoakes/619747c15433bc4fcd51ac62482f0641 to your computer and use it in GitHub Desktop.
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== | |
// @match https://www.google.com/calendar/* | |
// ==/UserScript== | |
window.alert = function (s) { | |
console.log(s); | |
}; | |
console.log('Disabling Google Calendar javascript alerts. They are instead routed to this console.'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment