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

Twitter needs to be updated #9

Open
gianpaj opened this issue Feb 16, 2020 · 3 comments
Open

Twitter needs to be updated #9

gianpaj opened this issue Feb 16, 2020 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@gianpaj
Copy link

gianpaj commented Feb 16, 2020

I don't see anything being hidden

For example, to remove the retweet count this CSS selector could be used:

div[data-testid="retweet"] > div > div:nth-child(2) > span {}

Test it out:

document.querySelectorAll('div[data-testid="retweet"] > div > div:nth-child(2) > span')
@a13o
Copy link
Owner

a13o commented Feb 16, 2020

Thanks for the report. I don't use twitter at all so they probably changed their layout since I last updated the rules

@gianpaj
Copy link
Author

gianpaj commented Feb 17, 2020

No worries. I can make a PR

@a13o
Copy link
Owner

a13o commented Feb 17, 2020

Thank you!

@a13o a13o added the bug Something isn't working label Apr 19, 2020
@a13o a13o added this to the v0.4.0 milestone Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants