opt-out-tools / opt-out

our browser extension, that works like adBlocker but removes online misogyny instead of adverts
GNU Affero General Public License v3.0
104 stars 13 forks source link

Extract the Twitter CSS selectors #69

Open Haimchen opened 4 years ago

Haimchen commented 4 years ago

Goal

Find all usages of CSS selectors and extract as variables to a central place.

Description

To be able to react to any change in the twitter website, it would be great to have only one central place to update and use those from.

djbusstop commented 4 years ago

Need to validate if this was done or not.

ribicn-softerrific commented 4 years ago

Extracted as variables with #decouple content script #96. We need to manually revalidate if all usages of CSS selectors are written as variables.