Skip to content

Instantly share code, notes, and snippets.

@PatrickvEk
PatrickvEk / disable-gmail-cmd-enter-2024.user.js
Last active January 22, 2024 15:44
Gmail Disable accidental sending Ctrl+Enter
// ==UserScript==
// @name Gmail Disable accidental sending
// @namespace http://tampermonkey.net/
// @version 2024-01-22
// @description Disable Ctrl+Enter to send, in order to prevent accidental sending
// @author Patrick van Ek
// @match https://mail.google.com/mail/*
// @icon https://mail.google.com/favicon.ico
// @grant none
// ==/UserScript==