Someone post the code to change the Zip code
here.
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);
}
}));
" 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.
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. "