Helium Mobile is Offering Miami, Florida Residents: Helium Mobile Unlimited Talk, Text & Data Plan for $5/Month.
Thanks community member deadhp1 for sharing this deal
About Helium Mobile Unlimited Talk, Text & Data Plan:
Runs on T-Mobile's Wireless Network
Currently available exclusively in Miami, Florida
Data slowdowns (to 1024 kbps) may occur after 30GB of monthly usage. While data on your device is unlimited, tethering to an additional device is available at a 5GB monthly allowance.
This collaborative space allows users to contribute additional information, tips, and insights to enhance the original deal post. Feel free to share your knowledge and help fellow shoppers make informed decisions.
Helium Mobile is Offering Miami, Florida Residents: Helium Mobile Unlimited Talk, Text & Data Plan for $5/Month.
Thanks community member deadhp1 for sharing this deal
About Helium Mobile Unlimited Talk, Text & Data Plan:
Runs on T-Mobile's Wireless Network
Currently available exclusively in Miami, Florida
Data slowdowns (to 1024 kbps) may occur after 30GB of monthly usage. While data on your device is unlimited, tethering to an additional device is available at a 5GB monthly allowance.
Edit: As expected, now that this is public info they patched it. The zip code check is still client side so it seems like it's possible to bypass still but I did not investigate any further.
Original post below:
Originally I didn't want to make this method too easy because it'll be easy for them to patch out, but now I'm getting a lot of DMs and people asking for gifts for referrals, and that's not really something I wanted to see so I'll post the exact method for less tech savvy people to use (keep in mind that they can still easily patch this).
I can't seem to edit the wiki (I guess because I'm a "new user" despite being on here for 9 years; maybe because my reputation is too low). So if anyone else wants to edit this in, go for it.
This method is provided AS IS; USE AT YOUR OWN RISK!
So the method is simple:
1. Use a modern, desktop browser; I can't be bothered to write/transpile this to support older browsers
2. Open dev tools (for chrome it's just F12, for others you may have to google it)
3. Go through sign up. For EVERY page that you see zip code, paste the code below into the devtools and press enter. This includes the initial sign up page + address page + final payment page.
const original = Object.getOwnPropertyDescriptor(window, 'fetch');
Object.defineProperty(window, 'fetch', Object.assign({}, original, {
value: function (path, options) {
if (typeof path !== 'string' || path !== '/api/authCheck') {
return original.value.apply(this, arguments);
}
const bodyObj = JSON.parse(options.body);
bodyObj.zip = '33125';
options.body = JSON.stringify(bodyObj);
return original.value.call(this, path, options);
}
}));
Remember that this resets every time the page changes, so you have to re-paste it.
If this worked for you, I ask that you share your 2 referrals with the community and upvote this message.
Thanks!
Edit: do the code above before you press any kind of continue or submit button.
Is this a sneaky crypto ad? I remember hearing about Helium in the news a while back, and it was about how they were using crypto to incentivize running Helium nodes. Is that still going on or have they pivoted to a non-crypto model?
Have you used more than 5GB this month? Thanks for the reply.
Sorry. Following the tip several pages ago, I contacted customer support and switched voice SIM to voice+data SIM. I no longer have voice SIM to do this test.
Sorry. Following the tip several pages ago, I contacted customer support and switched voice SIM to voice+data SIM. I no longer have voice SIM to do this test.
No worries, so you went with eSIM? Thanks for taking the time to reply 🫡
I have a psim and esim. I'm planning on using psim in one phone and esim in different device. So far, the psim seems to have some data. I have not tested it and not going to until maybe the end of the billing cycle
I have a psim and esim. I'm planning on using psim in one phone and esim in different device. So far, the psim seems to have some data. I have not tested it and not going to until maybe the end of the billing cycle
Been doing this for 2 months, works fine. The esim will kill high speed data almost immediately, but runs slowly after that unlimited. I can stream 240p video smoothly though.
Like
Helpful
Funny
Not helpful
Sign up for a Slickdeals account to remove this ad.
Top Comments
Original post below:
Originally I didn't want to make this method too easy because it'll be easy for them to patch out, but now I'm getting a lot of DMs and people asking for gifts for referrals, and that's not really something I wanted to see so I'll post the exact method for less tech savvy people to use (keep in mind that they can still easily patch this).
I can't seem to edit the wiki (I guess because I'm a "new user" despite being on here for 9 years; maybe because my reputation is too low). So if anyone else wants to edit this in, go for it.
This method is provided AS IS; USE AT YOUR OWN RISK!
So the method is simple:
1. Use a modern, desktop browser; I can't be bothered to write/transpile this to support older browsers
2. Open dev tools (for chrome it's just F12, for others you may have to google it)
3. Go through sign up. For EVERY page that you see zip code, paste the code below into the devtools and press enter. This includes the initial sign up page + address page + final payment page.
const original = Object.getOwnPropertyDescriptor(window, 'fetch');
Object.defineProperty(window, 'fetch', Object.assign({}, original, {
value: function (path, options) {
if (typeof path !== 'string' || path !== '/api/authCheck') {
return original.value.apply(this, arguments);
}
const bodyObj = JSON.parse(options.body);
bodyObj.zip = '33125';
options.body = JSON.stringify(bodyObj);
return original.value.call(this, path, options);
}
}));
Remember that this resets every time the page changes, so you have to re-paste it.
If this worked for you, I ask that you share your 2 referrals with the community and upvote this message.
Thanks!
Edit: do the code above before you press any kind of continue or submit button.
The crypto stuff is optional. Only enable if you want that.
Just treat it like a super cheap phone plan.
534 Comments
Sign up for a Slickdeals account to remove this ad.
help!
Sign up for a Slickdeals account to remove this ad.
help!
for optimal results:
voice - psim
data - esim
Sign up for a Slickdeals account to remove this ad.