Usuário descobre como usar o Internet Explorer no Windows 11

Usuário descobre como usar o Internet Explorer no Windows 11

03/08/2022 0 Por admin

_   CONTINUA DEPOIS DA PUBLICIDADE   _

Depois de muitos esforços, a Microsoft finalmente conseguiu desativar o Internet Explorer no Windows 11. Entretanto, um usuário do Twitter conseguiu acesso ao antigo código do navegador e liberou seu acesso livre para o novo sistema operacional.

Para a Microsoft, o Internet Explorer nunca deveria ter funcionado no Windows 11, justamente pela empresa ter desativado sua função na nova atualização. Isso tornou o sistema operacional o primeiro sem o navegador em 20 anos. Ao tentar abrir o navegador, ele automaticamente abrirá o seu substituto, o Microsoft Edge.

publicidade

Quem descobriu uma maneira de rodar o Explorer no Windows 11 foi o usuário @xenopanther, do Twitter. Mesmo que a morte da estrela do Windows tenha acontecido em junho deste ano, ela já voltou a ser acessível por conta de partes antigas esquecidas dentro do sistema operacional.

Tradução: “Lembrete amigável de que o IE ainda funciona em agosto de 2022”

Como acessar o Internet Explorer no Windows 11

Para acabar com a saudade do Internet Explorer, você vai precisar entrar no Painel de Controle. Em seguida, clicar em Opções de Internet, escolher a aba Programas, clicar em “gerenciar complementos” e, por fim, em “saiba mais sobre barras de ferramentas e extensões”.

Leia mais:

Ainda não se sabe exatamente o porquê, mas seguindo esses passos, o Internet Explorer foge dos comandos de acesso ao Edge e se inicia. O navegador funciona exatamente como o esperado e o usuário estará exposto a todos os tipos de incompatibilidade da web e vários problemas com segurança, justamente por não suportarem mais o Explorer.

RIP Internet Explorer: navegador ganha lápide ‘comemorativa’ na Coreia do Sul

A decisão da Microsoft de finalmente aposentar o Internet Explorer marcou o fim de um relacionamento de amor e ódio para muitos usuários. Um deles foi o engenheiro de software sul-coreano Jung Ki-young.

Para celebrar a morte do navegador, o profissional de TI gastou US$ 330 — pouco mais de R$ 1.700 na cotação atual —, para encomendar uma lápide com o ícone do browser e a seguinte frase: “Ele (Internet Explorer) era uma boa ferramenta para baixar outros navegadores”.

Para saber mais, acesse a reportagem do Olhar Digital.

Já assistiu aos novos vídeos no YouTube do Olhar Digital? Inscreva-se no canal!

}, // Lazy:Comments commentsHidderWidget: function(){ if (!OD._commentsHidderWidget) OD._commentsHidderWidget = OD.e('cmtHiddder'); return OD._commentsHidderWidget; }, commentsWidget: function(){ if (!OD._commentsWidget) OD._commentsWidget = OD.e('postComments'); return OD._commentsWidget; }, commentsInit: function(){ var script, head = document.head; OD.commentsOK = true; script = document.createElement("script"); script.setAttribute("src", "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6"); script.setAttribute("async", "false"); script.setAttribute("onload", "FB.XFBML.parse();"); head.insertBefore(script, head.firstElementChild); }, // Lazy:Taboola taboolaWidget: function(){ // Desabilitado - MGID return false; if (!OD._taboolaWidget) OD._taboolaWidget = OD.e('widgetTaboola'); return OD._taboolaWidget; }, taboolaInit: function(){ var script, head = document.head; if (OD.taboolaOK === true) return; OD.taboolaOK = true; // 3rd tag window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u;e.id = i;f.parentNode.insertBefore(e, f);} }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/olhardigital/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} }, // Lazy:MGID mgidWidget: function(){ if (!OD._mgidWidget) OD._mgidWidget = OD.e('M806238ScriptRootC1311647'); return OD._mgidWidget; }, mgidInit: function(){ var script, head = document.head; if (OD.mgidOK === true) return; OD.mgidOK = true; // MGOD Composit Start (function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u; f.appendChild(e);} })(document.createElement('script'), document.getElementsByTagName('body')[0], '//jsc.mgid.com/o/l/olhardigital.com.br.1311647.js'); }, // Ajax getJSON: function(url, data, success, error, complete){ success = success||function(){}; OD.getHTML(url, data, function(responseText){ success(JSON.parse(xhr.responseText)); }, error, complete); }, getHTML:function(url, data, success, error, complete) { var xhr = new XMLHttpRequest(), serialize = function(obj){ var p, str=[]; for (p in obj) { if (!obj.hasOwnProperty(p)) continue; str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p])); } return str.join("&"); }; xhr.withCredentials = true; success = success || function() {}; complete = complete || function() {}; error = error || function() {} xhr.onreadystatechange = function() { if (xhr.readyState != 4) return; if (xhr.status == 200) success(xhr.responseText); else error(xhr.status, xhr.responseText); complete(); } xhr.open('GET', url+'&'+serialize(data),true); xhr.send(); }, // Util e: function(id){ return document.getElementById(id); }, isInViewPort: function(element){ var rect, top, bottom; if (!element) return false; rect=element.getBoundingClientRect(); top=rect.top; bottom=rect.bottom; return (top>=0 && bottom<=window.innerHeight); }, toggleClass: function(id, className){ var e = OD.e(id); if (e.classList.contains(className)) {e.classList.remove(className); return false;} else {e.classList.add(className); return true;} }, toggleSearch: function(){ if (OD.toggleClass('mainSearch', 'show')) OD.e('mainSearchInput').focus(); }, getUrlParameter: function(name) { var url = window.location.href.split('?'), vars, upar, i; url.shift(); vars = unescape(url.join('?')).split('&'); for (i = 0; i < vars.length; i++) { upar = vars[i].split('='); if (upar[0] === name) { if (upar[1] === undefined) return ''; return upar[1].replace(/+/g, ' '); } } return ''; }, // Resfresh setupPageRefresh: function(){ var seconds = parseInt(OD.e('body').getAttribute('data-refresh'), 10); if (seconds<=0) return; window.setTimeout(function(){location.reload();}, Math.max(30,seconds)*1000); }, // Behaviors linkTargetPopup: function(e){ var path=e.path||e.composedPath(), link=false, i, w=600, h=600,l,t,coords=""; if (!path) return; for (i=0; i0 && l>0) coords=",top="+t+','+'left="+l+",screenY='+t+',screenX='+l; window.open(link.getAttribute('href'),'popup',a="width="+w+',height="+h+coords+",resizable=yes,scrollbars=yes,status=yes,menubar=no'); return false; } }, // Cookies setCookie: function(name, value, expires) { var d = new Date(), expires; d.setTime(d.getTime() + (expires*1000)); expires = (expires>0 ? ";expires="+ d.toUTCString() : ''); document.cookie = name+"="+value+expires+";path=/"; }, getCookie: function(name) { var cname = name+"=", i, c decodedCookie = decodeURIComponent(document.cookie), ca = decodedCookie.split(';'); for (i=0; i'; } else { target.innerHTML = '"'; } } }; if (window.OD_bodyAlreadyLoaded===true) OD.bodyLoaded(); document.addEventListener('click', OD.linkTargetPopup, true);

//////////////////////////////////////////////// // OpenWeb //////////////////////////////////////////////// window.OD.addOnLoad(function(){ // Desabilitado return; // Apenas matérias if (!OD.postID) return; // Callbacks window.openWeb_onNewUnseen = function(count) { var e = document.getElementById('openWebBellBadge'); if (e){e.innerText = count; e.setAttribute('data-unseen', (count>0 ? 'yes' : 'no'));} } window.openWeb_openNotifications = function(){ var payload = {postId: OD.postID, instanceId: "EmbeddedNotifications"}; if (typeof window.__OW_OPEN_NOTIFICATIONS__ === 'function') { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); return; } document.addEventListener('ow-notifications-sdk-ready', function() { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); }); }; // Init if (typeof window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__ === 'function') { window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); return; } document.addEventListener('ow-notifications-sdk-ready', function(){ window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); }); });