02-10-2014, 08:06 PM
If your goal is to bypass Gmail phone verification, try this:
1 open gmail sign up page
2 right click inside the phone or mobile box
3 select inspect element
4 search for
<div id="phone-form-element" class="form-element">
<label id="phone-label" for="RecoveryPhoneNumber"></label>
<input id="RecoveryPhoneCountry" type="hidden" name="RecoveryPhoneCountry" value="PH"></input>
<table class="i18n_phone_number_input">
<tbody>
<tr>
<th class="i18n_phone_number_input-menu i18n_phone_number_input-loRes"></th>
<td class="i18n_phone_number_input-input">
<input id="RecoveryPhoneNumber" class="i18n_phone_number_input-inner_input" type="tel" value="" name="RecoveryPhoneNumber" tabindex="0"></input>
5 simply delete this.
you notice the phone box is gone, you can now finish to fill out the register form and it will not ask you for a phone number verification.
Voila ^^
1 open gmail sign up page
2 right click inside the phone or mobile box
3 select inspect element
4 search for
<div id="phone-form-element" class="form-element">
<label id="phone-label" for="RecoveryPhoneNumber"></label>
<input id="RecoveryPhoneCountry" type="hidden" name="RecoveryPhoneCountry" value="PH"></input>
<table class="i18n_phone_number_input">
<tbody>
<tr>
<th class="i18n_phone_number_input-menu i18n_phone_number_input-loRes"></th>
<td class="i18n_phone_number_input-input">
<input id="RecoveryPhoneNumber" class="i18n_phone_number_input-inner_input" type="tel" value="" name="RecoveryPhoneNumber" tabindex="0"></input>
5 simply delete this.
you notice the phone box is gone, you can now finish to fill out the register form and it will not ask you for a phone number verification.
Voila ^^