I recently wanted to delete one of my account on a website. And it turned out that it was associated to my gmail account (which I don’t use anymore). Is there a way to find all the website accounts that are associated with this mail address? (So I can delete my google account after that).
p.s.: I’ve already tried this solution but it’s surely not everything that I’ve had connected with my account
Once you get done with password managers and email, you can try using this list of most popular websites to job your memory
https://asciinema.org/a/9dwog4uqepaghpvyeginwckpn
if you follow the instructions, you can run a comand like
grep ‘.com$’ top-1m.csv | head -n 200
and see a list like this:
https://paste.gg/p/anonymous/b95ebd306aeb4144a3456475c5328dfc
Thanks, I’ll do it!