www.u.com.my
Open in
urlscan Pro
45.223.20.133
Public Scan
Submitted URL: http://u.com.my/
Effective URL: https://www.u.com.my/en/personal/home
Submission: On September 12 via manual from MY — Scanned from DE
Effective URL: https://www.u.com.my/en/personal/home
Submission: On September 12 via manual from MY — Scanned from DE
Form analysis
2 forms found in the DOM<form class="vue-input-suggest flex items-start" @submit.prevent="$emit('submit', internalValue, $event)" @focus="$refs.input.focus()" @blur="hideSuggestionList" tabindex="0" ref="form">
<div class="input-search-container flex-grow mr-4" v-click-outside="hideSuggestionList">
<div class="input-search-wrapper" :class="{
'extended-dropdown-visible': showExtendedDropdown && !viewportIsMobile,
'extended-dropdown-visible-mobile': showExtendedDropdown && viewportIsMobile,
}">
<icon-feather icon-name="search" class="w-6 h-6 mt-px ml-3 mr-3 flex-shrink-0 cursor-pointer text-grey-700" stroke-width="2px"></icon-feather>
<input type="search" class="input-search w-full bg-transparent" :placeholder="placeholder" @focus="showSuggestionList" v-model="internalValue" @input="$emit('input', internalValue, $event)" ref="input" @keydown.prevent.up="hoverPrev"
@keydown.prevent.down="hoverNext" @keydown.prevent.enter="handleSearchOnEnter" @keydown.tab="hideSuggestionList">
<icon-feather v-if="internalValue" icon-name="x" class="btn-x w-6 h-6 mr-4 mt-3 flex-shrink-0 cursor-pointer text-grey-700 absolute right-0 top-0" stroke-width="2px" @click="clearValue(); $refs.input.focus();"></icon-feather>
</div>
<!-- <transition-simple-slide-down> -->
<div v-show="!isSuggestionBusy && showExtendedDropdown && !viewportIsMobile" class="suggestion-container">
<div class="suggestion-wrapper pb-3">
<p class="suggestion-title mt-2 pl-4 mb-1">
<slot name="suggestion-title">
<span class="uppercase body-text-2 font-bold text-grey-500">Suggested Searches</span>
</slot>
</p>
<ul class="suggestion-list list-none pl-0">
<li v-for="(suggestion, index) in suggestionListToRender" :key="suggestion.value" class="suggestion-item cursor-pointer" :class="{ 'hovered': hoverIndex === index }" @click="suggestionClick(suggestion, $event)"
@mouseover="hoverIndex = index;" ref="suggestionItem">
<a :is="suggestion.path ? 'a' : 'div'" :href="suggestion.path" class="suggestion-item flex py-2 px-4" @click="handleAddressClick(suggestion.label,'suggestion')">
<icon-feather v-if="suggestion.icon" class="suggestion-item-icon mr-2" width="18px" :stroke-width="1.5" :icon-name="suggestion.icon"></icon-feather>
<span class="suggestion-item-text" v-html="suggestion.labelHtml"></span>
</a>
</li>
</ul>
</div>
</div>
<!-- </transition-simple-slide-down> -->
<div v-show="isSuggestionBusy && showExtendedDropdown" class="suggestion-container">
<div class="suggestion-wrapper py-6 flex">
<icon-feather class="mx-auto animation-spin" icon-name="rotate-cw"></icon-feather>
</div>
</div>
</div>
<slot name="btn-search-cta">
<div class="btn-search-cta cta-button-root ss-orange-outline-white-bg !w-auto md:hidden">
<button class="btn flex items-center" type="submit" @click="handleAddressClick(searchKeyword,'search')">
<span class="cta-text uppercase" style="line-height: 1.2;">Search</span>
</button>
</div>
<div class="hidden md:block mt-4">
<button class="" type="button" @click="$emit('on-cancel', $event)">
<span class="cta-text" style="line-height: 1.2;">Cancel</span>
</button>
</div>
</slot>
</form>
<form class="vue-input-suggest flex items-start" @submit.prevent="$emit('submit', internalValue, $event)" @focus="$refs.input.focus()" @blur="hideSuggestionList" tabindex="0" ref="form">
<div class="input-search-container flex-grow mr-4" v-click-outside="hideSuggestionList">
<div class="input-search-wrapper" :class="{
'extended-dropdown-visible': showExtendedDropdown && !viewportIsMobile,
'extended-dropdown-visible-mobile': showExtendedDropdown && viewportIsMobile,
}">
<icon-feather icon-name="search" class="w-6 h-6 mt-px ml-3 mr-3 flex-shrink-0 cursor-pointer text-grey-700" stroke-width="2px"></icon-feather>
<input type="search" class="input-search w-full bg-transparent" :placeholder="placeholder" @focus="showSuggestionList" v-model="internalValue" @input="$emit('input', internalValue, $event)" ref="input" @keydown.prevent.up="hoverPrev"
@keydown.prevent.down="hoverNext" @keydown.prevent.enter="handleSearchOnEnter" @keydown.tab="hideSuggestionList">
<icon-feather v-if="internalValue" icon-name="x" class="btn-x w-6 h-6 mr-4 mt-3 flex-shrink-0 cursor-pointer text-grey-700 absolute right-0 top-0" stroke-width="2px" @click="clearValue(); $refs.input.focus();"></icon-feather>
</div>
<!-- <transition-simple-slide-down> -->
<div v-show="!isSuggestionBusy && showExtendedDropdown && !viewportIsMobile" class="suggestion-container">
<div class="suggestion-wrapper pb-3">
<p class="suggestion-title mt-2 pl-4 mb-1">
<slot name="suggestion-title">
<span class="uppercase body-text-2 font-bold text-grey-500">Suggested Searches</span>
</slot>
</p>
<ul class="suggestion-list list-none pl-0">
<li v-for="(suggestion, index) in suggestionListToRender" :key="suggestion.value" class="suggestion-item cursor-pointer" :class="{ 'hovered': hoverIndex === index }" @click="suggestionClick(suggestion, $event)"
@mouseover="hoverIndex = index;" ref="suggestionItem">
<a :is="suggestion.path ? 'a' : 'div'" :href="suggestion.path" class="suggestion-item flex py-2 px-4" @click="handleAddressClick(suggestion.label,'suggestion')">
<icon-feather v-if="suggestion.icon" class="suggestion-item-icon mr-2" width="18px" :stroke-width="1.5" :icon-name="suggestion.icon"></icon-feather>
<span class="suggestion-item-text" v-html="suggestion.labelHtml"></span>
</a>
</li>
</ul>
</div>
</div>
<!-- </transition-simple-slide-down> -->
<div v-show="isSuggestionBusy && showExtendedDropdown" class="suggestion-container">
<div class="suggestion-wrapper py-6 flex">
<icon-feather class="mx-auto animation-spin" icon-name="rotate-cw"></icon-feather>
</div>
</div>
</div>
<slot name="btn-search-cta">
<div class="btn-search-cta cta-button-root ss-orange-outline-white-bg !w-auto md:hidden">
<button class="btn flex items-center" type="submit" @click="handleAddressClick(searchKeyword,'search')">
<span class="cta-text uppercase" style="line-height: 1.2;">Search</span>
</button>
</div>
<div class="hidden md:block mt-4">
<button class="" type="button" @click="$emit('on-cancel', $event)">
<span class="cta-text" style="line-height: 1.2;">Cancel</span>
</button>
</div>
</slot>
</form>
Text Content
Personal Business About Us en en BM 中文 Pay Bill Top Up Mobile Plans PREPAID POSTPAID ROAMING & IDD SWITCH TO U Switch to Prepaid Switch to Postpaid Devices Broadband BROADBAND U Home 5G Fibre Broadband Lifestyle ENTERTAINMENT Game Credits CARRIER BILLING Pay on Google Play Video Carrier Billing Apple Carrier Billing FINANCIAL GoInsure 3 GOLIFE OTHERS International Airtime Transfer WiFi Calling Apple Pay Deals Support CONTACT US SELF HELP FAQS FIND A STORE MYUMOBILE APP SPEEDTEST IMPORTANT NOTICES SCAM AWARENESS NETWORK 5G Now SHOP en en BM 中文 Personal Business About Us Mobile Plans Devices Broadband Lifestyle Deals Support 5G Now SHOP Pay Bill Top Up Find Out More Find Out More Find Out More Find Out More UNBEATABLE POSTPAID PLAN Find Out More Find Out More Find Out More Find Out More Find Out More Top Up Top Up Pay Bills Pay Bills Switch to U Switch to U Find a Store Find a Store Rewards Rewards DISCOVER PLANS AND DEVICES TO MATCH YOUR DIGITAL LIFESTYLE ARE YOU LOOKING FOR Postpaid Plan Postpaid Plan Postpaid Plan Prepaid Plan 5G Devices Broadband Plan Family Plan Student Plan You're definitely going to love this package! OUR RECOMMENDATION RM 98/month U POSTPAID * 1,000GB 5G High-Speed Data * Ultra Hotspot 5G Sharing from High-Speed Data * Free Global Roaming in 63 destinations * Up to 6 U FamilyShare lines Learn More OUR RECOMMENDATION RM 35/month PREPAID U35 * RM35/month * Unlimited 5G Weekends * Unlimited 4G Data * Unlimited Calls * 3GB Hotspot Learn More OUR RECOMMENDATION RM 0/month 5G DEVICES * Own a 5G device from RM0/month * Enjoy ultra high-speed that 5G offers * Download large files in seconds Learn More OUR RECOMMENDATION RM 68/month BROADBAND * Unlimited High Speed Data with 5G & 4G Connectivity Learn More OUR RECOMMENDATION RM 38/line U FAMILYSHARE * Sharing from 1,000GB * Up to 6 U FamilyShare lines Learn More OUR RECOMMENDATION RM 35/month PREPAID U35 * RM35/month * Unlimited 5G Weekends * Unlimited 4G Data * Unlimited Calls * 2X More Mobile Hotspot up to 3GB 6GB Learn More HELLO. WHAT ARE YOU LOOKING FOR TODAY? U Home 5G Unlock unlimited fibre-like internet speed and elevate your home connectivity with U Home 5G. No contract or installation required. Find out more here! Learn Even More U Home 5G Unlock unlimited fibre-like internet speed and elevate your home connectivity with U Home 5G. No contract or installation required. Find out more here! Learn Even More All-New U Postpaid Plans Our New U Postpaid Plans are finally here. Enjoy interest-Free instalment with U PayLater & unbeatable device savings with U SaveMore. Check it out now! Learn Even More All-New U Postpaid Plans Our New U Postpaid Plans are finally here. Enjoy interest-Free instalment with U PayLater & unbeatable device savings with U SaveMore. Check it out now! Learn Even More All-New Prepaid Plans No.1 Best Value Unlimited Plans with free ultra-fast uncapped 4G/5G speed. Learn Even More All-New Prepaid Plans No.1 Best Value Unlimited Plans with free ultra-fast uncapped 4G/5G speed. Learn Even More Unbeatable Savings and Flexibility Own the latest 5G Devices with U PayLater or U SaveMore Learn Even More Unbeatable Savings and Flexibility Own the latest 5G Devices with U PayLater or U SaveMore Learn Even More The Best Pakej 5G Rahmah Experience the power of 5G connectivity with the best Pakej 5G Rahmah in town. Stay connected with ultra-high-speed data, coupled with the latest 5G devices. Find out more! Learn Even More The Best Pakej 5G Rahmah Experience the power of 5G connectivity with the best Pakej 5G Rahmah in town. Stay connected with ultra-high-speed data, coupled with the latest 5G devices. Find out more! Learn Even More SWITCH TO U Enjoy more awesome perks and rebates when you Switch to U! Learn More GET THE ALL-NEW MYUMOBILE APP NOW! Enjoy a better, faster and safer experience today. ABOUT US * Our Company * Our Network * Brand Activities * Newsroom * Careers SUPPORT * FAQs * Find a Store * Self Help * Contact Us TERMS & NOTICES * Important Notices * Terms & Conditions * Privacy Notice DOWNLOAD THE MYUMOBILE APP CONNECT WITH US Redress your complaints at the Consumer Forum Malaysia (CFM) | www.complaint.cfm.org.my Copyright © 2023 U Mobile Sdn Bhd 199101013657 (223969-U) All Rights Reserved {{label}} * {{placeholder}} Suggested Searches * Search Cancel {{sticker.text}} Starts in Ends in 01d : 01h : 01m {{deviceBrand}} {{deviceModel}} RRP {{prefixRM(addCommaForCurrency(deviceOriginalPrice))}} from {{prefixRM(addCommaForCurrency(devicePromoPrice))}} {{monthlyText}} RRP {{prefixRM(addCommaForCurrency(deviceOriginalPrice))}} from {{prefixRM(addCommaForCurrency(devicePromoPrice))}} {{monthlyText}} {{isActiveCard ? `Selected` : `Select` }} {{ctaLabelLeft ? ctaLabelLeft : `Learn More` }} {{ctaLabel}} {{ctaLabel}} {{planStickerText}} RM {{currentPrice}} {{currentPriceSuffix}} 1. {{topCtaText}} {{leftCtaText}} {{rightCtaText}} {{rightCtaText}} {{activeCard === anchorName ? `Selected` : selectableCardBtmCtaText }} {{title}} {{description}} {{btmDescription}} {{btmDescriptionDate}} {{TITLE}} {{description}} Learn More {{SUBMITTEDDETAILSLABEL}} {{interestedInLabel}} {{data.find(item => item.fieldName === 'IM_INTERESTED_IN' ).fieldValue}} {{salutationLabel}} {{data.find(item => item.fieldName === 'SALUTATION' ).fieldValue}} {{fullNameLabel}} {{data.find(item => item.fieldName === 'NAME' ).fieldValue}} {{idTypeLabel}} {{data.find(item => item.fieldName === 'ID_TYPE' ).fieldValue}} {{idNumberLabel}} {{data.find(item => item.fieldName === 'ID_NO' ).fieldValue}} {{mobileNumberLabel}} {{data.find(item => item.fieldName === 'PHONE_NO' ).fieldValue}} {{emailAddressLabel}} {{data.find(item => item.fieldName === 'EMAIL' ).fieldValue}} {{adresssLineLabel}} {{data.find(item => item.fieldName === 'ADDRESS_LINE' ).fieldValue}} {{postcodeLabel}} {{data.find(item => item.fieldName === 'POSTCODE' ).fieldValue}} {{stateLabel}} {{data.find(item => item.fieldName === 'STATE' ).fieldValue}} {{cityLabel}} {{data.find(item => item.fieldName === 'CITY' ).fieldValue}} {{YOURSELECTEDPLANLABEL}} {{broadbandPlanLabel}} {{data.find(item => item.fieldName === 'BROADBAND_PLAN' ).fieldValue}} {{selectedPostpaidOptionPlanLabel}} {{selectedPostpaidOptionPlan}} {{monthlyFeeLabel}} {{data.find(item => item.fieldName === 'MONTHLY_FEE' ).fieldValue}} {{PERSONALDETAILSFORMLABEL}} {{salutationLabel}} {{data.find(item => item.fieldName === 'SALUTATION' ).fieldValue}} {{fullNameLabel}} {{data.find(item => item.fieldName === 'NAME' ).fieldValue}} {{idTypeLabel}} {{data.find(item => item.fieldName === 'ID_TYPE' ).fieldValue}} {{idNumberLabel}} {{data.find(item => item.fieldName === 'ID_NO' ).fieldValue}} {{mobileNumberLabel}} {{data.find(item => item.fieldName === 'PHONE_NO' ).fieldValue}} {{emailAddressLabel}} {{data.find(item => item.fieldName === 'EMAIL' ).fieldValue}} {{INSTALLATIONADDRESSFORMLABEL}} {{installationUnitNumberLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_UNIT_NUMBER' ).fieldValue}} {{installationAddressLineLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_ADDRESS_LINE' ).fieldValue}} {{installationPostcodeLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_POSTCODE' ).fieldValue}} {{installationStateLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_STATE' ).fieldValue}} {{installationCityLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_CITY' ).fieldValue}} {{REGISTRATIONADDRESSFORMLABEL}} {{registrationUnitNumberLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_UNIT_NUMBER' ).fieldValue}} {{registrationAddressLineLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_ADDRESS_LINE' ).fieldValue}} {{registrationPostcodeLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_POSTCODE' ).fieldValue}} {{registrationStateLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_STATE' ).fieldValue}} {{registrationCityLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_CITY' ).fieldValue}} We use cookies to bring you the best experience on our site by tailoring the most relevant content for you. Click ‘Proceed’ to enjoy optimal performance. View our Privacy Notice to learn more. Proceed {{label}} * {{placeholder}} Suggested Searches * Search Cancel {{sticker.text}} Starts in Ends in 01d : 01h : 01m {{deviceBrand}} {{deviceModel}} RRP {{prefixRM(addCommaForCurrency(deviceOriginalPrice))}} from {{prefixRM(addCommaForCurrency(devicePromoPrice))}} {{monthlyText}} RRP {{prefixRM(addCommaForCurrency(deviceOriginalPrice))}} from {{prefixRM(addCommaForCurrency(devicePromoPrice))}} {{monthlyText}} {{isActiveCard ? `Selected` : `Select` }} {{ctaLabelLeft ? ctaLabelLeft : `Learn More` }} {{ctaLabel}} {{ctaLabel}} {{planStickerText}} RM {{currentPrice}} {{currentPriceSuffix}} 1. {{topCtaText}} {{leftCtaText}} {{rightCtaText}} {{rightCtaText}} {{activeCard === anchorName ? `Selected` : selectableCardBtmCtaText }} {{title}} {{description}} {{btmDescription}} {{btmDescriptionDate}} {{TITLE}} {{description}} Learn More {{SUBMITTEDDETAILSLABEL}} {{interestedInLabel}} {{data.find(item => item.fieldName === 'IM_INTERESTED_IN' ).fieldValue}} {{salutationLabel}} {{data.find(item => item.fieldName === 'SALUTATION' ).fieldValue}} {{fullNameLabel}} {{data.find(item => item.fieldName === 'NAME' ).fieldValue}} {{idTypeLabel}} {{data.find(item => item.fieldName === 'ID_TYPE' ).fieldValue}} {{idNumberLabel}} {{data.find(item => item.fieldName === 'ID_NO' ).fieldValue}} {{mobileNumberLabel}} {{data.find(item => item.fieldName === 'PHONE_NO' ).fieldValue}} {{emailAddressLabel}} {{data.find(item => item.fieldName === 'EMAIL' ).fieldValue}} {{adresssLineLabel}} {{data.find(item => item.fieldName === 'ADDRESS_LINE' ).fieldValue}} {{postcodeLabel}} {{data.find(item => item.fieldName === 'POSTCODE' ).fieldValue}} {{stateLabel}} {{data.find(item => item.fieldName === 'STATE' ).fieldValue}} {{cityLabel}} {{data.find(item => item.fieldName === 'CITY' ).fieldValue}} {{YOURSELECTEDPLANLABEL}} {{broadbandPlanLabel}} {{data.find(item => item.fieldName === 'BROADBAND_PLAN' ).fieldValue}} {{selectedPostpaidOptionPlanLabel}} {{selectedPostpaidOptionPlan}} {{monthlyFeeLabel}} {{data.find(item => item.fieldName === 'MONTHLY_FEE' ).fieldValue}} {{PERSONALDETAILSFORMLABEL}} {{salutationLabel}} {{data.find(item => item.fieldName === 'SALUTATION' ).fieldValue}} {{fullNameLabel}} {{data.find(item => item.fieldName === 'NAME' ).fieldValue}} {{idTypeLabel}} {{data.find(item => item.fieldName === 'ID_TYPE' ).fieldValue}} {{idNumberLabel}} {{data.find(item => item.fieldName === 'ID_NO' ).fieldValue}} {{mobileNumberLabel}} {{data.find(item => item.fieldName === 'PHONE_NO' ).fieldValue}} {{emailAddressLabel}} {{data.find(item => item.fieldName === 'EMAIL' ).fieldValue}} {{INSTALLATIONADDRESSFORMLABEL}} {{installationUnitNumberLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_UNIT_NUMBER' ).fieldValue}} {{installationAddressLineLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_ADDRESS_LINE' ).fieldValue}} {{installationPostcodeLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_POSTCODE' ).fieldValue}} {{installationStateLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_STATE' ).fieldValue}} {{installationCityLabel}} {{data.find(item => item.fieldName === 'INSTALLATION_CITY' ).fieldValue}} {{REGISTRATIONADDRESSFORMLABEL}} {{registrationUnitNumberLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_UNIT_NUMBER' ).fieldValue}} {{registrationAddressLineLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_ADDRESS_LINE' ).fieldValue}} {{registrationPostcodeLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_POSTCODE' ).fieldValue}} {{registrationStateLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_STATE' ).fieldValue}} {{registrationCityLabel}} {{data.find(item => item.fieldName === 'REGISTRATION_CITY' ).fieldValue}}