Search found 1 match

by fluffy
Sun Oct 29, 2017 1:01 pm
Forum: EasyList Subscriptions
Topic: Trying to filter based on contents of XMLHttpRequest
Replies: 1
Views: 1185

Trying to filter based on contents of XMLHttpRequest

Hi all,

I'm working on a filter for a GraphQL endpoint where they send all sorts of information. I just want to filter out the tracking stuff in there but if I filter the whole endpoint the site won't work. Is there a way to write filters that inspect the contents of the XMLHttpRequest ?

Thanks