jessepollak / jessepollak/command
twitter.com is currently unsupported
Open
unsupported
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all Twitter properties are unsupported. These include:
- twitter.com
Here's what we know so far. Twitter uses `contenteditable` fields for all user input. Unfortunately, their usage of `contenteditable` does not conform to standard protocols, so our general solution that uses the built in `Range` functionality of the browser does not work.
Contributor guide
Assessment
This issue has not been assessed yet.