theahura / shoot-the-messenger

Script to auto-unsend all messages from a facebook messenger chat
Other
184 stars 27 forks source link

reload/search broken #116

Closed shanelecuyer closed 1 month ago

shanelecuyer commented 1 month ago

when the page tries to reload, the NEXT_QUERY fails to find the results div due to the span[role="gridcell"] parameter not returning results. [aria-label="Next"] doesn't exist anymore.

shanelecuyer commented 1 month ago

ive submitted pull requests that i believe contain the fix for this

SeanBannister commented 1 month ago

Just confirming I'm also experiencing this, the error message returned is:

Attempting to run search with message: .... Could not load search bar. Failing.

theahura commented 1 month ago

Left comments on #117 First, thank you so much for dropping a PR, I really appreciate it. Left a quick comment, hopefully shouldn't take too long to improve, but let me know if you think you'll get back to it in a reasonable amount of time (if not, tempted to just merge it :shrug:)

theahura commented 1 month ago

Merged your pr