CINXE.COM
3uTools
<!doctype html> <html lang="en-US"> <head> <meta charset="utf-8"> <title>3uTools</title> <meta name="description" content="3uTools is a jailbreak tool for flashing and jailbreaking Apple’s iPhone, iPad, iPod touch, provides two ways, Easy Mode or Professional Mode, to flash Apple mobile devices, selects the appropriate firmware automatically and supports a rapid downloading speed. " /> <meta name="keywords" content="3uTools, jailbreak tool, iOS jailbreak, Apple devices jailbreak" /> <meta name="renderer" content="webkit|ie-comp|ie-stand"> <link rel="shortcut icon" href="https://www.3u.com/img/webicon.png?v=0.01" /> <link rel="stylesheet" href="https://www.3u.com/style/common.css?v=0.01"> <link rel="stylesheet" href="https://www.3u.com/style/header.css?v=0.01"> <link rel="stylesheet" href="https://www.3u.com/style/footer.css?v=0.01"> <link rel="stylesheet" href="https://www.3u.com/style/aboutUs.css?v=0.01"> <script src="https://www.3u.com/js/html5.js"></script> <!--[if IE 6]> <script src="https://www.3u.com/js/DD_belatedPNG.js" type="text/javascript"></script> <script type="text/javascript"> //PNG透明 window.onload = function() { DD_belatedPNG.fix('.pngFix, .pngFix:hover'); } </script> <![endif]--> <style> .about_feedback_pop { padding-top:50px; background:#fff; text-align:center; height:130px; display:none; } .about_feedback_pop p { font-size:16px; font-weight:bold } .feedback_popup .close { display:block; margin-left:50%; position:absolute; bottom:30px; left:-50px; text-align:center; width:100px; height:32px; line-height:32px; border:1px solid #ddd; color:#333 } .feedback_popup .close:hover { background:#f4f4f4 } </style> </head> <body> <!-- HEADER START --> <script src="https://www.3u.com/js/jquery-1.11.1.min.js"></script> <div class="headers_wrap"> <!-- 顶部导航 --> <div class="header"> <a href="https://www.3u.com/"> <img src="https://www.3u.com/imgs/header/3u.png" class="logo"> </a> <div class="menu"> <a class="item" id="nav_index" href="https://www.3u.com/" title="Home" onmouseenter="hideDonwloadWindow()">Home</a> <a class="item" id="nav_updateLog" href="javascript:;" onmouseenter="showDonwloadWindow()" title="Previous Versions"> Products </a> <a class="item" id="nav_firmwares" href="https://www.3u.com/firmwares" title="Firmwares" onmouseenter="hideDonwloadWindow()"> Firmwares </a> <a class="item" id="nav_tutorials" href="https://www.3u.com/tutorial" title="Tutorials" onmouseenter="hideDonwloadWindow()"> Tutorials </a> <a class="item" id="nav_news" href="https://www.3u.com/news/" title="News" onmouseenter="hideDonwloadWindow()"> News </a> <a class="item" href="http://forum.3u.com/" target="_blank" title="Forum" onmouseenter="hideDonwloadWindow()"> Forum </a> </div> <form action="https://www.3u.com/" method="post" id="searchForm" class="search"> <img src="https://www.3u.com//imgs/header/search@2x.png" class="icon"> <input type="text" name="s" id="s" class="head-search-ipt" placeholder="search" onBlur="searchContent();" onfocus="focusIpt()" autocomplete="off"/> <input type="hidden" name="type" value="100"/> <div class="hisList"> </div> </form> </div> <!-- 浮窗下载 --> <div class="donwload_window" onmouseleave="hideDonwloadWindow()"> <div class="donwload_box"> <div class="item"> <a class="type" href="https://www.3u.com/productsWin"> <img src="https://www.3u.com/imgs/index/Windows_120@2x.png" class="t_img"> <div class="name">3uTools for Windows/macOS</div> </a> <div class="btn_box"> <a class="btn type_1" href="https://url.3u.com/zmAJjyaa"> <img src="https://www.3u.com/imgs/index/windows@2x_ico.png" width="20"> Win(x86) </a> <a class="btn type_1" href="https://url2.3u.com/MNBBfyaa"> <img src="https://www.3u.com/imgs/index/windows@2x_ico.png" width="20"> Win(x64) </a> <a class="btn type_1" href="https://url2.3u.com/yiiuaqaa"> <img src="https://www.3u.com/imgs/index/macOS@2x_ico.png" width="20"> macOS </a> </div> </div> <div class="item"> <a class="type" href="https://www.3u.com/productsIos"> <img src="https://www.3u.com//imgs/index/iOS_120@2x.png" class="t_img"> <div class="name">3uTools for iOS</div> </a> <div class="btn_box"> <a class="btn type_1" href="https://www.3u.com/productsIos#installationBox">Download</a> <a class="btn" href="https://www.3u.com/productsIos">Details</a> </div> </div> <div class="item"> <a class="type" href="https://www.3u.com/remote"> <img src="https://www.3u.com/imgs/index/3uRemote_120@2x.png" class="t_img"> <div class="name">3uRemote for Windows/<br/>Android</div> </a> <div class="btn_box"> <a class="btn type_1" href="https://dl.3u.com/remote/3uRemote_v1.0.2.08_Setup_700001.exe"> <img src="https://www.3u.com/imgs/index/windows@2x_ico.png" width="20"> Win(x86) </a> <a class="btn type_1" href="https://dl.3u.com/remote/3uRemote_v1.0.2.08_Setup_x64_700001.exe"> <img src="https://www.3u.com/imgs/index/windows@2x_ico.png" width="20"> Win(x64) </a> <a class="btn type_1" href="https://play.google.com/store/apps/details?id=com.u3.remote"> <img src="https://www.3u.com/imgs/index/Android@2x.png" width="20"> Android </a> </div> </div> </div> </div> </div> <script type="text/javascript"> var searchInput = $('input[name="s"]'); $('#searchForm').submit(function () { setHisList($('#s').val()) return checkSearch(); }); var checkSearch = function () { var s = $.trim(searchInput.val()); if (s === '') { return false; } return true; }; function searchContent() { blurIpt(); if ($('#s').val() !== '') { setHisList($('#s').val()) } if (checkSearch()) $('#searchForm').submit(); } // $("#s").bind("keydown", function (e) {// 兼容FF和IE和Opera // var theEvent = e || window.event; // var code = theEvent.keyCode || theEvent.which || theEvent.charCode; // if (code === '13') { //处理按回车键后的逻辑 // searchContent(); // } // }); function searchContentByHis(event) { var word = $(event).text(); searchInput.val(word); setHisList(word) if (checkSearch()) $('#searchForm').submit(); } // 顶部按钮获取焦点显示历史记录 let searchDom = document.querySelector('.search') let hisDom = document.querySelector('.hisList') let focusIpt = () => { searchDom.style.border = '1px solid rgba(0,121,255,0.4)'; showHis(); } let blurIpt = () => { searchDom.style.border = '1px solid #CED7DE'; } let hideHis = () => { hisDom.style.display = 'none' } let showHis = () => { let hisList = (localStorage.getItem('hisList') && localStorage.getItem('hisList').split(',')) || [] if (hisList.length > 0) { hisDom.style.display = 'block' } getHisList(); } // 获取历史数据 let getHisList = () => { let hisListItem = `` let hisListDom = document.querySelector('.hisList') let hisList = (localStorage.getItem('hisList') && JSON.parse(localStorage.getItem('hisList'))) || [] if (hisList.length > 0) { hisList.forEach(v => { hisListItem += `<div onclick="searchContentByHis(this)" class="his_item hidetext">${v}</div>` }) } let hisItemList = ` <div class="his_title"> Recent searches <div class="delete" onclick="deleteHisList()"></div> </div> ${hisListItem} `; if (hisList.length > 0) { hisListDom.innerHTML = hisItemList } } getHisList() // 写入历史数据 let setHisList = (text) => { if (text !== '') { let hisList = (localStorage.getItem('hisList') && JSON.parse(localStorage.getItem('hisList'))) || [] hisList.unshift(text) //先去重 const newArr = [...new Set(hisList)]; //在分割 hisList = newArr.slice(0, 5) localStorage.setItem('hisList', JSON.stringify(hisList)) } getHisList() } // 删除历史记录 let deleteHisList = () => { localStorage.removeItem('hisList') getHisList() hisDom.style.display = 'none' } $(document.body).click(function () { //点击页面去掉搜索框中的历史内容 hideHis(); }); $('#s').click(function (e) { //点击搜索框不去掉搜索框中的历史内容 e.stopPropagation() }); </script> <!-- HEADER END --> <!-- CAPTION START --> <div class="big_title">ABOUT US</div> <!-- CAPTION END --> <!-- CONTENT START --> <div class="text_wrap"> <div class="text_box"> <img src="./imgs/aboutUs/logo@2x.png" class="top_img" alt=""> <!-- 第1个大标题 --> <div class="title">3uTools is an all-in-one tool for all iOS devices.</div> <!-- 第1个提示内容 --> <div class="tip mt24">It can help you view and manage the data files of your iOS devices.</div> <div class="tip">It also offers you with the professional flashing and jailbreaking function.</div> <!-- 第2个提示内容 --> <div class="tip mt24">Besides, 3uTools includes a series of assistant tools.</div> <div class="tip">For instance, it can help backup and restore the data files of your iOS devices,</div> <div class="tip">clean up junk files, make ringtones, convert video formats, and more.</div> <!-- 第3个提示内容 --> <div class="tip mt24">In 3uTools online store, there are various applications,</div> <div class="tip">ringtones and wallpapers for you to download and install for free.</div> <!-- 第2个大标题 --> <div class="title mt72">Contact Us</div> <div class="title">If you have any problems about 3uTools and iOS:</div> <!-- 第4个提示内容 --> <div class="tip mt24">You may post your problems on 3uTools Facebook Group</div> <a class="link mt4" href="https://www.facebook.com/3utool/" target="_blank">3uTools for iOS Users</a> <!-- 第5个提示内容 --> <div class="tip mt24">You may post your problems on</div> <a class="link mt4" href="https://twitter.com/3utools" target="_blank">Twitter</a> <!-- 第6个提示内容 --> <div class="tip mt24">You may post your problems on</div> <a class="link mt4" href="http://forum.3u.com/" target="_blank">3uTools forum</a> <!-- 第7个提示内容 --> <div class="tip mt24">You may email us at</div> <a class="link mt4" href="mailto:3utools@gmail.com" target="_blank">3utools@gmail.com</a> <img src="./imgs/aboutUs/about_pne@2x.png" class="bottom_img" alt=""> <!-- 表单 --> <div class="title mt72">Feedback</div> <div class="ipt_box"> <div class="item"> <input placeholder="Name" id="name" type="text"> </div> <div class="item"> <input placeholder="Mail" id="mail" type="text"> </div> </div> <textarea name="textarea" id="content" placeholder="Message"></textarea> <div class="summit hover" onclick="submit()">Submit</div> </div> </div> <!-- FOOTER START --> <script src="https://www.3u.com/js/common.js?v=0.01"></script> <div class="go_top" onclick="goTop()"></div> <!----------------------------------------------------------------------- 底部 -----------------------------------------------------------------------> <div class="footer_wrap"> <div class="footer_box"> <div class="top"> <div class="t_1"> Connect with us <a href="https://www.facebook.com/3utool/" target="_blank" title="Facebook"> <div class="f"></div> </a> <a href="https://twitter.com/3utools" target="_blank" title="Twitter"> <div class="t"></div> </a> </div> <div class="t_2"> <a class="t_2_item" href="https://www.3u.com/about-us" title="About Us"> About Us </a> <a class="t_2_item" href="https://www.3u.com/statement" title="Legal Statement"> Legal Statement </a> <a class="t_2_item" href="https://www.3u.com/disclaimer" title="Disclaimer"> Disclaimer </a> </div> <div class="t_3">© 2010 - 2024 3uTools. All Rights Reserved.</div> </div> <div class="tip_1">3uTools can manage files, download apps / wallpapers / ringtones, flash, jailbreak</div> <div class="tip_2">An All-in-one Tool for iOS Devices</div> </div> </div> <a href="javascript:;" class="totop" title="Back Up"></a> <script> $(function(){ if(!(!!window.ActiveXObject && !window.XMLHttpRequest)) { $(window).scroll(function(){ var top = $(window).scrollTop(); if(top > 300 && !$('.totop').hasClass('active')) $('.totop').addClass('active'); if(top <= 300 && $('.totop').hasClass('active')) $('.totop').removeClass('active'); if(top > $(document).height() - $(window).height() - 180 && !$('.totop').hasClass('active-b')) $('.totop').addClass('active-b'); if(top <= $(document).height() - $(window).height() - 180 && $('.totop').hasClass('active-b')) $('.totop').removeClass('active-b'); }); $('.totop').on('click', function(){ $('html, body').animate({scrollTop:0}, 200); }); } }); </script> <!-- <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'G-EZ7Y3HRRTD', 'auto'); ga('send', 'pageview'); </script> --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-69992216-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-69992216-1'); </script> <!-- FOOTER END --> <!-- 弹窗提示 --> <div class="sub_tip_success"> <img src="./imgs/aboutUs/right@2x.png" alt=""> <span id="successContent"></span> </div> <div class="sub_tip_error"> <img src="./imgs/aboutUs/error@2x.png" alt=""> <span id="errorContent"></span> </div> <script> // 成功弹窗 let showSuccess = (msg) => { let successDom = document.querySelector('.sub_tip_success') successDom.style.display = 'flex' document.getElementById("successContent").innerHTML = msg; setTimeout(() => { successDom.style.display = 'none' }, 2000) } // 失败弹窗 let showError = (msg) => { let successDom = document.querySelector('.sub_tip_error') successDom.style.display = 'flex' document.getElementById("errorContent").innerHTML = msg; setTimeout(() => { successDom.style.display = 'none' }, 2000) } // 提交表单 let submit = () => { let name = document.getElementById('name').value let mail = document.getElementById('mail').value let content = document.getElementById('content').value console.log(name) console.log(mail) console.log(content) // Name if (name == '') { showError('Please enter your name.'); return false; } // Email let reg = /^([a-z0-9A-Z_]+[-|\.]?)+[a-z0-9A-Z_]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\.)+[a-zA-Z]{2,}$/; if (mail == '' || !reg.test(mail)) { showError('Please enter a valid email address.'); return false; } // Content if (content == '') { showError('Please provide feedback about your experience.'); return false; } else { if(content.length > 1000) { showError('Sorry, you are not allowed to type more than 1000 characters.'); return false; } } $.post("https://www.3u.com/index_opinion.action", {name: name, email: mail, content: content}, function(data){ if (data.retFlag == 1) { showSuccess('Thank you for your feedback!'); } else { showError('Thank you for your feedback!'); } document.getElementById('name').value = ''; document.getElementById('mail').value = ''; document.getElementById('content').value = ''; }, 'json'); } </script> </body> </html>