jordwest / news-feed-eradicator

A browser extension that deletes your news feed and replaces it with a nice quote
MIT License
1.2k stars 283 forks source link

3 line fix for Twitter #219

Closed ianklatzco closed 2 years ago

ianklatzco commented 2 years ago

Change from 4th to 5th item in some selectors.

(fixes #217)

jordwest commented 2 years ago

Ah looks like we were both working on this at the same time 😁

Thanks for submitting the fix, I've pushed a commit already in 3853e66aa9adc16ca8887f605249a7b94eba9d23 and switched to using the aria-label, which hopefully will be a bit more resilient to future changes than the nth selectors I had in there before.

ianklatzco commented 2 years ago

Haha nice timing. Thanks!