Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benjaminoakes/619747c15433bc4fcd51ac62482f0641 to your computer and use it in GitHub Desktop.
Save benjaminoakes/619747c15433bc4fcd51ac62482f0641 to your computer and use it in GitHub Desktop.
// ==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