Pinned Loading
-
-
Remove saved delivery address from G...
Remove saved delivery address from Glovo (bookmarklet, client-side) 1javascript:
2addresses = JSON.parse(localStorage.glv_user_addresses);
3for (var i in addresses) {
4address = addresses[i];
5if (confirm(address.fullText + "\n\n" + $nuxt.$i18n.t('common.remove') + "?")) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.