Created
December 6, 2018 09:47
-
-
Save ymkjp/8ca94372ca0b020566c3df2547960e7b to your computer and use it in GitHub Desktop.
This file contains 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
;[].forEach.call(document.getElementsByClassName('yt-uix-form-input-textarea'), elm=> { | |
elm.value = elm.value.replace(/\s+/g, '') | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment