Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Add support for the mobile version of web Twitter #1

Open
ravicious opened this issue Sep 13, 2017 · 0 comments
Open

Add support for the mobile version of web Twitter #1

ravicious opened this issue Sep 13, 2017 · 0 comments

Comments

@ravicious
Copy link
Owner

The mobile web Twitter uses React and some kind of a CSS-in-JS solution, which means there are no easily identifiable classes or attributes that we could use to block the activity tweets.

However, they use a certain SVG objects to represent the heart ("Foo liked") and the person silhouette ("Foo recently followed") tweets. We could use this piece of data along with the :has pseudo-class to remove the unwanted tweets.

Unfortunately, :has is in Selectors Level 4 working draft and at the moment none of the popular browsers support it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant