Created
October 19, 2020 00:01
-
-
Save mpdevcl/0b56e7ba4bb4fdd2ef3a50db61886242 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== | |
// @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