jordwest / news-feed-eradicator

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

Trying to eradicate feeds on Android using Adguard DNS rules #277

Open insysion opened 5 months ago

insysion commented 5 months ago

Obviously not an issue with the code here but I'm trying to replicate the functionality Adguard rules.

It's only really Facebook I struggle with. And on mobile, it's only really the events functionality I need. I started with:

||facebook.com
@@||facebook.com/events

Which worked reasonably in that it displays event information if an event URL is followed but is basically a dead page after that, no buttons can be pressed or links followed.

adding a further exception:

@@||kaios-d.facebook.com

Seems to allow the site to function fully.

I realise this is a little off topic but any help would be much appreciated.