Using Debian 10 with Chromium along with uBlock Origin and uMatrix extensions.
On Twitter, advertisement as promoted content are not blocked, How can we block such content with uBlock/uMatrix or any other underlying Linux's solution?
Using Debian 10 with Chromium along with uBlock Origin and uMatrix extensions.
On Twitter, advertisement as promoted content are not blocked, How can we block such content with uBlock/uMatrix or any other underlying Linux's solution?
uBlock Origin may be used with custom filter to block Twitter's Ads, here are some documentation/links on how to achieve that
Link-1, link-2, link-3 and link-4... you may for instance try adding the following on the custom filter list of uBlock Origin
twitter.com##.trends.Trends.module
twitter.com##.dashboard-right.dashboard
twitter.com##.module.DashboardProfileCard
!twitter.com##article:has-text(/Promoted|Gesponsert|Реклама|Promocionado|Sponsorisé/):xpath(../..)
twitter.com##:xpath(//span[(text()='Promoted' or text()='Gesponsert' or text()='Реклама' or text()='Promocionado'or text()='Sponsorisé']/../../../../..)
twitter.com##[data-testid="trend"]:has-text(/Promoted|Gesponsert|Реклама|Promocionado|Sponsorisé/):xpath(..)
Other additional filter may be added, this is provided as an example.