Page 1 of 1

m.facebook.com block seen?

Posted: Tue Sep 29, 2015 10:09 pm
by renatinhas
Hi friends!

I know how to block the SEEN on facebook messages on facebook desktop browser:

Code: Select all

facebook.com/ajax/mercury/change_read_status.php$xmlhttprequest
The problem is it does not work for facebook mobile version - m.facebook.com.

Any one know how to block seen on facebook mobile version?

Re: m.facebook.com block seen?

Posted: Wed Oct 21, 2015 2:51 am
by lewisje
FTR the actual filter for desktop Facebook is ||facebook.com/ajax/mercury/change_read_status.php$xmlhttprequest and maybe I'll figure out what URL is used to detect that a certain post was seen on mobile; my guess is that it doesn't use XMLHTTPRequest because the low-end devices that Facebook Mobile is designed for might not support that.