Skip to content

Instantly share code, notes, and snippets.

@mpdevcl
Created October 19, 2020 00:01
Show Gist options
  • Save mpdevcl/0b56e7ba4bb4fdd2ef3a50db61886242 to your computer and use it in GitHub Desktop.
Save mpdevcl/0b56e7ba4bb4fdd2ef3a50db61886242 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Custom height - whatsapp.com
// @match https://web.whatsapp.com/
// @grant GM_addStyle
// @version 1.0
// @description Quita el scroll en versiones recientes de WhatsApp Web.
// @run-at document-end
// ==/UserScript==
GM_addStyle('.h70RQ.two { min-height: auto !important; }');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment