Комментарии:
Would they not just sell your email address after removing all plus-addresses?
ОтветитьSome sites will not allow the + in the email address.
ОтветитьBut what if you want to send an email with the + email as the sending address?
ОтветитьYou can also add a period anywhere in the email as google doesn’t read them.
ОтветитьAwesome!!!!!
ОтветитьI knew this already🙄
ОтветитьI knew this years ago. I also know a lot of websites won’t accept plus-style addresses, or just trim them before storage, because it’s easy to spot and filter out. So I stopped using the feature a long time ago. Still works for smaller purposes, but don’t try and fool the big corporations with it.
ОтветитьBrilliant!🎉
ОтветитьDude…. You ROCK! Cheers from the UK!
Ответитьits true aliasing is a thing
ОтветитьExcellent! Thank you.
ОтветитьI don't use emails anymore.... that was back in the MySpace days. Now I just use my phone and dont answer my calls.
ОтветитьYou are such a chameleon 😂
ОтветитьOmg this is brilliant
ОтветитьOMGGGGGGGGG
ОтветитьThanks piratesoftware
Ответитьthank you
ОтветитьNah, I knew about this
ОтветитьI'll bet you I did know that.
ОтветитьThose free "new customer" promos are going through the roof after this!
Ответить😳
ОтветитьVery usefull information. Thanks for sharing. Love and respect from the Kurds pf Kurdistan
ОтветитьHe's wild as hell for Farmers only. 😂😂
ОтветитьMy Computer Tips folder is full of your videos 😂
Ответитьnow what's the infinite sending account hack?
anyone? Buehler? anyone?
dude thats genius
ОтветитьDoesn't work on Yahoo.
ОтветитьI knew this.
Ответитьat a company i worked at we just remove those from Gmail... lol
ОтветитьLiterally everyone knows this
ОтветитьBots know this already and deleted anything from the + onwards
ОтветитьThis is so valuable
Just to add, in case you ever see this comment, because it might make you smile to know, as someone who still uses her first email, Hotmail, I have probably the most spam of anyone with email
So my thank you is coming from a two decade long battle with spam
What do we do with this information? Once we find a site that sold our data, is there anything we can do?
ОтветитьA decade ago this could have worked, not nowadays
ОтветитьNo!!!! Are you kidding me? I have been a power user since 1985 or so. NEVER knew this + sign thing! Damn!
ОтветитьA lot of sites I try to use that trick on reject it
ОтветитьThis was one I actually did know!
ОтветитьUnless the developers filter part out which is super easy.
ОтветитьThanks! I knew it already. I also sign up under the store's name. So Joshua Walton, Joshua Schnucks, Joshua BestBuy, Joshua Lowes. Stuff like that.
ОтветитьMy dog threatened to alert the authorities if i don't stop trying to train it to rob a bank. What should i do?
ОтветитьI have been working in the Technology field for more than a quarter century and I am still learning something new everyday; however, this is NOT one of those things.
BTW, some sites won't allow you to use that trick for creating user names. When that happens it will claim that the email is invalid. Research services that hides and forwards your emails or use the built in features on your iPhone and Android.
Damn reuploading videos? Dude must be out of tricks you didn't know
ОтветитьFor every trick, there's a counter.
using System; class Program { static void Main() { Console.WriteLine("Enter an email address:"); string email = Console.ReadLine().Trim(); string result = IgnorePlusTag(email); Console.WriteLine("Modified email: " + result); } public static string IgnorePlusTag(string email) { string[] parts = email.Split('@'); if (parts.Length != 2) { return email; // Return original if no '@' or multiple '@' symbols } string localPart = parts[0]; string domain = parts[1]; string[] localParts = localPart.Split('+'); string baseLocal = localParts[0]; return baseLocal + "@" + domain; } }
You're SO BOSS,BOSS!
ОтветитьBank robbery instructions xD
ОтветитьThe tech doctor
ОтветитьI didn't know.
Now I know... You freakin' genius!
Thor already told me
ОтветитьSuperb stuff , thanks 🙏
ОтветитьDoes this work for all popular email platforms?
Ответить