diff options
author | ranify578 <194857958+ranify578@users.noreply.github.com> | 2025-02-07 00:21:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 20:21:08 -0300 |
commit | 32db353252e82d55aba6344af7eb438e3ed9f3d7 (patch) | |
tree | 44e98e6d18ef34bb4aa35bbdadf82286c7fab4fa | |
parent | 1108371a017f351ee242c6844ed08b0a4db9cf94 (diff) |
Add Lensbest and update VRBO (#2387)
* Added German contact lense shop Lensbest with difficulty easy along with a translation and changed vrbo to easy, since they now provide a delete button on their account page.
* Update sites.json
---------
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
-rw-r--r-- | _data/sites.json | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/_data/sites.json b/_data/sites.json index 34302516..d4d80f04 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -12401,6 +12401,17 @@ }, { + "name": "Lensbest", + "url": "https://www.lensbest.de/INTERSHOP/web/WFS/Lensbest-LensbestShop-Site/de_DE/-/EUR/ViewProfileSettings-ViewRemoveAccount", + "difficulty": "easy", + "notes": "Click on the provided link, login to your account, retype your account password to confirm and your account will be deleted immediately.", + "notes_de": "Klicken Sie auf den oben angegebenen Link, loggen Sie sich bei ihrem Konto ein und bestätigen Sie die umgehende Löschung durch erneutes eingeben Ihres Passworts.", + "domains": [ + "lensbest.de" + ] + }, + + { "name": "Lenstore", "url": "https://www.lenstore.co.uk/contact-us", "difficulty": "hard", @@ -23538,9 +23549,9 @@ { "name": "Vrbo", - "url": "https://help.vrbo.com/articles/How-do-I-delete-my-account", - "difficulty": "hard", - "notes": "To delete your account, select \"Contact Us\", select any of the listed categories, select \"Chat (new)\", ask the chatbot to speak to a real person, and ask the person to delete your account. They will send you an email asking for you to confirm that you wish to have your account deleted. Reply to the email confirming that you wish to delete your account.", + "url": "https://www.vrbo.com/user/delete", + "difficulty": "easy", + "notes": "Click on the provided link, login to your account and delete your account as prompted. The account will be deleted immediately.", "domains": [ "vrbo.com", "help.vrbo.com" |