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
#!/bin/sh | |
## OS/ENVIRONMENT INFO DETECTION | |
ostype="$(uname)" | |
if command -v getprop > /dev/null; then | |
linuxtype=android | |
else | |
linuxtype=none |
-
Go to twitter.com
-
Run in console
document.designMode = 'on'
OR
document.body.setAttribute('contenteditable', true)
document.body.setAttribute('spellcheck', false)