Комментарии:
Does this work for all popular email platforms?
ОтветитьSuperb stuff , thanks 🙏
ОтветитьThor already told me
ОтветитьI didn't know.
Now I know... You freakin' genius!
The tech doctor
ОтветитьBank robbery instructions xD
ОтветитьYou're SO BOSS,BOSS!
Ответить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; } }
Damn reuploading videos? Dude must be out of tricks you didn't know
Ответить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.
My dog threatened to alert the authorities if i don't stop trying to train it to rob a bank. What should i do?
Ответить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.
ОтветитьUnless the developers filter part out which is super easy.
ОтветитьThis was one I actually did know!
ОтветитьA lot of sites I try to use that trick on reject it
ОтветитьNo!!!! Are you kidding me? I have been a power user since 1985 or so. NEVER knew this + sign thing! Damn!
ОтветитьA decade ago this could have worked, not nowadays
ОтветитьWhat do we do with this information? Once we find a site that sold our data, is there anything we can do?
Ответить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
Bots know this already and deleted anything from the + onwards
ОтветитьLiterally everyone knows this
Ответитьat a company i worked at we just remove those from Gmail... lol
ОтветитьI knew this.
ОтветитьDoesn't work on Yahoo.
Ответитьdude thats genius
Ответитьnow what's the infinite sending account hack?
anyone? Buehler? anyone?
My Computer Tips folder is full of your videos 😂
ОтветитьHe's wild as hell for Farmers only. 😂😂
ОтветитьVery usefull information. Thanks for sharing. Love and respect from the Kurds pf Kurdistan
Ответить😳
ОтветитьThose free "new customer" promos are going through the roof after this!
ОтветитьI'll bet you I did know that.
ОтветитьNah, I knew about this
Ответитьthank you
ОтветитьThanks piratesoftware
ОтветитьOMGGGGGGGGG
ОтветитьOmg this is brilliant
ОтветитьYou are such a chameleon 😂
ОтветитьI don't use emails anymore.... that was back in the MySpace days. Now I just use my phone and dont answer my calls.
ОтветитьExcellent! Thank you.
Ответитьits true aliasing is a thing
ОтветитьDude…. You ROCK! Cheers from the UK!
ОтветитьBrilliant!🎉
Ответить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.
ОтветитьI knew this already🙄
ОтветитьAwesome!!!!!
ОтветитьYou can also add a period anywhere in the email as google doesn’t read them.
ОтветитьBut what if you want to send an email with the + email as the sending address?
ОтветитьSome sites will not allow the + in the email address.
ОтветитьWould they not just sell your email address after removing all plus-addresses?
Ответить