diff options
author | Tulio Leao <tupaschoal@gmail.com> | 2025-02-06 06:37:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 06:37:35 -0300 |
commit | b194e89725b2636d89f8815a1a00cfb93488f0b2 (patch) | |
tree | 89344719b6af6dbb37ec66a45b12305a2d23e762 | |
parent | 3b017a9c510a7da96730534a209c70bc3b3c2a45 (diff) |
Add Musicboard, Turismo Itaipu and SulAmerica (#2386)
* Add Musicboard as easy
Closes #2383
* Add Turismo Itaipu as hard
* Add SulAmerica as impossible
* Update sites.json
* Update sites.json
-rw-r--r-- | _data/sites.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index b0531b02..042a4017 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -14748,6 +14748,16 @@ }, { + "name": "Musicboard", + "url": "https://musicboard.app/settings/preferences", + "difficulty": "easy", + "notes": "Navigate to Settings ⮕ preferences ⮕ Delete account (at the bottom of the page).", + "domains": [ + "musicboard.app" + ] + }, + + { "name": "MusicBrainz", "url": "https://musicbrainz.org/account/edit", "difficulty": "easy", @@ -21081,6 +21091,18 @@ }, { + "name": "SulAmérica", + "url": "https://saude.sulamericaseguros.com.br/", + "difficulty": "impossible", + "notes" : "They claim nothing can be deleted.", + "notes_pt-BR" : "Eles alegam que nada pode ser deletado.", + "domains": [ + "saude.sulamericaseguros.com.br", + "sulamericaseguros.com.br" + ] + }, + + { "name": "Super Domínios", "url": "https://superdominios.org/contato/", "difficulty": "hard", @@ -22574,6 +22596,19 @@ }, { + "name": "Turismo Itaipu", + "url": "https://ingressos.turismoitaipu.com.br", + "difficulty": "hard", + "notes": "Send an e-mail to them requesting deletion. They will ask for the ticket code to be able to delete the account.", + "notes_pt-BR": "Envie um e-mail pedindo a exclusão. Eles irão pedir o localizador do ingresso do passeio para confirmar a deleção da conta.", + "email": "atendimento@turismoitaipu.com.br", + "domains": [ + "ingressos.turismoitaipu.com.br", + "turismoitaipu.com.br" + ] + }, + + { "name": "Turo", "url": "https://support.turo.com/hc/en-us/articles/203991030-How-to-close-your-account", "difficulty": "hard", |