fregante/GhostText

Some sites may remove listeners on `blur`

Open

#213 opened on Aug 15, 2021

View on GitHub
 (14 comments) (1 reaction) (0 assignees)JavaScript (133 forks)github user discovery
browserenhancementhelp wanted

Repository metrics

Stars
 (3,611 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Setup

Browser: Chrome Editor: VS Code

Description

Sites that listen to the change event of the textarea don't update.

One example is GitHub's "Comment" button of issues and PRs, which doesn't update when the text is written via GhostText.

https://user-images.githubusercontent.com/3305402/129475148-31d3bf8b-a082-4bfb-a1e4-0210f1a3ff27.mp4

I'll open a PR to fix it.

Contributor guide