Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
278 stars 49 forks source link

fix(safari): check dom on save request #170

Closed collectedmind closed 5 years ago

collectedmind commented 5 years ago

Goal

On single page apps, the DOM injection has the potential of getting wiped out. This makes a check that we have the injected DOM elements on every save request. If we have them, we do nothing, if they are absent we inject them.

Todos:

All Submissions: