You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inject.js blindly assumes the logbook response contains pageInfo.rows and data. If geocaching changes the payload shape, the extension throws mid-render (or silently corrupts the table) instead of degrading cleanly.
Description
inject.jsblindly assumes the logbook response containspageInfo.rowsanddata. If geocaching changes the payload shape, the extension throws mid-render (or silently corrupts the table) instead of degrading cleanly.Proposed Fix