Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a Vimium class to detect click listeners. #3004

Conversation

smblott-github
Copy link
Collaborator

5745bb3 disabled our detection of click listeners added with addEventListener (see #2997 and #3002).

This PR proposes using the CSS class list to inform Vimium that an element has a click listener (instead of a custom attribute).

5745bb3 disabled our detection of click
listeners added with `addEventListener` (see philc#2997 and philc#3002).

This PR proposes using the CSS class list to inform Vimium that an
element has a click listener (instead of a custom attribute).
@philc
Copy link
Owner

philc commented Jan 6, 2020

@smblott-github Can I close this due to inactivity?

The DOM injection strategy is currently disabled, and has always felt problematic to me.

@philc
Copy link
Owner

philc commented Jan 10, 2020

Closing to tidy up the PR queue.

@philc philc closed this Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants