Skip to content
View nsauk's full-sized avatar
Block or Report

Block or report nsauk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. pl-udsc-stats pl-udsc-stats Public

    Ruby

  2. Remove saved delivery address from G... Remove saved delivery address from Glovo (bookmarklet, client-side)
    1
    javascript:
    2
    addresses = JSON.parse(localStorage.glv_user_addresses);
    3
    for (var i in addresses) {
    4
      address = addresses[i];
    5
      if (confirm(address.fullText + "\n\n" + $nuxt.$i18n.t('common.remove') + "?")) {