CINXE.COM

Manuel Haeussermann - iFixit

<!DOCTYPE html> <!--[if IE 8 ]> <html class="lt-ie10 lt-ie9 ie8" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if IE 9 ]> <html class="lt-ie10 ie9" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><![endif]--> <!--[if (gte IE 10)|!(IE)]><!--><html dir="ltr" lang="en" xmlns:fb="http://ogp.me/ns/fb#"><!--<![endif]--> <head> <link rel="preconnect" href="https://assets.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://guide-images.cdn.ifixit.com" crossorigin> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11803" as="script" fetchpriority="high" > <link rel="preload" href="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.87fac50d810b21d81f88.js" as="script" fetchpriority="high" > <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} (function() { function hasPiwikConsent() { try { var fromPiwik = null document.cookie.split(';').forEach(function(cookie) { var parts = cookie.split('='); if (parts[0].trim() === 'ppms_privacy_6bf6bc54-82ca-4321-8620-b12d5c9b57b6') { var cookieObject = JSON.parse(decodeURIComponent(parts[1])); if (cookieObject && cookieObject.consents) { fromPiwik = Object.values(cookieObject.consents).every(function(consent) { return consent.status == 1; }); } } }); } catch (e) { console.error("Error parsing piwik cookie", e); return null; } return fromPiwik; } var needsConsent = false; var hasConsent = hasPiwikConsent(); var cookiesOk = hasConsent !== null ? hasConsent : !needsConsent; var consent = cookiesOk ? 'granted' : 'denied'; console.log("GTAG Consent", consent); gtag('consent', 'default', { 'ad_storage': consent, 'ad_user_data': consent, 'ad_personalization': consent, 'analytics_storage': consent, }); })() </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-59NVBFN');</script> <!-- End Google Tag Manager --> <title>Manuel Haeussermann - iFixit</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="Manuel has been Content Creator at iFixit since August 2022. He works between the Content and Marketing departments. Most of the time, he juggles with words or edits photos, creating guides, newsletters or blog posts. In his free time, he reads or codes." /> <meta name="title" content="Manuel Haeussermann - iFixit" /> <meta name="keywords" content="" /> <meta name="robots" content="index, follow, max-image-preview:large" /> <link id="canonical-link" rel="canonical" href="https://www.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="de" href="https://de.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="en" href="https://www.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="es" href="https://es.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="fr" href="https://fr.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="it" href="https://it.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="nl" href="https://nl.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="pt" href="https://pt.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="ru" href="https://ru.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="tr" href="https://tr.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="zh" href="https://zh.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="ja" href="https://jp.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="ko" href="https://ko.ifixit.com/User/4158147/Manuel+Haeussermann" /> <link rel="alternate" hreflang="x-default" href="https://www.ifixit.com/User/4158147/Manuel+Haeussermann" /> <meta name="verify-v1" content="jw37yaG9O4vmztqkH8xsZEeQtGHqzC3GZXfwk5xUCeM=" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1"/> <link rel="stylesheet" type="text/css" media="print" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/Shared-print-4vKZnU54L24ZnG6tuvAwTw.css" /> <script> var deferCss = { hidden: true, timeout: null, unhide: function() { if (deferCss.hidden) { var hider = document.getElementById('cssHide'); hider && hider.parentElement.removeChild(hider); var criticalCss = document.getElementById('criticalCss'); criticalCss && criticalCss.parentElement.removeChild(criticalCss); deferCss.hidden = false; } }, applyAllCss: function() { if (!deferCss.hidden) { return; } clearTimeout(deferCss.timeout); var links = document.querySelectorAll('.cssReady, .cssPreload'); var link; for (var i = 0; i < links.length; ++i) { link = links[i]; link.onload = null; link.rel = 'stylesheet'; } deferCss.unhide(); }, cssLoaded: function(link, success) { link.className = success ? "cssReady" : "cssFailed"; if (!success) { console.error(link.href + " failed to load"); } var stillWaiting = document.querySelector('.cssPreload'); if (!stillWaiting) { deferCss.applyCssWhenDomLoaded(); } }, applyCssWhenDomLoaded: function() { // Loading hasn't finished yet if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { deferCss.applyAllCss(); }); } else { // `DOMContentLoaded` has already fired deferCss.applyAllCss(); } }, setTimeout: function(timeout) { deferCss.timeout = setTimeout(function() { console.warn("Deferred CSS took too long to load. Displaying anyway..."); deferCss.applyCssWhenDomLoaded(); }, timeout); } }; deferCss.setTimeout(7000); </script> <style id="cssHide"> .hide-until-css-loaded { display: none !important; } </style> <script> /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */ /* This file is meant as a standalone workflow for - testing support for link[rel=preload] - enabling async CSS loading in browsers that do not support rel=preload - applying rel preload css once loaded, whether supported or not. */ (function( w ){ "use strict"; // rel=preload support test if( !w.loadCSS ){ w.loadCSS = function(){}; } // define on the loadCSS obj var rp = loadCSS.relpreload = {}; // rel=preload feature support test // runs once and returns a function for compat purposes rp.support = (function(){ var ret; try { ret = w.document.createElement( "link" ).relList.supports( "preload" ); } catch (e) { ret = false; } return function(){ return ret; }; })(); // if preload isn't supported, get an asynchronous load by using a non-matching media attribute // then change that media back to its intended value on load rp.bindMediaToggle = function( link ){ // remember existing media attr for ultimate state, or default to 'all' var finalMedia = link.media || "all"; function enableStylesheet(){ // unbind listeners if( link.addEventListener ){ link.removeEventListener( "load", enableStylesheet ); link.removeEventListener( "error", enableStylesheet ); } else if( link.attachEvent ){ link.detachEvent( "onload", enableStylesheet ); link.detachEvent( "onerror", enableStylesheet ); } link.setAttribute( "onload", null ); link.media = finalMedia; } // bind load handlers to enable media if( link.addEventListener ){ link.addEventListener( "load", enableStylesheet ); } else if( link.attachEvent ){ link.attachEvent( "onload", enableStylesheet ); } // Set rel and non-applicable media type to start an async request // note: timeout allows this to happen async to let rendering continue in IE setTimeout(function(){ link.rel = "stylesheet"; link.media = "only x"; }); // also enable media after 7 seconds, // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link setTimeout( function() { link.onload && link.onload(); enableStylesheet(); }, 7000 ); }; // loop through link elements in DOM rp.poly = function(){ // double check this to prevent external calls from running if( rp.support() ){ return; } var links = w.document.getElementsByTagName( "link" ); for( var i = 0; i < links.length; i++ ){ var link = links[ i ]; // qualify links to those with rel=preload and as=style attrs if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){ // prevent rerunning on link link.setAttribute( "data-loadcss", true ); // bind listeners to toggle media back rp.bindMediaToggle( link ); } } }; // if unsupported, run the polyfill if( !rp.support() ){ // run once at least rp.poly(); // rerun poly on an interval until onload var run = w.setInterval( rp.poly, 500 ); if( w.addEventListener ){ w.addEventListener( "load", function(){ rp.poly(); w.clearInterval( run ); } ); } else if( w.attachEvent ){ w.attachEvent( "onload", function(){ rp.poly(); w.clearInterval( run ); } ); } } // commonjs if( typeof exports !== "undefined" ){ exports.loadCSS = loadCSS; } else { w.loadCSS = loadCSS; } }( typeof global !== "undefined" ? global : this ) ); </script> <noscript> </noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-qilb_ObhJKELTZyugxOnSg.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.css" rel="preload" as="style" onload="deferCss.cssLoaded(this, true)" onerror="this.onerror = this.onload = null; deferCss.cssLoaded(this, false);" class="cssPreload" /> <noscript> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/guide-all-xHbGqtOkUnSDXqfJIfPObw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/font-awesome-1EMSA-1xNu6QLgjlbNFTNQ.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/module-all-5XRtVyqn-mlAFFjCBFPlAw.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/core-yZ1b1sS_zwUH35TT8CwuEA.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/core-primitives-yI0UPo46zCFEhFdtFTfk8A.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Admin/ifixit/header_footer_old-D9UI1Sbj5JvYiO3aW7GWmg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-common-qilb_ObhJKELTZyugxOnSg.css" rel="stylesheet" /> <link type="text/css" href="https://assets.cdn.ifixit.com/Assets/Guide/ifixit/Wiki-wiki-dyJj3YQIbQsip0sTdPMgOQ.css" rel="stylesheet" /> </noscript> <script> </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZXNWJ73GK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); const ga4Params = {}; const userProperties = {"preferred_store":"ifixit-us","preferred_language":"EN","customer_type":"regular"}; gtag('config', 'G-5ZXNWJ73GK', ga4Params); gtag('set', 'user_properties', userProperties); </script> <!-- End Google tag (gtag.js) --> <script type="text/javascript"> window.fbq=window.fbq||function(){}; </script> <link rel="apple-touch-icon" sizes="57x57" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://assets.cdn.ifixit.com/static/icons/ifixit/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/android-chrome-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="https://assets.cdn.ifixit.com/static/icons/ifixit/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="https://assets.cdn.ifixit.com/static/icons/ifixit/manifest.json"> <link rel="mask-icon" href="https://assets.cdn.ifixit.com/static/icons/ifixit/safari-pinned-tab.svg" color="#5bbad5"> <meta name="apple-mobile-web-app-title" content="ifixit"> <meta name="application-name" content="ifixit"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://assets.cdn.ifixit.com/static/icons/ifixit/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/runtime.js.87fac50d810b21d81f88.js"></script> <script nomodule src="/v3/polyfill.min.js?flags=gated&amp;features=Array.prototype.flat,Array.prototype.flatMap,default,es2022,fetch,IntersectionObserver,Intl.RelativeTimeFormat,Intl.RelativeTimeFormat.~locale.en,NodeList.prototype.forEach,Number.isInteger,Object.entries,Object.fromEntries,Promise.prototype.finally,queueMicrotask,ResizeObserver,String.prototype.matchAll,WeakMap,WeakSet"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/translations/en-translations.js?11803"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1776.0e88fc657914f3de125d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9280.c2eacccd7021650a4c16.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5573.4a5fe7c1808dbf1ed7d3.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1927.33ff818eff8286517778.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7473.7d757542687ae3a26503.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1433.2249b8e482c7eefb4f5f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5788.cb6e0b1c5aec4de33ef7.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/312.e368dee097f0d4b6100c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6677.7ce1594fc6969d56671f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4756.40d4da28aad15493236b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2375.112b0f7b3131f9f6341f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/285.a587f96a49bca42d95eb.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/413.95ca88f1616a48fdc6a4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/2693.2f39e8a60a4615e28955.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7165.8cda0ae30585e0943d0d.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8658.9a8c189bdd718d3aab74.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8175.48b508da40f5af0a469f.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5543.c011f91b9a2c1acdf780.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/9197.7f6c79546a543b9a22aa.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7287.413eb0ef3b2eb5cb607c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1822.98f88955b1ba4a8eded4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8542.8ff075dc2141d6122d67.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6978.d4e2d7f42af79a1b30c0.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/6821.d2955937a1dc0835e319.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7074.b6db512fc2c47afc47aa.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/1803.9bf21f6968cf2f96e10c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/4249.9100d33a3b10e41feaf2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8340.6d0f74df99139f57fb2c.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/962.62fc111308cd0021184a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/8880.b747204c31dbbe09c6d2.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3548.fe4726281f53f949ff53.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5022.f6a29f85af2307bc297a.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/3649.ef16d40eff55246f6ef4.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7289.38f2c8f5efa6893b6ec8.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/5459.26a469310e8dc73da02e.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/119.52332f645fafb3e376de.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/guidepage.js.1b6e62a76352aacdd8a6.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/7050.6f0f5148e4a019504954.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/user-page.js.2985507176edb55bee1b.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/consent-banner.js.93d88d944c42fbaa5822.js"></script> <script defer type="text/javascript" src="https://assets.cdn.ifixit.com/Assets/scripts/error-capture.js.addf7e7c61ced229defd.js"></script> <style id="criticalCss"> </style> </head> <body class="responsive fullWidth" data-reactroot> <!-- https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/mouse-and-keyboard-events/skip-to-main-content/ --> <style> .skip-to-content { left: -999px; position: absolute; top: auto; width: 1px; height: 1px; overflow: hidden; z-index: -999; .skip-to-content:focus, .skip-to-content:active { color: white; background-color: black; left: 0; top: 0; width: auto; height: auto; overflow: auto; padding: 5px; margin: 5px; text-align: center; font-size: 36px; z-index: 999; } } </style> <a href="#content" class="skip-to-content hide-until-css-loaded"> Skip to main content</a> <div id="notifications" style="display:none;"> <div class="close"><i class="fa fa-times " ></i></div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59NVBFN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Piwik Pro Script --> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString();f="; SameSite=Strict"}document.cookie=a+"="+b+d+f+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src='https://ifixit.containers.piwik.pro/'+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'pproDataLayer', '6bf6bc54-82ca-4321-8620-b12d5c9b57b6'); var _paq = window._paq = window._paq || []; _paq.push(['setCustomDimensionValue', 1, 'ifixit-us']); _paq.push(['setCustomDimensionValue', 2, 'EN']); if('' !== '') { const privilege = ''.replace('&amp;', '&'); _paq.push(['setCustomDimensionValue', 3, privilege]); } </script> <!-- End Piwik Pro Script --> <div id="background"> <div class="react-component component-PopupModal" data-reactroot data-name="PopupModal" data-props="[]"> </div> <div class="react-component component-Header" data-reactroot data-name="Header" data-props="{&quot;isOnCart&quot;:false,&quot;links&quot;:[{&quot;title&quot;:&quot;Fix Your Stuff&quot;,&quot;url&quot;:&quot;\/Guide&quot;,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Repair Guides&quot;,&quot;description&quot;:&quot;Learn how to fix just about anything with our step-by-step guides.&quot;,&quot;url&quot;:&quot;\/Guide&quot;},{&quot;title&quot;:&quot;Answers Forum&quot;,&quot;description&quot;:&quot;Share solutions and get help from a friend.&quot;,&quot;url&quot;:&quot;\/Answers&quot;},{&quot;title&quot;:&quot;Teardowns&quot;,&quot;description&quot;:&quot;Get a sneak peek inside the latest gadgets.&quot;,&quot;url&quot;:&quot;\/Teardown&quot;},{&quot;title&quot;:&quot;News&quot;,&quot;description&quot;:&quot;Your destination for tech repair news.&quot;,&quot;url&quot;:&quot;\/News&quot;}]},{&quot;title&quot;:&quot;Community&quot;,&quot;url&quot;:&quot;\/Community&quot;,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Get Involved&quot;,&quot;description&quot;:&quot;Help teach people to make their stuff work again.&quot;,&quot;url&quot;:&quot;\/Community&quot;},{&quot;title&quot;:&quot;Right to Repair&quot;,&quot;description&quot;:&quot;Learn about the Right to Repair movement and how to be an advocate.&quot;,&quot;url&quot;:&quot;\/Right-to-Repair&quot;},{&quot;title&quot;:&quot;Repairability&quot;,&quot;description&quot;:&quot;Learn why fixable products make sense.&quot;,&quot;url&quot;:&quot;\/repairability&quot;},{&quot;title&quot;:&quot;Our Manifesto&quot;,&quot;description&quot;:&quot;Join the repair revolution!&quot;,&quot;url&quot;:&quot;\/Manifesto&quot;}]},{&quot;title&quot;:&quot;Store&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;,&quot;hasStoreDropdown&quot;:true,&quot;sublinks&quot;:[{&quot;title&quot;:&quot;Featured&quot;,&quot;description&quot;:&quot;Quality parts and tools backed by our lifetime guarantee.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;},{&quot;title&quot;:&quot;Tools&quot;,&quot;description&quot;:&quot;Shop our wide selection of precision tools.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Tools&quot;},{&quot;title&quot;:&quot;Parts&quot;,&quot;description&quot;:&quot;Shop parts backed by our quality guarantee.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Parts&quot;},{&quot;title&quot;:&quot;Merch&quot;,&quot;description&quot;:&quot;Show your love for iFixit with shirts, posters and more.&quot;,&quot;url&quot;:&quot;https:\/\/www.ifixit.com\/Tools\/iFixit_Gear&quot;}]}],&quot;stores&quot;:[{&quot;name&quot;:&quot;United States&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;isDisplayStore&quot;:true},{&quot;name&quot;:&quot;Australia&quot;,&quot;storeCode&quot;:&quot;au&quot;,&quot;currency&quot;:&quot;AUD&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Canada&quot;,&quot;storeCode&quot;:&quot;ca&quot;,&quot;currency&quot;:&quot;CAD&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Germany&quot;,&quot;storeCode&quot;:&quot;de&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;France&quot;,&quot;storeCode&quot;:&quot;fr&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;United Kingdom&quot;,&quot;storeCode&quot;:&quot;uk&quot;,&quot;currency&quot;:&quot;GBP&quot;,&quot;isDisplayStore&quot;:false},{&quot;name&quot;:&quot;Europe&quot;,&quot;storeCode&quot;:&quot;eu&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;isDisplayStore&quot;:false}],&quot;dropdowns&quot;:{&quot;languageDropdown&quot;:{&quot;languages&quot;:[{&quot;name&quot;:&quot;German&quot;,&quot;autoglottonym&quot;:&quot;Deutsch&quot;,&quot;currency&quot;:&quot;DEM&quot;,&quot;locale&quot;:&quot;de_DE&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/16px-Flag_of_Germany.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/ba\/Flag_of_Germany.svg\/32px-Flag_of_Germany.svg.png&quot;,&quot;isoCode&quot;:&quot;DE&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;English&quot;,&quot;autoglottonym&quot;:&quot;English&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;locale&quot;:&quot;en_US&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/16px-Flag_of_the_United_States.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/a\/a4\/Flag_of_the_United_States.svg\/32px-Flag_of_the_United_States.svg.png&quot;,&quot;isSelected&quot;:true,&quot;isoCode&quot;:&quot;EN&quot;},{&quot;name&quot;:&quot;Spanish&quot;,&quot;autoglottonym&quot;:&quot;Espa\u00f1ol&quot;,&quot;currency&quot;:&quot;MXN&quot;,&quot;locale&quot;:&quot;es_MX&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/16px-Flag_of_Mexico.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fc\/Flag_of_Mexico.svg\/32px-Flag_of_Mexico.svg.png&quot;,&quot;isoCode&quot;:&quot;ES&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;French&quot;,&quot;autoglottonym&quot;:&quot;Fran\u00e7ais&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;fr_FR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/16px-Flag_of_France.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/c\/c3\/Flag_of_France.svg\/32px-Flag_of_France.svg.png&quot;,&quot;isoCode&quot;:&quot;FR&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Italian&quot;,&quot;autoglottonym&quot;:&quot;Italiano&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;it_IT&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/16px-Flag_of_Italy.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/03\/Flag_of_Italy.svg\/32px-Flag_of_Italy.svg.png&quot;,&quot;isoCode&quot;:&quot;IT&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Dutch&quot;,&quot;autoglottonym&quot;:&quot;Nederlands&quot;,&quot;currency&quot;:&quot;EUR&quot;,&quot;locale&quot;:&quot;nl_NL&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/16px-Flag_of_the_Netherlands.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/2\/20\/Flag_of_the_Netherlands.svg\/32px-Flag_of_the_Netherlands.svg.png&quot;,&quot;isoCode&quot;:&quot;NL&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Portuguese&quot;,&quot;autoglottonym&quot;:&quot;Portugu\u00eas&quot;,&quot;currency&quot;:&quot;PP&quot;,&quot;locale&quot;:&quot;pt_BR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/16px-Flag_of_Brazil.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/05\/Flag_of_Brazil.svg\/32px-Flag_of_Brazil.svg.png&quot;,&quot;isoCode&quot;:&quot;PT&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Russian&quot;,&quot;autoglottonym&quot;:&quot;P\u0443\u0441\u0441\u043a\u0438\u0439&quot;,&quot;currency&quot;:&quot;RUR&quot;,&quot;locale&quot;:&quot;ru_RU&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/16px-Flag_of_Russia.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f3\/Flag_of_Russia.svg\/32px-Flag_of_Russia.svg.png&quot;,&quot;isoCode&quot;:&quot;RU&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Turkish&quot;,&quot;autoglottonym&quot;:&quot;T\u00fcrk\u00e7e&quot;,&quot;currency&quot;:&quot;TRY&quot;,&quot;locale&quot;:&quot;tr_TR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/16px-Flag_of_Turkey.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/b\/b4\/Flag_of_Turkey.svg\/32px-Flag_of_Turkey.svg.png&quot;,&quot;isoCode&quot;:&quot;TR&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Chinese&quot;,&quot;autoglottonym&quot;:&quot;\u4e2d\u6587&quot;,&quot;currency&quot;:&quot;HKD&quot;,&quot;locale&quot;:&quot;zh_CN&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/16px-Flag_of_the_People%27s_Republic_of_China.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/fa\/Flag_of_the_People%27s_Republic_of_China.svg\/32px-Flag_of_the_People%27s_Republic_of_China.svg.png&quot;,&quot;isoCode&quot;:&quot;ZH&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Japanese&quot;,&quot;autoglottonym&quot;:&quot;\u65e5\u672c\u8a9e&quot;,&quot;currency&quot;:&quot;JPY&quot;,&quot;locale&quot;:&quot;ja_JP&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/16px-Flag_of_Japan.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9e\/Flag_of_Japan.svg\/32px-Flag_of_Japan.svg.png&quot;,&quot;isoCode&quot;:&quot;JP&quot;,&quot;isSelected&quot;:false},{&quot;name&quot;:&quot;Korean&quot;,&quot;autoglottonym&quot;:&quot;\ud55c\uad6d\uc5b4&quot;,&quot;currency&quot;:&quot;KRW&quot;,&quot;locale&quot;:&quot;ko_KR&quot;,&quot;png16&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/16px-Flag_of_South_Korea.svg.png&quot;,&quot;png32&quot;:&quot;https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/0\/09\/Flag_of_South_Korea.svg\/32px-Flag_of_South_Korea.svg.png&quot;,&quot;isoCode&quot;:&quot;KO&quot;,&quot;isSelected&quot;:false}],&quot;translationPreferencesUrl&quot;:&quot;\/api\/2.0\/user\/setLanguagePreferences&quot;},&quot;userInfo&quot;:null,&quot;shopifyStore&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;shopDomain&quot;:&quot;ifixit-us.myshopify.com&quot;,&quot;storefrontAccessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;,&quot;cartUrl&quot;:&quot;https:\/\/www.ifixit.com\/cart&quot;,&quot;storeUrl&quot;:&quot;https:\/\/www.ifixit.com\/Store&quot;},&quot;cartDrawer&quot;:{&quot;flagCountryCode&quot;:&quot;US&quot;,&quot;locale&quot;:&quot;en-us&quot;},&quot;user&quot;:{&quot;priceTiers&quot;:null}}}"> <style> * { -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { margin: 0; padding: 0; text-rendering: optimizeSpeed; position: relative; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } .header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 68px; background: #11161A; } .header-container { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 1400px; padding: 0 12px; } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; } .header-space { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .logo-container { display: -webkit-box; display: -ms-flexbox; display: flex; margin-inline: 16px; } .headings-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; height: 100%; } .headings-container a.heading { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 24px; color: white; font-size: 14px; font-weight: 600; text-decoration: none; margin: 0; } .menu-icon { display: none; } @media only screen and (max-width: 374px) { .logo-container { margin-inline: 12px; } } @media only screen and (max-width: 999px) { .header-container { padding-left: 12px; } .headings-container { display: none; } .menu-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; padding: 6px; } } @media only screen and (min-width: 1440px) { .header-container { padding: 0; } } </style> <div class="header-wrapper"> <div class="header-container"> <div class="header-left"> <div class="menu-icon"> <span class="svg-container" style="width: 24px; height: 24px; display: inline-flex;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#D2DADF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="4" y1="12" x2="20" y2="12" class="middle"></line><line x1="4" y1="6" x2="20" y2="6" class="top"></line><line x1="4" y1="18" x2="20" y2="18" class="bottom"></line></svg></span> </div> <div class="logo-container"> <span class="svg-container" style="width: 118px; height: 36px; display: inline-flex;"><svg width="118" height="36" viewBox="0 0 118 36" fill="none" xmlns="http://www.w3.org/2000/svg" focusable="false" style="display: block" > <path fillRule="evenodd" clipRule="evenodd" d="M108.185 13.1401H104.585C103.636 13.1401 102.858 12.3534 102.858 11.3942C102.858 10.4357 103.636 9.64859 104.585 9.64859H115.53C116.479 9.64859 117.257 10.4357 117.257 11.3942C117.257 12.3534 116.479 13.1401 115.53 13.1401H111.93V25.1143C111.93 26.1717 111.103 27.0077 110.057 27.0077C109.012 27.0077 108.185 26.1717 108.185 25.1143V13.1401Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M96.2178 11.3942C96.2178 10.3372 97.0448 9.50126 98.0906 9.50126C99.1364 9.50126 99.9634 10.3372 99.9634 11.3942V25.1143C99.9634 26.1717 99.1364 27.0077 98.0906 27.0077C97.0448 27.0077 96.2178 26.1717 96.2178 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M86.7676 18.3556L92.1018 12.9633C92.8473 12.2101 92.8473 10.9884 92.1018 10.2348C91.3566 9.48139 90.1478 9.48139 89.4027 10.2348L84.0685 15.6271L78.7343 10.2348C77.989 9.48139 76.7807 9.48139 76.0352 10.2348C75.2897 10.9884 75.2897 12.2099 76.0352 12.9633L81.3694 18.3556L76.0352 23.7477C75.2897 24.5011 75.2897 25.7228 76.0352 26.4764C76.4079 26.8532 76.8962 27.0414 77.3849 27.0414C77.8731 27.0414 78.3618 26.8532 78.7343 26.4764L84.0685 21.0841L89.4025 26.4764C89.7755 26.8532 90.2635 27.0414 90.7522 27.0414C91.2406 27.0414 91.7293 26.8532 92.1018 26.4764C92.8471 25.7228 92.8471 24.5011 92.1018 23.7477L86.7676 18.3556Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M68.1737 11.3942C68.1737 10.3372 69.0006 9.50126 70.0462 9.50126C71.0923 9.50126 71.9193 10.3372 71.9193 11.3942V25.1143C71.9193 26.1717 71.0923 27.0077 70.0462 27.0077C69.0006 27.0077 68.1737 26.1717 68.1737 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M52.0474 11.542C52.0474 10.4846 52.8746 9.64859 53.9206 9.64859H63.4551C64.4038 9.64859 65.1577 10.4109 65.1577 11.3697C65.1577 12.3287 64.4038 13.091 63.4551 13.091H55.7934V16.7544H62.3607C63.3091 16.7544 64.0628 17.5167 64.0628 18.4755C64.0628 19.4347 63.3091 20.1966 62.3607 20.1966H55.7934V25.1143C55.7934 26.1717 54.9662 27.0077 53.9206 27.0077C52.8746 27.0077 52.0474 26.1717 52.0474 25.1143V11.542Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M44.0456 11.3942C44.0456 10.3372 44.8726 9.50126 45.9182 9.50126C46.9642 9.50126 47.791 10.3372 47.791 11.3942V25.1143C47.791 26.1717 46.9642 27.0077 45.9182 27.0077C44.8726 27.0077 44.0456 26.1717 44.0456 25.1143V11.3942Z" fill="white" /> <path fillRule="evenodd" clipRule="evenodd" d="M22.7682 18.7576L26.2886 23.4561C26.5805 23.8461 26.5971 24.4944 26.3252 24.8986L26.1472 25.1625C25.8763 25.5659 25.3313 26.1268 24.9369 26.4092L24.5136 26.7101C24.1199 26.9919 23.4821 26.9816 23.0977 26.6865L18.4482 23.1233C18.0638 22.8282 17.4338 22.8282 17.0491 23.1233L12.3999 26.6865C12.015 26.9816 11.3739 26.9961 10.9773 26.7202L10.67 26.507C10.2731 26.2295 9.72042 25.6753 9.44417 25.2755L9.17896 24.8911C8.90271 24.4919 8.91463 23.8461 9.20524 23.4561L12.7305 18.7554C13.0211 18.3652 13.0211 17.7294 12.7305 17.3397L9.20524 12.6376C8.91463 12.2476 8.90359 11.6041 9.18205 11.2052L9.48171 10.7772C9.75906 10.3783 10.314 9.8274 10.7132 9.55372L10.9749 9.3738C11.3739 9.09878 12.015 9.11686 12.3999 9.41063L17.0491 12.974C17.4338 13.2689 18.0638 13.2689 18.4482 12.974L23.0977 9.41063C23.4821 9.11686 24.1364 9.07757 24.5533 9.3258L25.0396 9.61622C25.4563 9.86423 25.988 10.4172 26.2223 10.8442L26.3937 11.1569C26.6269 11.5829 26.5805 12.251 26.2886 12.641L22.7682 17.3419C22.4763 17.7317 22.4763 18.3688 22.7682 18.7576ZM17.8061 -2.79848e-09C7.97194 -2.79848e-09 -1.14211e-09 8.05854 -1.14211e-09 17.9989C-1.14211e-09 27.9404 7.97194 36 17.8061 36C27.6404 36 35.6124 27.9404 35.6124 17.9989C35.6124 8.05854 27.6404 -2.79848e-09 17.8061 -2.79848e-09Z" fill="#1975F1" /> </svg></span> </div> </div> <div class="headings-container"> <a href="/Guide" class="heading">Fix Your Stuff</a> <a href="/Community" class="heading">Community</a> <a href="/Store" class="heading">Store</a> </div> <div class="header-space"></div> </div> </div> </div> <div class="react-component component-ConsentBanner" data-reactroot data-name="ConsentBanner" data-props="{&quot;isTest&quot;:false,&quot;flagEnabled&quot;:false,&quot;privacyPolicyUrl&quot;:&quot;https:\/\/www.ifixit.com\/Info\/Privacy&quot;,&quot;needsConsent&quot;:false,&quot;piwikSiteId&quot;:&quot;6bf6bc54-82ca-4321-8620-b12d5c9b57b6&quot;,&quot;shopifyConfig&quot;:{&quot;checkout&quot;:&quot;store.ifixit.com&quot;,&quot;storefront&quot;:&quot;ifixit.com&quot;,&quot;accessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;}}"> </div> <div id="page" class="hide-until-css-loaded "> <div id="main" > <div id="mainBody" > <!-- MAIN BODY --> <div class="statuses"> </div> <div id="contentFloat"> <div class="content-container"> <div id="content"> <div class="react-component component-UserPage" data-reactroot data-name="UserPage" data-props="{&quot;userid&quot;:4158147,&quot;viewData&quot;:[{&quot;name&quot;:&quot;About&quot;,&quot;label&quot;:&quot;About&quot;,&quot;data&quot;:{&quot;about&quot;:&quot;&lt;div class=\&quot;clearer\&quot;&gt;&lt;\/div&gt;&lt;div class=\&quot;headerContainer\&quot;&gt;&lt;a class=\&quot;selfLink\&quot; href=\&quot;#Section__Content_Creator_at_iFixit\&quot; title=\&quot;Link to this section\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;span style=\&quot;display:inline-flex; width:16px; height:16px;\&quot; class=\&quot;fa-svg-icon\&quot;&gt;&lt;svg xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot; viewBox=\&quot;0 0 640 512\&quot;&gt;&lt;!--! Font Awesome Pro 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2023 Fonticons, Inc. --&gt;&lt;path d=\&quot;M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z\&quot;\/&gt;&lt;\/svg&gt;&lt;\/span&gt;&lt;\/a&gt;&lt;h2 id=\&quot;Section__Content_Creator_at_iFixit\&quot; class=\&quot;header\&quot;&gt;&lt;strong&gt;Content Creator at iFixit&lt;\/strong&gt;&lt;\/h2&gt;&lt;\/div&gt;\n\n&lt;p&gt;I am Manuel H\u00e4u\u00dfermann and I&#039;ve been a part of iFixit since 2022. I&#039;m a member of both the EU Content and the EU Marketing team.&lt;\/p&gt;\n\n&lt;div class=\&quot;clearer\&quot;&gt;&lt;\/div&gt;&lt;div class=\&quot;headerContainer\&quot;&gt;&lt;a class=\&quot;selfLink\&quot; href=\&quot;#Section__Ensuring_Quality_Repair_Information_on_iFixit\&quot; title=\&quot;Link to this section\&quot; aria-hidden=\&quot;true\&quot;&gt;&lt;span style=\&quot;display:inline-flex; width:16px; height:16px;\&quot; class=\&quot;fa-svg-icon\&quot;&gt;&lt;svg xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot; viewBox=\&quot;0 0 640 512\&quot;&gt;&lt;!--! Font Awesome Pro 6.5.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2023 Fonticons, Inc. --&gt;&lt;path d=\&quot;M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5C526.8 10.2 440.9 7.3 383.9 57.2l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4c37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0c-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4c56.2 56.2 147.3 56.2 203.5 0L580.3 267.2zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4c-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0c35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5c-56.2-56.2-147.3-56.2-203.5 0L59.7 244.8z\&quot;\/&gt;&lt;\/svg&gt;&lt;\/span&gt;&lt;\/a&gt;&lt;h3 id=\&quot;Section__Ensuring_Quality_Repair_Information_on_iFixit\&quot; class=\&quot;header\&quot;&gt;&lt;strong&gt;Ensuring Quality Repair Information on iFixit&lt;\/strong&gt;&lt;\/h3&gt;&lt;\/div&gt;\n\n&lt;p&gt;The editorial team works hard to make &lt;a href=\&quot;\/Info\/index\&quot; target=\&quot;_blank\&quot;&gt;iFixit&lt;\/a&gt; the best source for repair. Learn more about the &lt;a href=\&quot;\/Info\/content-quality\&quot; target=\&quot;_blank\&quot;&gt;content review process&lt;\/a&gt; that makes it possible.&lt;br \/&gt;&lt;strong&gt;&lt;br \/&gt;&lt;\/strong&gt;&lt;\/p&gt;&quot;,&quot;contributions&quot;:{&quot;favorites&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;privateGuideData&quot;:false,&quot;teardownsAuthored&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;teardownsContributed&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;Apple Vision Pro&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Apple Vision Pro&quot;,&quot;title&quot;:&quot;Apple Vision Pro Chip ID&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/BUlaJNZIOVvdQLQB.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Apple+Vision+Pro+Chip+ID\/169813&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;teardownsContributed&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;teardownsTranslated&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;authored&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;iPhone 14 Pro Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14 Pro&quot;,&quot;title&quot;:&quot;iPhone 14 Pro Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/aKacXFeobNuEc1EZ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Pro+Battery+Replacement\/152973&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Pro Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14 Pro&quot;,&quot;title&quot;:&quot;iPhone 14 Pro Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1HsScuSRUgfXBLGL.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Pro+Screen+Replacement\/152972&quot;},{&quot;simpleTitle&quot;:&quot;Xbox One Elite Wireless Controller Series 2 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox One Elite Wireless Controller Series 2&quot;,&quot;title&quot;:&quot;Xbox Elite Wireless Controller Series 2 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/FmhhlmNnV1rERa21.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Elite+Wireless+Controller+Series+2+Battery+Replacement\/158892&quot;},{&quot;simpleTitle&quot;:&quot;Samsung Galaxy Watch 5 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Samsung Galaxy Watch 5&quot;,&quot;title&quot;:&quot;Samsung Galaxy Watch5 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/qAAURRRfY3CSLgae.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+Watch5+Battery+Replacement\/156885&quot;},{&quot;simpleTitle&quot;:&quot;Xbox Series X Wireless Controller Bumper Cover&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox Series X Wireless Controller&quot;,&quot;title&quot;:&quot;Xbox Series X|S Controller (Model 1914) Bumper Cover Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/IWEBdLiVRQdpsLIT.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Series+X%7CS+Controller+(Model+1914)+Bumper+Cover+Replacement\/160499&quot;},{&quot;simpleTitle&quot;:&quot;Xbox Series X Wireless Controller Back Housing&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox Series X Wireless Controller&quot;,&quot;title&quot;:&quot;Xbox Series X|S Controller (Model 1914) Back Housing Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/454md6IOBP5DlWW1.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Series+X%7CS+Controller+(Model+1914)+Back+Housing+Replacement\/160496&quot;},{&quot;simpleTitle&quot;:&quot;OnePlus 7T Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;OnePlus 7T&quot;,&quot;title&quot;:&quot;OnePlus 7T Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/NHnrVkE1BEGDMcVK.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/OnePlus+7T+Battery+Replacement\/152497&quot;},{&quot;simpleTitle&quot;:&quot;Xbox One Elite Wireless Controller Series 2 Top Housing&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox One Elite Wireless Controller Series 2&quot;,&quot;title&quot;:&quot;Xbox Elite Wireless Controller Series 2 Top Housing Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/wWYXYQkAyNXHyXQI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Elite+Wireless+Controller+Series+2+Top+Housing+Replacement\/158864&quot;},{&quot;simpleTitle&quot;:&quot;Xbox Series X Wireless Controller Thumbstick Covers&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox Series X Wireless Controller&quot;,&quot;title&quot;:&quot;Xbox Series X|S Controller (Model 1914) Thumbstick Covers Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/LEPqDuFeFCWCr4d1.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Series+X%7CS+Controller+(Model+1914)+Thumbstick+Covers+Replacement\/160497&quot;},{&quot;simpleTitle&quot;:&quot;OnePlus 8 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;OnePlus 8&quot;,&quot;title&quot;:&quot;OnePlus 8 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/em66VdpmLFdWTYcm.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/OnePlus+8+Battery+Replacement\/159267&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;authored&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:7,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;contributed&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;Xbox Series X Wireless Controller Joystick&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox Series X Wireless Controller&quot;,&quot;title&quot;:&quot;Xbox Series X\/S Wireless Controller Joystick Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/a1Gqy16yhl3LaxaT.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Series+X-S+Wireless+Controller+Joystick+Replacement\/179645&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Rear Glass&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14&quot;,&quot;title&quot;:&quot;iPhone 14 Rear Glass Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/eIeeuyhLUNWED5FE.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Rear+Glass+Replacement\/153210&quot;},{&quot;simpleTitle&quot;:&quot;Xbox Series X Wireless Controller Xbox Series X|S Wireless Controller (Model 1914) Full Disassembly&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Xbox Series X Wireless Controller&quot;,&quot;title&quot;:&quot;Xbox Series X|S Wireless Controller (Model 1914) Full Disassembly&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/mxDWnWCXEEWZuUwD.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Xbox+Series+X%7CS+Wireless+Controller+(Model+1914)+Full+Disassembly\/148234&quot;},{&quot;simpleTitle&quot;:&quot;Samsung Galaxy Watch 4 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Samsung Galaxy Watch 4&quot;,&quot;title&quot;:&quot;Samsung Galaxy Watch4 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/fM4R3kVlsHqG2np5.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+Watch4+Battery+Replacement\/146399&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Pro Max Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14 Pro Max&quot;,&quot;title&quot;:&quot;iPhone 14 Pro Max Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/YDyWAfxlvGQDGitC.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Pro+Max+Screen+Replacement\/153003&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14&quot;,&quot;title&quot;:&quot;iPhone 14 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/2qpgDse6XOHTCuJY.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Battery+Replacement\/152966&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Pro Max Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14 Pro Max&quot;,&quot;title&quot;:&quot;iPhone 14 Pro Max Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/ILAb3NdnGWyVZIcm.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Pro+Max+Battery+Replacement\/153006&quot;},{&quot;simpleTitle&quot;:&quot;Google Pixel 7 Battery&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Google Pixel 7&quot;,&quot;title&quot;:&quot;Google Pixel 7 Battery Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/6jt4LJKghfVXQgJa.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Google+Pixel+7+Battery+Replacement\/154680&quot;},{&quot;simpleTitle&quot;:&quot;iPhone 14 Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;iPhone 14&quot;,&quot;title&quot;:&quot;iPhone 14 Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/SSSHufTqlhuQIpYZ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/iPhone+14+Screen+Replacement\/152975&quot;},{&quot;simpleTitle&quot;:&quot;Galaxy S20 Screen&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Galaxy S20&quot;,&quot;title&quot;:&quot;Samsung Galaxy S20 Screen Replacement&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/BOeyMTCljaFGwVou.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Samsung+Galaxy+S20+Screen+Replacement\/138829&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;contributed&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:6,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;translated&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:&quot;MacBook Pro 13\&quot; Retina Display Mid 2014&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;MacBook Pro 13\&quot; Retina Display Mid 2014&quot;,&quot;title&quot;:&quot;Reinigen des L\u00fcfters in deinem Mac, um \u00dcberhitzen vorzubeugen&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1VEMrjsFfaflZvVS.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Reinigen+des+L%C3%BCfters+in+deinem+Mac+um+%C3%9Cberhitzen+vorzubeugen\/144643&quot;},{&quot;simpleTitle&quot;:&quot;Fairphone 4 Ladeanschluss&quot;,&quot;type&quot;:&quot;guide&quot;,&quot;device&quot;:&quot;Fairphone 4&quot;,&quot;title&quot;:&quot;Fairphone 4 Ladeanschluss tauschen&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/V3LWYwjtKyVYYGNq.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Guide\/Fairphone+4+Ladeanschluss+tauschen\/152941&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;translated&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;wikisAuthored&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Google Pixel Watch&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/Jk2XmhNS4YGus6Ta.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Google_Pixel_Watch&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Nokia G22&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/1WCZe232cUtj4XNy.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Nokia_G22&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Nokia G42 5G&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/aoh6BBlkCHFcFxJW.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Nokia_G42_5G&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Samsung Galaxy Watch5&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/TrewMhrotvYNGRGQ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Samsung_Galaxy_Watch_5&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Nokia G42&quot;,&quot;thumbnail&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/default_images\/DeviceNoImage_96x72.jpg&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Nokia_G42&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisAuthored&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;wikisContributed&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Xbox Series X Wireless Controller (Model 1914)&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/sPBAKwRCJZUtXgRJ.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Xbox_Series_X_Wireless_Controller&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;iPhone 14&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/vHLAXd1OyVEBVZ5Q.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/iPhone_14&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;iPhone 14 Pro&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/BNBpmDXHiiZIDKYY.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/iPhone_14_Pro&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Xbox Elite Wireless Controller Series 2 (Model 1797)&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/NuZUAiGUTAleVp6A.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Xbox_One_Elite_Wireless_Controller_Series_2&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;iPhone 14 Plus&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/tHoGXqWZJW1iXgnC.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/iPhone_14_Plus&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;OnePlus 8&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/WolTpxGonocTmOZ1.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/OnePlus_8&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Xiaomi Redmi Note 9S&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/wT3CwxdKrOhwBZUc.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Xiaomi_Redmi_Note_9_S&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Teenage Engineering EP\u2013133 K.O. II&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/dLKQRgdipqo3SPTC.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/teenage_engineering_EP%E2%80%93133_K.O._II&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Arturia Microbrute&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/jOhiI1GKXVMWfNZM.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Arturia_Microbrute&quot;},{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Xbox Series X\/S Wireless Controller (Model 1914)&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/py6BsX13JUIkAEsi.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/Xbox_One_Wireless_Controller_%28Model_1914%29&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisContributed&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;wikisTranslated&quot;:{&quot;blurbs&quot;:[{&quot;simpleTitle&quot;:false,&quot;type&quot;:&quot;wiki&quot;,&quot;device&quot;:false,&quot;title&quot;:&quot;Apple iPhone 12&quot;,&quot;thumbnail&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/cBtIm1imcyyypWCI.thumbnail&quot;,&quot;guideUrl&quot;:&quot;\/Device\/iPhone_12&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;wikisTranslated&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}},&quot;comments&quot;:{&quot;info&quot;:[{&quot;title&quot;:&quot;Xbox Elite Wireless Controller Series 2 Top Housing Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hallo MEX, Schritt 3 &amp;quot;Demontageinformationen&amp;quot; beinhaltet Markierungen f\u00fcr die Positionierung der Klebestreifen und Clips, siehe zweites Bild. Ich hoffe, das hilft dir bei der Reparatur weiter!&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Xbox+Elite+Wireless+Controller+Series+2+Top+Housing+Replacement\/158864#comment-998539&quot;,&quot;date&quot;:1739440875,&quot;date_html&quot;:&quot;&lt;time class=\&quot;js-realtime-date hidden-print\&quot; title=\&quot;Thu, 13 Feb 2025 03:01:15 -0700\&quot; datetime=\&quot;2025-02-13T03:01:15-07:00\&quot;&gt;4 days ago&lt;\/time&gt;&lt;time class=\&quot;visible-print\&quot;&gt;Feb 13, 2025&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;How to Open the Samsung Galaxy Watch4&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Grace, sorry to hear about the stripped screw. Fortunately, we have &lt;a href=\&quot;\/Guide\/How+to+Remove+a+Stripped+Screw\/13213\&quot;&gt;a guide&lt;\/a&gt; with some way to try to get the screw out. However, some of these tips might not work for screws of this size. Hope this helps!&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/How+to+Open+the+Samsung+Galaxy+Watch4\/146365#comment-988497&quot;,&quot;date&quot;:1733497031,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Fri, 06 Dec 2024 07:57:11 -0700\&quot; datetime=\&quot;2024-12-06T07:57:11-07:00\&quot;&gt;Dec 6, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G22 Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi fipster,&lt;\/p&gt;\n\n&lt;p&gt;The genuine replacement part offered by iFixit should include the button strip. If you bought the part from us and didn&#039;t receive a part including the buttons, please contact eustore@ifixit.com for EU orders or support@ifixit.com for Non-EU orders to get it sorted out.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G22+Screen+Assembly+Replacement\/157507#comment-984989&quot;,&quot;date&quot;:1731400076,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Tue, 12 Nov 2024 01:27:56 -0700\&quot; datetime=\&quot;2024-11-12T01:27:56-07:00\&quot;&gt;Nov 12, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G22 Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hallo jensk\u00f6nig,&lt;\/p&gt;\n\n&lt;p&gt;Das Original-Ersatzteil aus dem iFixit Store sollte mit bereits vorinstallierten Tasten kommen. Falls du das Ersatzteil bei uns bestellt hast und dies nicht der Fall war, kontaktiere bitte unser Team unter eustore@ifixit.com, damit wir dir weiterhelfen k\u00f6nnen!&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G22+Screen+Assembly+Replacement\/157507#comment-984210&quot;,&quot;date&quot;:1730892650,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 06 Nov 2024 04:30:50 -0700\&quot; datetime=\&quot;2024-11-06T04:30:50-07:00\&quot;&gt;Nov 6, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G42 5G Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Daniel! The genuine replacement part &lt;a href=\&quot;https:\/\/www.ifixit.com\/products\/nokia-g42-5g-g310-5g-screen\&quot; class=\&quot;product-link\&quot;&gt;available in the iFixit Store&lt;\/a&gt; should include pre-installed buttons. Transferring the buttons is pretty finnicky and not generally recommended, but definitely possible. The buttons are held in place by adhesive that can potentially be reused for the new frame. Doing a screen-only repair would require a different procedure and application of heat and suction to remove the old screen.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G42+5G+Screen+Assembly+Replacement\/161534#comment-983141&quot;,&quot;date&quot;:1730287349,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Wed, 30 Oct 2024 04:22:29 -0700\&quot; datetime=\&quot;2024-10-30T04:22:29-07:00\&quot;&gt;Oct 30, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G22 Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Chris Agius,&lt;\/p&gt;\n\n&lt;p&gt;This guide is written for the genuine Nokia G22 screen assembly. The assembly consists of the screen and midframe together as one part, so you don&#039;t need to remove the screen from the midframe, but instead transfer parts to a new screen assembly.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G22+Screen+Assembly+Replacement\/157507#comment-981170&quot;,&quot;date&quot;:1729161962,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Thu, 17 Oct 2024 03:46:02 -0700\&quot; datetime=\&quot;2024-10-17T03:46:02-07:00\&quot;&gt;Oct 17, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Fairphone 4 Screen Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi R M Carter,&lt;\/p&gt;\n\n&lt;p&gt;I&#039;m sorry to hear about the issues during your repair. Based on your comment, it sounds like the display itself is working as expected? Did you try a &lt;a href=\&quot;\/Guide\/How+to+Hard+Restart+an+Android+Phone\/107479\&quot;&gt;hard reboot&lt;\/a&gt; already? If that doesn&#039;t fix the issue, there might be a problem with the display connector. Reseat the connector, and if that doesn&#039;t do the try, check the connector socket for damages or dirt\/dust. Please also check our &lt;a href=\&quot;\/Wiki\/Troubleshooting_Problems_After_a_Repair\&quot;&gt;general troubleshooting advice&lt;\/a&gt;.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Fairphone+4+Screen+Replacement\/152942#comment-979775&quot;,&quot;date&quot;:1728372897,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Tue, 08 Oct 2024 00:34:57 -0700\&quot; datetime=\&quot;2024-10-08T00:34:57-07:00\&quot;&gt;Oct 8, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G42 5G Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi JMA, Nokia G42 5G Screen Fix Kits are now back in stock! Sorry for the wait time!&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G42+5G+Screen+Assembly+Replacement\/161534#comment-979695&quot;,&quot;date&quot;:1728315580,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Mon, 07 Oct 2024 08:39:40 -0700\&quot; datetime=\&quot;2024-10-07T08:39:40-07:00\&quot;&gt;Oct 7, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G42 5G Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Stefan, Nokia G42 5G Screen Fix Kits are now back in stock! Sorry for the wait time!&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G42+5G+Screen+Assembly+Replacement\/161534#comment-979684&quot;,&quot;date&quot;:1728312201,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Mon, 07 Oct 2024 07:43:21 -0700\&quot; datetime=\&quot;2024-10-07T07:43:21-07:00\&quot;&gt;Oct 7, 2024&lt;\/time&gt;&quot;},{&quot;title&quot;:&quot;Nokia G42 5G Screen Assembly Replacement&quot;,&quot;text&quot;:&quot;&lt;p&gt;Hi Happy Bunny,&lt;\/p&gt;\n\n&lt;p&gt;As noted in the introduction, this guide is written for the genuine Nokia G42 5G screen assembly. The screen assembly consists of the screen and midframe together as one part. A replacement of just the screen would require a different procedure and tools.&lt;\/p&gt;&quot;,&quot;url&quot;:&quot;\/Tutoriel\/Nokia+G42+5G+Screen+Assembly+Replacement\/161534#comment-973085&quot;,&quot;date&quot;:1724659880,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Mon, 26 Aug 2024 01:11:20 -0700\&quot; datetime=\&quot;2024-08-26T01:11:20-07:00\&quot;&gt;Aug 26, 2024&lt;\/time&gt;&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;note&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:7,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true}},&quot;successes&quot;:{&quot;blurbs&quot;:[],&quot;pageContext&quot;:[]},&quot;stories&quot;:{&quot;info&quot;:[],&quot;pageContext&quot;:[]},&quot;questions&quot;:{&quot;info&quot;:[],&quot;pageContext&quot;:[]},&quot;answers&quot;:{&quot;info&quot;:[{&quot;title&quot;:&quot;Answer to \&quot;Mac slows drastically after battery change\&quot;&quot;,&quot;text&quot;:&quot;Hi Jadon, It&#039;s a known behaviour that MacBooks throttle when the battery is removed or it doesn&#039;t recognize the battery (see this Apple doc dating back to 2008). However, considering that you calibrated the battery, it looks like the MacBook recognizes the battery. The first thing you should probably try is resetting the SMC.&quot;,&quot;url&quot;:&quot;\/Answers\/View\/845302\/Mac+slows+drastically+after+battery+change?permalink=answer-845436#answer845436&quot;,&quot;date&quot;:1713263741,&quot;date_html&quot;:&quot;&lt;time title=\&quot;Tue, 16 Apr 2024 03:35:41 -0700\&quot; datetime=\&quot;2024-04-16T03:35:41-07:00\&quot;&gt;Apr 16, 2024&lt;\/time&gt;&quot;}],&quot;pageContext&quot;:{&quot;type&quot;:&quot;answers&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:1,&quot;prevPage&quot;:false,&quot;nextPage&quot;:false}}}},&quot;url&quot;:&quot;\/User\/About\/4158147&quot;,&quot;id&quot;:&quot;aboutTab&quot;},{&quot;name&quot;:&quot;Activity&quot;,&quot;label&quot;:&quot;Activity&quot;,&quot;data&quot;:{&quot;activityTimelineURI&quot;:&quot;\/User\/Graph\/Time\/4158147&quot;,&quot;pageContext&quot;:{&quot;type&quot;:&quot;userActivity&quot;,&quot;curPage&quot;:1,&quot;totalPages&quot;:127,&quot;prevPage&quot;:false,&quot;nextPage&quot;:true},&quot;filters&quot;:{&quot;mainFilters&quot;:[{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/all&quot;,&quot;label&quot;:&quot;All&quot;,&quot;name&quot;:&quot;all&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/action&quot;,&quot;label&quot;:&quot;Action&quot;,&quot;name&quot;:&quot;action&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/badges&quot;,&quot;label&quot;:&quot;Badges&quot;,&quot;name&quot;:&quot;badges&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/comments&quot;,&quot;label&quot;:&quot;Comments&quot;,&quot;name&quot;:&quot;comments&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/guides&quot;,&quot;label&quot;:&quot;Guides&quot;,&quot;name&quot;:&quot;guides&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/posts&quot;,&quot;label&quot;:&quot;Posts&quot;,&quot;name&quot;:&quot;posts&quot;}],&quot;extraFilters&quot;:[{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/guide_meta&quot;,&quot;label&quot;:&quot;Guide Meta&quot;,&quot;name&quot;:&quot;guide_meta&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/guide_step_revisions&quot;,&quot;label&quot;:&quot;Guide Step Revisions&quot;,&quot;name&quot;:&quot;guide_step_revisions&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/guide_step_text&quot;,&quot;label&quot;:&quot;Guide Step Text&quot;,&quot;name&quot;:&quot;guide_step_text&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/guide_text&quot;,&quot;label&quot;:&quot;Guide Text&quot;,&quot;name&quot;:&quot;guide_text&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/moderation&quot;,&quot;label&quot;:&quot;Moderation&quot;,&quot;name&quot;:&quot;moderation&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/moderator_votes&quot;,&quot;label&quot;:&quot;Moderator Votes&quot;,&quot;name&quot;:&quot;moderator_votes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/stories&quot;,&quot;label&quot;:&quot;Stories&quot;,&quot;name&quot;:&quot;stories&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/teams&quot;,&quot;label&quot;:&quot;Teams&quot;,&quot;name&quot;:&quot;teams&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/user_likes&quot;,&quot;label&quot;:&quot;User Likes&quot;,&quot;name&quot;:&quot;user_likes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/user_success&quot;,&quot;label&quot;:&quot;User Success&quot;,&quot;name&quot;:&quot;user_success&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/user_votes&quot;,&quot;label&quot;:&quot;User Votes&quot;,&quot;name&quot;:&quot;user_votes&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/users&quot;,&quot;label&quot;:&quot;Users&quot;,&quot;name&quot;:&quot;users&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/wiki_area_revisions&quot;,&quot;label&quot;:&quot;Wiki Area Revisions&quot;,&quot;name&quot;:&quot;wiki_area_revisions&quot;},{&quot;url&quot;:&quot;\/User\/Activity\/4158147\/Manuel+Haeussermann\/wiki_revisions&quot;,&quot;label&quot;:&quot;Wiki Revisions&quot;,&quot;name&quot;:&quot;wiki_revisions&quot;}]}},&quot;url&quot;:&quot;\/User\/Activity\/4158147&quot;,&quot;id&quot;:&quot;activityTab&quot;},{&quot;name&quot;:&quot;Reputation&quot;,&quot;label&quot;:&quot;Reputation&quot;,&quot;data&quot;:{&quot;enableGraph&quot;:true,&quot;reputationBreakdown&quot;:[{&quot;doctype&quot;:&quot;guides&quot;,&quot;event&quot;:&quot;admin_reviewed&quot;,&quot;totalRep&quot;:10704,&quot;timesReceived&quot;:81,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guides&quot;,&quot;tablename&quot;:&quot;guides&quot;,&quot;eventname&quot;:&quot;admin_reviewed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Admin approved your guide&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide_creation&quot;,&quot;delta&quot;:60,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_success&quot;,&quot;event&quot;:&quot;someone_completed&quot;,&quot;totalRep&quot;:7329,&quot;timesReceived&quot;:433,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_successes&quot;,&quot;tablename&quot;:&quot;user_success&quot;,&quot;eventname&quot;:&quot;someone_completed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone completed your guide&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide&quot;,&quot;delta&quot;:30,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_likes&quot;,&quot;event&quot;:&quot;someone_liked&quot;,&quot;totalRep&quot;:361,&quot;timesReceived&quot;:49,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_likes&quot;,&quot;tablename&quot;:&quot;user_likes&quot;,&quot;eventname&quot;:&quot;someone_liked&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone liked your guide&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:10,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;wiki_revisions&quot;,&quot;event&quot;:&quot;admin_reviewed&quot;,&quot;totalRep&quot;:260,&quot;timesReceived&quot;:6,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;wiki&quot;,&quot;tablename&quot;:&quot;wiki_revisions&quot;,&quot;eventname&quot;:&quot;admin_reviewed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Admin approved your wiki&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:50,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;guides&quot;,&quot;event&quot;:&quot;answers_upvote&quot;,&quot;totalRep&quot;:77,&quot;timesReceived&quot;:13,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;guides&quot;,&quot;tablename&quot;:&quot;guides&quot;,&quot;eventname&quot;:&quot;answers_upvote&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Post upvoted containing a link to your guide&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:10,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_votes&quot;,&quot;event&quot;:&quot;was_voted_up&quot;,&quot;totalRep&quot;:48,&quot;timesReceived&quot;:4,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;votes&quot;,&quot;tablename&quot;:&quot;user_votes&quot;,&quot;eventname&quot;:&quot;was_voted_up&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Post was voted up&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:12,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;posts&quot;,&quot;event&quot;:&quot;answer_was_accepted&quot;,&quot;totalRep&quot;:30,&quot;timesReceived&quot;:1,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;answers&quot;,&quot;exempt&quot;:true},&quot;area&quot;:&quot;answers&quot;,&quot;groupname&quot;:&quot;posts&quot;,&quot;tablename&quot;:&quot;posts&quot;,&quot;eventname&quot;:&quot;answer_was_accepted&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Answer accepted&quot;,&quot;deltaCallback&quot;:null,&quot;delta&quot;:30,&quot;ratelimits&quot;:[]}},{&quot;doctype&quot;:&quot;user_success&quot;,&quot;event&quot;:&quot;translation_completed&quot;,&quot;totalRep&quot;:4,&quot;timesReceived&quot;:2,&quot;eventObject&quot;:{&quot;dailylimitdata&quot;:{&quot;area&quot;:&quot;guide&quot;},&quot;area&quot;:&quot;guide&quot;,&quot;groupname&quot;:&quot;user_successes&quot;,&quot;tablename&quot;:&quot;user_success&quot;,&quot;eventname&quot;:&quot;translation_completed&quot;,&quot;display&quot;:true,&quot;title&quot;:&quot;Someone completed your guide translation&quot;,&quot;deltaCallback&quot;:&quot;rep_per_guide&quot;,&quot;delta&quot;:20,&quot;ratelimits&quot;:[]}}],&quot;badges&quot;:[{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:50,&quot;name&quot;:&quot;Artisan&quot;,&quot;description&quot;:&quot;One hundred people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Artisan&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:385,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/artisan.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;One hundred people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Artisan&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:45,&quot;name&quot;:&quot;Developer&quot;,&quot;description&quot;:&quot;Improve a guide that hasn&#039;t been updated in six months&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Developer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:46939,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:18},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/devleoper.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;18&quot;,&quot;translated-description&quot;:&quot;Improve a guide that hasn&#039;t been updated in six months&quot;,&quot;translated-name&quot;:&quot;Developer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:42,&quot;name&quot;:&quot;Fellow&quot;,&quot;description&quot;:&quot;Make edits to ten guides or teardowns&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Fellow&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:311,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fellow.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make edits to ten guides or teardowns&quot;,&quot;translated-name&quot;:&quot;Fellow&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:35,&quot;name&quot;:&quot;Foundation&quot;,&quot;description&quot;:&quot;Start a guide that is used as a prerequisite by five other guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Foundation&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8518,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:28},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/foundation.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;28&quot;,&quot;translated-description&quot;:&quot;Start a guide that is used as a prerequisite by five other guides&quot;,&quot;translated-name&quot;:&quot;Foundation&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:39,&quot;name&quot;:&quot;Founding Father&quot;,&quot;description&quot;:&quot;Create a guide that gets ten thousand views&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;FoundingFather&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8178,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:6},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/founding-father.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;6&quot;,&quot;translated-description&quot;:&quot;Create a guide that gets ten thousand views&quot;,&quot;translated-name&quot;:&quot;Founding Father&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:30,&quot;name&quot;:&quot;Groundbreaker&quot;,&quot;description&quot;:&quot;Add ten devices that become popular&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Groundbreaker&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:161,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/groud-breaker.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Add ten devices that become popular&quot;,&quot;translated-name&quot;:&quot;Groundbreaker&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:71,&quot;name&quot;:&quot;Master Of Manuals&quot;,&quot;description&quot;:&quot;Hit the daily reputation limit for repair guides&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;MasterOfManuals&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:22989,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:15},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/master-of-manuals.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;15&quot;,&quot;translated-description&quot;:&quot;Hit the daily reputation limit for repair guides&quot;,&quot;translated-name&quot;:&quot;Master Of Manuals&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:17,&quot;name&quot;:&quot;Redeye&quot;,&quot;description&quot;:&quot;Active every hour of the day&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;Redeye&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:1237,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/red-eye.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Active every hour of the day&quot;,&quot;translated-name&quot;:&quot;Redeye&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:54,&quot;name&quot;:&quot;Service Manager&quot;,&quot;description&quot;:&quot;Create ten guides with at least fifty views&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;ServiceManager&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:961,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/service-manager.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Create ten guides with at least fifty views&quot;,&quot;translated-name&quot;:&quot;Service Manager&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:44,&quot;name&quot;:&quot;Shaper&quot;,&quot;description&quot;:&quot;Twenty edits to ten guides or teardowns&quot;,&quot;type&quot;:&quot;gold&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Shaper&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:162,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/shaper.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gold-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Twenty edits to ten guides or teardowns&quot;,&quot;translated-name&quot;:&quot;Shaper&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:43,&quot;name&quot;:&quot;Correspondent&quot;,&quot;description&quot;:&quot;Make edits to five different guides&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Correspondent&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2608,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/correspondent.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make edits to five different guides&quot;,&quot;translated-name&quot;:&quot;Correspondent&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:49,&quot;name&quot;:&quot;Craftsperson&quot;,&quot;description&quot;:&quot;Ten people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Craftsman&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:4372,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/craftsman.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Ten people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Craftsperson&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:31,&quot;name&quot;:&quot;Documentarian&quot;,&quot;description&quot;:&quot;Ten device page edits&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Documentarian&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3200,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/documentarian.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Ten device page edits&quot;,&quot;translated-name&quot;:&quot;Documentarian&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:55,&quot;name&quot;:&quot;Firestarter&quot;,&quot;description&quot;:&quot;Approve an edit to a guide you started&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Firestarter&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:407,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fire-starter.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Approve an edit to a guide you started&quot;,&quot;translated-name&quot;:&quot;Firestarter&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:38,&quot;name&quot;:&quot;Kickstarter&quot;,&quot;description&quot;:&quot;Start a guide that gets five thousand views&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Kickstarter&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:11865,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:16},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/kickstarter.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;16&quot;,&quot;translated-description&quot;:&quot;Start a guide that gets five thousand views&quot;,&quot;translated-name&quot;:&quot;Kickstarter&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:28,&quot;name&quot;:&quot;Pioneer&quot;,&quot;description&quot;:&quot;Be the author of a device that gets three questions&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Pioneer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3408,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/pioneer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Be the author of a device that gets three questions&quot;,&quot;translated-name&quot;:&quot;Pioneer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:53,&quot;name&quot;:&quot;Sensei&quot;,&quot;description&quot;:&quot;Create five guides with at least fifty views&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Pedagogue&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:3118,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/pedagogue.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Create five guides with at least fifty views&quot;,&quot;translated-name&quot;:&quot;Sensei&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:26,&quot;name&quot;:&quot;The Fuzz&quot;,&quot;description&quot;:&quot;Flag five posts or comments&quot;,&quot;type&quot;:&quot;silver&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;TheFuzz&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:1949,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/the-fuzz.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/silver-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Flag five posts or comments&quot;,&quot;translated-name&quot;:&quot;The Fuzz&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:51,&quot;name&quot;:&quot;Author&quot;,&quot;description&quot;:&quot;Publish your first guide&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Author&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:25494,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/author.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Publish your first guide&quot;,&quot;translated-name&quot;:&quot;Author&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:32,&quot;name&quot;:&quot;Autobiographer&quot;,&quot;description&quot;:&quot;Fill out profile and upload avatar&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;Autobiographer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:36465,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/autobiographer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Fill out profile and upload avatar&quot;,&quot;translated-name&quot;:&quot;Autobiographer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:41,&quot;name&quot;:&quot;Citizen&quot;,&quot;description&quot;:&quot;First approved edit to a guide or teardown&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Citizen&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:19265,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/citizen.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;First approved edit to a guide or teardown&quot;,&quot;translated-name&quot;:&quot;Citizen&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:56,&quot;name&quot;:&quot;Detective&quot;,&quot;description&quot;:&quot;Patrol first edit&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Watchman&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:14547,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/watchman.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Patrol first edit&quot;,&quot;translated-name&quot;:&quot;Detective&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:7,&quot;name&quot;:&quot;Editor&quot;,&quot;description&quot;:&quot;Make your first edit in Answers&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Editor&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:2466,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/editor.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Make your first edit in Answers&quot;,&quot;translated-name&quot;:&quot;Editor&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:47,&quot;name&quot;:&quot;Fixer&quot;,&quot;description&quot;:&quot;Someone fixed something using your guide&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Fixer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:13456,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/fixer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Someone fixed something using your guide&quot;,&quot;translated-name&quot;:&quot;Fixer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:29,&quot;name&quot;:&quot;Gadgeteer&quot;,&quot;description&quot;:&quot;Start your first device page&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Gadgeteer&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10968,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/gadgeteer.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Start your first device page&quot;,&quot;translated-name&quot;:&quot;Gadgeteer&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:37,&quot;name&quot;:&quot;Initiator&quot;,&quot;description&quot;:&quot;Start a guide that gets one hundred views&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Initiator&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:42956,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:56},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/initiator.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;56&quot;,&quot;translated-description&quot;:&quot;Start a guide that gets one hundred views&quot;,&quot;translated-name&quot;:&quot;Initiator&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:27,&quot;name&quot;:&quot;John Madden&quot;,&quot;description&quot;:&quot;Leave three comments&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGeneral&quot;,&quot;classname&quot;:&quot;JohnMadden&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:44862,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/john-madden.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Leave three comments&quot;,&quot;translated-name&quot;:&quot;John Madden&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:13,&quot;name&quot;:&quot;Neighborhood Watch&quot;,&quot;description&quot;:&quot;Flag a post that the community removes&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;NeighborhoodWatch&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:10765,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/neighborhood-watch.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Flag a post that the community removes&quot;,&quot;translated-name&quot;:&quot;Neighborhood Watch&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:6,&quot;name&quot;:&quot;Problem Solver&quot;,&quot;description&quot;:&quot;Your first accepted answer&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;ProblemSolver&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:12361,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/problem-solver.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Your first accepted answer&quot;,&quot;translated-name&quot;:&quot;Problem Solver&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:48,&quot;name&quot;:&quot;Rebuilder&quot;,&quot;description&quot;:&quot;Two people successfully fixed things using guides you helped write&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Rebuilder&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:13870,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/rebuilder.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;Two people successfully fixed things using guides you helped write&quot;,&quot;translated-name&quot;:&quot;Rebuilder&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:64,&quot;name&quot;:&quot;Shutterbug&quot;,&quot;description&quot;:&quot;Add the first photo to a step on a guide which you did not start&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeGuide&quot;,&quot;classname&quot;:&quot;Shutterbug&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:8970,&quot;count&quot;:null,&quot;multiple&quot;:true},&quot;count&quot;:7},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/shutterbug.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;7&quot;,&quot;translated-description&quot;:&quot;Add the first photo to a step on a guide which you did not start&quot;,&quot;translated-name&quot;:&quot;Shutterbug&quot;},{&quot;badge&quot;:{&quot;badge&quot;:{&quot;id&quot;:3,&quot;name&quot;:&quot;Tenderfoot&quot;,&quot;description&quot;:&quot;First upvote on one of your answers&quot;,&quot;type&quot;:&quot;bronze&quot;,&quot;category&quot;:&quot;badgeAnswers&quot;,&quot;classname&quot;:&quot;Tenderfoot&quot;,&quot;enabled&quot;:1,&quot;userCount&quot;:43094,&quot;count&quot;:null,&quot;multiple&quot;:false},&quot;count&quot;:1},&quot;image&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/tenderfoot.svg&quot;,&quot;tier-img&quot;:&quot;https:\/\/assets.cdn.ifixit.com\/static\/images\/badges\/bronze-badge.svg&quot;,&quot;counter&quot;:&quot;1&quot;,&quot;translated-description&quot;:&quot;First upvote on one of your answers&quot;,&quot;translated-name&quot;:&quot;Tenderfoot&quot;}],&quot;graphData&quot;:[{&quot;date&quot;:1660633200000,&quot;rep&quot;:1},{&quot;date&quot;:1660892400000,&quot;rep&quot;:1},{&quot;date&quot;:1661151600000,&quot;rep&quot;:1},{&quot;date&quot;:1661238000000,&quot;rep&quot;:1},{&quot;date&quot;:1661410800000,&quot;rep&quot;:1},{&quot;date&quot;:1661497200000,&quot;rep&quot;:1},{&quot;date&quot;:1661756400000,&quot;rep&quot;:1},{&quot;date&quot;:1661842800000,&quot;rep&quot;:373},{&quot;date&quot;:1661929200000,&quot;rep&quot;:403},{&quot;date&quot;:1662015600000,&quot;rep&quot;:403},{&quot;date&quot;:1662102000000,&quot;rep&quot;:403},{&quot;date&quot;:1662361200000,&quot;rep&quot;:403},{&quot;date&quot;:1662447600000,&quot;rep&quot;:403},{&quot;date&quot;:1662534000000,&quot;rep&quot;:403},{&quot;date&quot;:1662706800000,&quot;rep&quot;:403},{&quot;date&quot;:1662966000000,&quot;rep&quot;:403},{&quot;date&quot;:1663052400000,&quot;rep&quot;:403},{&quot;date&quot;:1663311600000,&quot;rep&quot;:403},{&quot;date&quot;:1663570800000,&quot;rep&quot;:403},{&quot;date&quot;:1663657200000,&quot;rep&quot;:1087},{&quot;date&quot;:1663830000000,&quot;rep&quot;:1087},{&quot;date&quot;:1663916400000,&quot;rep&quot;:1087},{&quot;date&quot;:1664089200000,&quot;rep&quot;:1099},{&quot;date&quot;:1664175600000,&quot;rep&quot;:1951},{&quot;date&quot;:1664262000000,&quot;rep&quot;:1951},{&quot;date&quot;:1664348400000,&quot;rep&quot;:1975},{&quot;date&quot;:1664434800000,&quot;rep&quot;:1978},{&quot;date&quot;:1664521200000,&quot;rep&quot;:1978},{&quot;date&quot;:1664866800000,&quot;rep&quot;:1978},{&quot;date&quot;:1665126000000,&quot;rep&quot;:1978},{&quot;date&quot;:1665471600000,&quot;rep&quot;:2008},{&quot;date&quot;:1665558000000,&quot;rep&quot;:2098},{&quot;date&quot;:1665730800000,&quot;rep&quot;:2098},{&quot;date&quot;:1665990000000,&quot;rep&quot;:2098},{&quot;date&quot;:1666076400000,&quot;rep&quot;:2278},{&quot;date&quot;:1666162800000,&quot;rep&quot;:2278},{&quot;date&quot;:1666249200000,&quot;rep&quot;:2278},{&quot;date&quot;:1666335600000,&quot;rep&quot;:2398},{&quot;date&quot;:1666594800000,&quot;rep&quot;:2404},{&quot;date&quot;:1666854000000,&quot;rep&quot;:2404},{&quot;date&quot;:1666940400000,&quot;rep&quot;:2404},{&quot;date&quot;:1667372400000,&quot;rep&quot;:2404},{&quot;date&quot;:1667458800000,&quot;rep&quot;:2404},{&quot;date&quot;:1667545200000,&quot;rep&quot;:2410},{&quot;date&quot;:1667631600000,&quot;rep&quot;:2419},{&quot;date&quot;:1667718000000,&quot;rep&quot;:2425},{&quot;date&quot;:1667804400000,&quot;rep&quot;:2425},{&quot;date&quot;:1667890800000,&quot;rep&quot;:2425},{&quot;date&quot;:1667977200000,&quot;rep&quot;:2437},{&quot;date&quot;:1668063600000,&quot;rep&quot;:2443},{&quot;date&quot;:1668150000000,&quot;rep&quot;:2443},{&quot;date&quot;:1668409200000,&quot;rep&quot;:2458},{&quot;date&quot;:1668495600000,&quot;rep&quot;:2464},{&quot;date&quot;:1668582000000,&quot;rep&quot;:2464},{&quot;date&quot;:1668754800000,&quot;rep&quot;:2464},{&quot;date&quot;:1668841200000,&quot;rep&quot;:2494},{&quot;date&quot;:1669100400000,&quot;rep&quot;:2494},{&quot;date&quot;:1669186800000,&quot;rep&quot;:2494},{&quot;date&quot;:1669273200000,&quot;rep&quot;:2494},{&quot;date&quot;:1669359600000,&quot;rep&quot;:2524},{&quot;date&quot;:1669618800000,&quot;rep&quot;:2524},{&quot;date&quot;:1669705200000,&quot;rep&quot;:2524},{&quot;date&quot;:1669964400000,&quot;rep&quot;:2524},{&quot;date&quot;:1670310000000,&quot;rep&quot;:3316},{&quot;date&quot;:1670396400000,&quot;rep&quot;:3316},{&quot;date&quot;:1670482800000,&quot;rep&quot;:3316},{&quot;date&quot;:1670569200000,&quot;rep&quot;:3316},{&quot;date&quot;:1670742000000,&quot;rep&quot;:3322},{&quot;date&quot;:1670828400000,&quot;rep&quot;:3382},{&quot;date&quot;:1670914800000,&quot;rep&quot;:3400},{&quot;date&quot;:1671001200000,&quot;rep&quot;:3400},{&quot;date&quot;:1671087600000,&quot;rep&quot;:3400},{&quot;date&quot;:1671174000000,&quot;rep&quot;:3400},{&quot;date&quot;:1671433200000,&quot;rep&quot;:3400},{&quot;date&quot;:1671519600000,&quot;rep&quot;:3400},{&quot;date&quot;:1671606000000,&quot;rep&quot;:4084},{&quot;date&quot;:1671692400000,&quot;rep&quot;:4084},{&quot;date&quot;:1671951600000,&quot;rep&quot;:4090},{&quot;date&quot;:1672383600000,&quot;rep&quot;:4091},{&quot;date&quot;:1672988400000,&quot;rep&quot;:4091},{&quot;date&quot;:1673074800000,&quot;rep&quot;:4091},{&quot;date&quot;:1673161200000,&quot;rep&quot;:4115},{&quot;date&quot;:1673247600000,&quot;rep&quot;:4115},{&quot;date&quot;:1673334000000,&quot;rep&quot;:4142},{&quot;date&quot;:1673420400000,&quot;rep&quot;:4192},{&quot;date&quot;:1673506800000,&quot;rep&quot;:4192},{&quot;date&quot;:1673593200000,&quot;rep&quot;:4228},{&quot;date&quot;:1673766000000,&quot;rep&quot;:4231},{&quot;date&quot;:1673852400000,&quot;rep&quot;:4231},{&quot;date&quot;:1673938800000,&quot;rep&quot;:4231},{&quot;date&quot;:1674370800000,&quot;rep&quot;:4291},{&quot;date&quot;:1674543600000,&quot;rep&quot;:4291},{&quot;date&quot;:1674802800000,&quot;rep&quot;:4291},{&quot;date&quot;:1674975600000,&quot;rep&quot;:4301},{&quot;date&quot;:1675062000000,&quot;rep&quot;:4301},{&quot;date&quot;:1675148400000,&quot;rep&quot;:4313},{&quot;date&quot;:1675234800000,&quot;rep&quot;:4313},{&quot;date&quot;:1675321200000,&quot;rep&quot;:4313},{&quot;date&quot;:1675580400000,&quot;rep&quot;:4322},{&quot;date&quot;:1675666800000,&quot;rep&quot;:4322},{&quot;date&quot;:1675753200000,&quot;rep&quot;:4352},{&quot;date&quot;:1675839600000,&quot;rep&quot;:4352},{&quot;date&quot;:1676358000000,&quot;rep&quot;:4352},{&quot;date&quot;:1676444400000,&quot;rep&quot;:4352},{&quot;date&quot;:1676530800000,&quot;rep&quot;:4352},{&quot;date&quot;:1676617200000,&quot;rep&quot;:4368},{&quot;date&quot;:1676790000000,&quot;rep&quot;:4380},{&quot;date&quot;:1676876400000,&quot;rep&quot;:4380},{&quot;date&quot;:1676962800000,&quot;rep&quot;:4430},{&quot;date&quot;:1677049200000,&quot;rep&quot;:4480},{&quot;date&quot;:1677222000000,&quot;rep&quot;:4510},{&quot;date&quot;:1677308400000,&quot;rep&quot;:5332},{&quot;date&quot;:1677394800000,&quot;rep&quot;:5332},{&quot;date&quot;:1677481200000,&quot;rep&quot;:5351},{&quot;date&quot;:1677567600000,&quot;rep&quot;:5351},{&quot;date&quot;:1677654000000,&quot;rep&quot;:5351},{&quot;date&quot;:1678086000000,&quot;rep&quot;:5363},{&quot;date&quot;:1678172400000,&quot;rep&quot;:5393},{&quot;date&quot;:1678258800000,&quot;rep&quot;:5435},{&quot;date&quot;:1678690800000,&quot;rep&quot;:5465},{&quot;date&quot;:1678863600000,&quot;rep&quot;:5477},{&quot;date&quot;:1678950000000,&quot;rep&quot;:5477},{&quot;date&quot;:1679036400000,&quot;rep&quot;:5477},{&quot;date&quot;:1679295600000,&quot;rep&quot;:5489},{&quot;date&quot;:1679468400000,&quot;rep&quot;:5489},{&quot;date&quot;:1679554800000,&quot;rep&quot;:5549},{&quot;date&quot;:1679641200000,&quot;rep&quot;:5549},{&quot;date&quot;:1679727600000,&quot;rep&quot;:5563},{&quot;date&quot;:1679900400000,&quot;rep&quot;:5569},{&quot;date&quot;:1679986800000,&quot;rep&quot;:5569},{&quot;date&quot;:1680073200000,&quot;rep&quot;:5569},{&quot;date&quot;:1680332400000,&quot;rep&quot;:5589},{&quot;date&quot;:1680591600000,&quot;rep&quot;:5589},{&quot;date&quot;:1681023600000,&quot;rep&quot;:5604},{&quot;date&quot;:1681110000000,&quot;rep&quot;:5604},{&quot;date&quot;:1681196400000,&quot;rep&quot;:5604},{&quot;date&quot;:1681282800000,&quot;rep&quot;:6132},{&quot;date&quot;:1681369200000,&quot;rep&quot;:6192},{&quot;date&quot;:1681455600000,&quot;rep&quot;:6202},{&quot;date&quot;:1681542000000,&quot;rep&quot;:6220},{&quot;date&quot;:1681714800000,&quot;rep&quot;:6302},{&quot;date&quot;:1681801200000,&quot;rep&quot;:6386},{&quot;date&quot;:1682060400000,&quot;rep&quot;:6386},{&quot;date&quot;:1682233200000,&quot;rep&quot;:6396},{&quot;date&quot;:1682319600000,&quot;rep&quot;:6396},{&quot;date&quot;:1682406000000,&quot;rep&quot;:6396},{&quot;date&quot;:1682492400000,&quot;rep&quot;:6396},{&quot;date&quot;:1682578800000,&quot;rep&quot;:6431},{&quot;date&quot;:1682838000000,&quot;rep&quot;:6446},{&quot;date&quot;:1683010800000,&quot;rep&quot;:6446},{&quot;date&quot;:1683097200000,&quot;rep&quot;:6446},{&quot;date&quot;:1683183600000,&quot;rep&quot;:6476},{&quot;date&quot;:1683270000000,&quot;rep&quot;:6509},{&quot;date&quot;:1683529200000,&quot;rep&quot;:6509},{&quot;date&quot;:1683788400000,&quot;rep&quot;:6530},{&quot;date&quot;:1683874800000,&quot;rep&quot;:6530},{&quot;date&quot;:1684134000000,&quot;rep&quot;:6540},{&quot;date&quot;:1684220400000,&quot;rep&quot;:7218},{&quot;date&quot;:1684306800000,&quot;rep&quot;:7236},{&quot;date&quot;:1684393200000,&quot;rep&quot;:7242},{&quot;date&quot;:1684566000000,&quot;rep&quot;:7266},{&quot;date&quot;:1684738800000,&quot;rep&quot;:7299},{&quot;date&quot;:1684825200000,&quot;rep&quot;:7299},{&quot;date&quot;:1684911600000,&quot;rep&quot;:7329},{&quot;date&quot;:1684998000000,&quot;rep&quot;:7362},{&quot;date&quot;:1685257200000,&quot;rep&quot;:7380},{&quot;date&quot;:1685430000000,&quot;rep&quot;:7386},{&quot;date&quot;:1685602800000,&quot;rep&quot;:7866},{&quot;date&quot;:1685948400000,&quot;rep&quot;:7866},{&quot;date&quot;:1686034800000,&quot;rep&quot;:7896},{&quot;date&quot;:1686121200000,&quot;rep&quot;:8811},{&quot;date&quot;:1686294000000,&quot;rep&quot;:8817},{&quot;date&quot;:1686380400000,&quot;rep&quot;:8829},{&quot;date&quot;:1686466800000,&quot;rep&quot;:8838},{&quot;date&quot;:1686553200000,&quot;rep&quot;:8838},{&quot;date&quot;:1686639600000,&quot;rep&quot;:8838},{&quot;date&quot;:1686726000000,&quot;rep&quot;:8838},{&quot;date&quot;:1686898800000,&quot;rep&quot;:8838},{&quot;date&quot;:1687071600000,&quot;rep&quot;:8862},{&quot;date&quot;:1687158000000,&quot;rep&quot;:8886},{&quot;date&quot;:1687244400000,&quot;rep&quot;:8892},{&quot;date&quot;:1687330800000,&quot;rep&quot;:8892},{&quot;date&quot;:1687676400000,&quot;rep&quot;:8901},{&quot;date&quot;:1687762800000,&quot;rep&quot;:8901},{&quot;date&quot;:1687849200000,&quot;rep&quot;:8904},{&quot;date&quot;:1687935600000,&quot;rep&quot;:9806},{&quot;date&quot;:1688022000000,&quot;rep&quot;:9806},{&quot;date&quot;:1688108400000,&quot;rep&quot;:9806},{&quot;date&quot;:1688281200000,&quot;rep&quot;:9806},{&quot;date&quot;:1688540400000,&quot;rep&quot;:9806},{&quot;date&quot;:1688626800000,&quot;rep&quot;:9856},{&quot;date&quot;:1688799600000,&quot;rep&quot;:9886},{&quot;date&quot;:1688972400000,&quot;rep&quot;:9916},{&quot;date&quot;:1689058800000,&quot;rep&quot;:9940},{&quot;date&quot;:1689231600000,&quot;rep&quot;:10240},{&quot;date&quot;:1689318000000,&quot;rep&quot;:10240},{&quot;date&quot;:1689490800000,&quot;rep&quot;:10240},{&quot;date&quot;:1689577200000,&quot;rep&quot;:10270},{&quot;date&quot;:1689836400000,&quot;rep&quot;:10276},{&quot;date&quot;:1690095600000,&quot;rep&quot;:10306},{&quot;date&quot;:1690182000000,&quot;rep&quot;:10309},{&quot;date&quot;:1690268400000,&quot;rep&quot;:10309},{&quot;date&quot;:1690354800000,&quot;rep&quot;:10339},{&quot;date&quot;:1690786800000,&quot;rep&quot;:10403},{&quot;date&quot;:1690959600000,&quot;rep&quot;:10466},{&quot;date&quot;:1691046000000,&quot;rep&quot;:10934},{&quot;date&quot;:1691132400000,&quot;rep&quot;:10958},{&quot;date&quot;:1691305200000,&quot;rep&quot;:10988},{&quot;date&quot;:1691478000000,&quot;rep&quot;:11018},{&quot;date&quot;:1691564400000,&quot;rep&quot;:11027},{&quot;date&quot;:1691823600000,&quot;rep&quot;:11063},{&quot;date&quot;:1691910000000,&quot;rep&quot;:11081},{&quot;date&quot;:1691996400000,&quot;rep&quot;:11111},{&quot;date&quot;:1692082800000,&quot;rep&quot;:11351},{&quot;date&quot;:1692342000000,&quot;rep&quot;:12743},{&quot;date&quot;:1692428400000,&quot;rep&quot;:12776},{&quot;date&quot;:1692687600000,&quot;rep&quot;:12800},{&quot;date&quot;:1692774000000,&quot;rep&quot;:12806},{&quot;date&quot;:1693033200000,&quot;rep&quot;:12860},{&quot;date&quot;:1693206000000,&quot;rep&quot;:12866},{&quot;date&quot;:1693378800000,&quot;rep&quot;:12875},{&quot;date&quot;:1693465200000,&quot;rep&quot;:12905},{&quot;date&quot;:1693551600000,&quot;rep&quot;:12935},{&quot;date&quot;:1693724400000,&quot;rep&quot;:12950},{&quot;date&quot;:1693983600000,&quot;rep&quot;:12956},{&quot;date&quot;:1694070000000,&quot;rep&quot;:12959},{&quot;date&quot;:1694242800000,&quot;rep&quot;:12983},{&quot;date&quot;:1694502000000,&quot;rep&quot;:12998},{&quot;date&quot;:1694588400000,&quot;rep&quot;:12998},{&quot;date&quot;:1694674800000,&quot;rep&quot;:13019},{&quot;date&quot;:1694761200000,&quot;rep&quot;:13187},{&quot;date&quot;:1694847600000,&quot;rep&quot;:13217},{&quot;date&quot;:1694934000000,&quot;rep&quot;:13220},{&quot;date&quot;:1695020400000,&quot;rep&quot;:13226},{&quot;date&quot;:1695193200000,&quot;rep&quot;:13259},{&quot;date&quot;:1695279600000,&quot;rep&quot;:13259},{&quot;date&quot;:1695452400000,&quot;rep&quot;:13292},{&quot;date&quot;:1695711600000,&quot;rep&quot;:13360},{&quot;date&quot;:1696316400000,&quot;rep&quot;:13420},{&quot;date&quot;:1696402800000,&quot;rep&quot;:13452},{&quot;date&quot;:1696489200000,&quot;rep&quot;:13482},{&quot;date&quot;:1696575600000,&quot;rep&quot;:13509},{&quot;date&quot;:1696748400000,&quot;rep&quot;:13527},{&quot;date&quot;:1697007600000,&quot;rep&quot;:13563},{&quot;date&quot;:1697094000000,&quot;rep&quot;:13719},{&quot;date&quot;:1697439600000,&quot;rep&quot;:13779},{&quot;date&quot;:1697526000000,&quot;rep&quot;:13782},{&quot;date&quot;:1697785200000,&quot;rep&quot;:13782},{&quot;date&quot;:1697871600000,&quot;rep&quot;:13842},{&quot;date&quot;:1697958000000,&quot;rep&quot;:13869},{&quot;date&quot;:1698044400000,&quot;rep&quot;:13899},{&quot;date&quot;:1698130800000,&quot;rep&quot;:13929},{&quot;date&quot;:1698217200000,&quot;rep&quot;:13953},{&quot;date&quot;:1698303600000,&quot;rep&quot;:13953},{&quot;date&quot;:1698735600000,&quot;rep&quot;:13959},{&quot;date&quot;:1698822000000,&quot;rep&quot;:13983},{&quot;date&quot;:1698908400000,&quot;rep&quot;:14013},{&quot;date&quot;:1699081200000,&quot;rep&quot;:14043},{&quot;date&quot;:1699254000000,&quot;rep&quot;:14073},{&quot;date&quot;:1699340400000,&quot;rep&quot;:14118},{&quot;date&quot;:1699426800000,&quot;rep&quot;:14148},{&quot;date&quot;:1699772400000,&quot;rep&quot;:14150},{&quot;date&quot;:1700118000000,&quot;rep&quot;:14159},{&quot;date&quot;:1700204400000,&quot;rep&quot;:14165},{&quot;date&quot;:1700636400000,&quot;rep&quot;:14219},{&quot;date&quot;:1700895600000,&quot;rep&quot;:14219},{&quot;date&quot;:1701068400000,&quot;rep&quot;:14219},{&quot;date&quot;:1701154800000,&quot;rep&quot;:14243},{&quot;date&quot;:1701846000000,&quot;rep&quot;:14253},{&quot;date&quot;:1701932400000,&quot;rep&quot;:14256},{&quot;date&quot;:1702018800000,&quot;rep&quot;:14256},{&quot;date&quot;:1702191600000,&quot;rep&quot;:14286},{&quot;date&quot;:1702278000000,&quot;rep&quot;:14286},{&quot;date&quot;:1702450800000,&quot;rep&quot;:14313},{&quot;date&quot;:1702882800000,&quot;rep&quot;:14319},{&quot;date&quot;:1702969200000,&quot;rep&quot;:14349},{&quot;date&quot;:1703574000000,&quot;rep&quot;:14362},{&quot;date&quot;:1703746800000,&quot;rep&quot;:14392},{&quot;date&quot;:1704092400000,&quot;rep&quot;:14422},{&quot;date&quot;:1704351600000,&quot;rep&quot;:14422},{&quot;date&quot;:1704438000000,&quot;rep&quot;:14422},{&quot;date&quot;:1704524400000,&quot;rep&quot;:14436},{&quot;date&quot;:1704783600000,&quot;rep&quot;:14466},{&quot;date&quot;:1704870000000,&quot;rep&quot;:14469},{&quot;date&quot;:1705302000000,&quot;rep&quot;:14499},{&quot;date&quot;:1705388400000,&quot;rep&quot;:14529},{&quot;date&quot;:1705474800000,&quot;rep&quot;:14532},{&quot;date&quot;:1705647600000,&quot;rep&quot;:14562},{&quot;date&quot;:1705906800000,&quot;rep&quot;:14592},{&quot;date&quot;:1705993200000,&quot;rep&quot;:14622},{&quot;date&quot;:1706166000000,&quot;rep&quot;:14625},{&quot;date&quot;:1706252400000,&quot;rep&quot;:14625},{&quot;date&quot;:1706425200000,&quot;rep&quot;:14643},{&quot;date&quot;:1706511600000,&quot;rep&quot;:14667},{&quot;date&quot;:1706598000000,&quot;rep&quot;:14691},{&quot;date&quot;:1706684400000,&quot;rep&quot;:14694},{&quot;date&quot;:1707116400000,&quot;rep&quot;:14724},{&quot;date&quot;:1707202800000,&quot;rep&quot;:14730},{&quot;date&quot;:1707289200000,&quot;rep&quot;:14730},{&quot;date&quot;:1707375600000,&quot;rep&quot;:14760},{&quot;date&quot;:1707807600000,&quot;rep&quot;:14770},{&quot;date&quot;:1707980400000,&quot;rep&quot;:14770},{&quot;date&quot;:1708153200000,&quot;rep&quot;:14800},{&quot;date&quot;:1708326000000,&quot;rep&quot;:14800},{&quot;date&quot;:1708498800000,&quot;rep&quot;:14827},{&quot;date&quot;:1708585200000,&quot;rep&quot;:14827},{&quot;date&quot;:1709190000000,&quot;rep&quot;:14867},{&quot;date&quot;:1709276400000,&quot;rep&quot;:14877},{&quot;date&quot;:1709362800000,&quot;rep&quot;:14907},{&quot;date&quot;:1709967600000,&quot;rep&quot;:14913},{&quot;date&quot;:1710140400000,&quot;rep&quot;:14979},{&quot;date&quot;:1710486000000,&quot;rep&quot;:15009},{&quot;date&quot;:1710918000000,&quot;rep&quot;:15021},{&quot;date&quot;:1711004400000,&quot;rep&quot;:15078},{&quot;date&quot;:1711090800000,&quot;rep&quot;:15087},{&quot;date&quot;:1711263600000,&quot;rep&quot;:15117},{&quot;date&quot;:1711350000000,&quot;rep&quot;:15147},{&quot;date&quot;:1711609200000,&quot;rep&quot;:15147},{&quot;date&quot;:1711954800000,&quot;rep&quot;:15186},{&quot;date&quot;:1712041200000,&quot;rep&quot;:15192},{&quot;date&quot;:1712386800000,&quot;rep&quot;:15198},{&quot;date&quot;:1712905200000,&quot;rep&quot;:15240},{&quot;date&quot;:1713078000000,&quot;rep&quot;:15276},{&quot;date&quot;:1713164400000,&quot;rep&quot;:15306},{&quot;date&quot;:1713250800000,&quot;rep&quot;:15369},{&quot;date&quot;:1713337200000,&quot;rep&quot;:15423},{&quot;date&quot;:1713510000000,&quot;rep&quot;:15453},{&quot;date&quot;:1713682800000,&quot;rep&quot;:15487},{&quot;date&quot;:1713855600000,&quot;rep&quot;:15487},{&quot;date&quot;:1713942000000,&quot;rep&quot;:15487},{&quot;date&quot;:1714114800000,&quot;rep&quot;:15487},{&quot;date&quot;:1714201200000,&quot;rep&quot;:15541},{&quot;date&quot;:1714374000000,&quot;rep&quot;:15547},{&quot;date&quot;:1714460400000,&quot;rep&quot;:15547},{&quot;date&quot;:1714633200000,&quot;rep&quot;:15547},{&quot;date&quot;:1714892400000,&quot;rep&quot;:15550},{&quot;date&quot;:1714978800000,&quot;rep&quot;:15580},{&quot;date&quot;:1715065200000,&quot;rep&quot;:15592},{&quot;date&quot;:1715670000000,&quot;rep&quot;:15592},{&quot;date&quot;:1715842800000,&quot;rep&quot;:15592},{&quot;date&quot;:1716102000000,&quot;rep&quot;:15619},{&quot;date&quot;:1716274800000,&quot;rep&quot;:15649},{&quot;date&quot;:1716361200000,&quot;rep&quot;:15655},{&quot;date&quot;:1716447600000,&quot;rep&quot;:15664},{&quot;date&quot;:1716534000000,&quot;rep&quot;:15718},{&quot;date&quot;:1716620400000,&quot;rep&quot;:15772},{&quot;date&quot;:1716793200000,&quot;rep&quot;:15772},{&quot;date&quot;:1716879600000,&quot;rep&quot;:15790},{&quot;date&quot;:1716966000000,&quot;rep&quot;:15829},{&quot;date&quot;:1717052400000,&quot;rep&quot;:15856},{&quot;date&quot;:1717138800000,&quot;rep&quot;:15856},{&quot;date&quot;:1717484400000,&quot;rep&quot;:15865},{&quot;date&quot;:1717570800000,&quot;rep&quot;:15895},{&quot;date&quot;:1717657200000,&quot;rep&quot;:15904},{&quot;date&quot;:1717916400000,&quot;rep&quot;:15910},{&quot;date&quot;:1718002800000,&quot;rep&quot;:15940},{&quot;date&quot;:1718089200000,&quot;rep&quot;:15967},{&quot;date&quot;:1718262000000,&quot;rep&quot;:15997},{&quot;date&quot;:1718521200000,&quot;rep&quot;:16004},{&quot;date&quot;:1718607600000,&quot;rep&quot;:16034},{&quot;date&quot;:1718694000000,&quot;rep&quot;:16074},{&quot;date&quot;:1718780400000,&quot;rep&quot;:16103},{&quot;date&quot;:1718953200000,&quot;rep&quot;:16103},{&quot;date&quot;:1719126000000,&quot;rep&quot;:16145},{&quot;date&quot;:1719298800000,&quot;rep&quot;:16145},{&quot;date&quot;:1719385200000,&quot;rep&quot;:16145},{&quot;date&quot;:1719471600000,&quot;rep&quot;:16160},{&quot;date&quot;:1719558000000,&quot;rep&quot;:16160},{&quot;date&quot;:1719817200000,&quot;rep&quot;:16160},{&quot;date&quot;:1720076400000,&quot;rep&quot;:16190},{&quot;date&quot;:1720162800000,&quot;rep&quot;:16220},{&quot;date&quot;:1720249200000,&quot;rep&quot;:16223},{&quot;date&quot;:1720422000000,&quot;rep&quot;:16223},{&quot;date&quot;:1720854000000,&quot;rep&quot;:16253},{&quot;date&quot;:1720940400000,&quot;rep&quot;:16256},{&quot;date&quot;:1721113200000,&quot;rep&quot;:16280},{&quot;date&quot;:1721545200000,&quot;rep&quot;:16286},{&quot;date&quot;:1721631600000,&quot;rep&quot;:16286},{&quot;date&quot;:1721718000000,&quot;rep&quot;:16349},{&quot;date&quot;:1721804400000,&quot;rep&quot;:16379},{&quot;date&quot;:1721890800000,&quot;rep&quot;:16454},{&quot;date&quot;:1721977200000,&quot;rep&quot;:16478},{&quot;date&quot;:1722236400000,&quot;rep&quot;:16514},{&quot;date&quot;:1722322800000,&quot;rep&quot;:16574},{&quot;date&quot;:1722668400000,&quot;rep&quot;:16598},{&quot;date&quot;:1722754800000,&quot;rep&quot;:16598},{&quot;date&quot;:1722927600000,&quot;rep&quot;:16634},{&quot;date&quot;:1723014000000,&quot;rep&quot;:16685},{&quot;date&quot;:1723186800000,&quot;rep&quot;:16724},{&quot;date&quot;:1723273200000,&quot;rep&quot;:16758},{&quot;date&quot;:1723446000000,&quot;rep&quot;:16788},{&quot;date&quot;:1723618800000,&quot;rep&quot;:16818},{&quot;date&quot;:1724050800000,&quot;rep&quot;:16857},{&quot;date&quot;:1724137200000,&quot;rep&quot;:16974},{&quot;date&quot;:1724223600000,&quot;rep&quot;:17031},{&quot;date&quot;:1724310000000,&quot;rep&quot;:17037},{&quot;date&quot;:1724396400000,&quot;rep&quot;:17037},{&quot;date&quot;:1724655600000,&quot;rep&quot;:17037},{&quot;date&quot;:1724742000000,&quot;rep&quot;:17067},{&quot;date&quot;:1724914800000,&quot;rep&quot;:17085},{&quot;date&quot;:1725174000000,&quot;rep&quot;:17115},{&quot;date&quot;:1725433200000,&quot;rep&quot;:17169},{&quot;date&quot;:1725519600000,&quot;rep&quot;:17214},{&quot;date&quot;:1725865200000,&quot;rep&quot;:17263},{&quot;date&quot;:1726297200000,&quot;rep&quot;:17272},{&quot;date&quot;:1726383600000,&quot;rep&quot;:17281},{&quot;date&quot;:1726729200000,&quot;rep&quot;:17313},{&quot;date&quot;:1726815600000,&quot;rep&quot;:17343},{&quot;date&quot;:1727074800000,&quot;rep&quot;:17349},{&quot;date&quot;:1727334000000,&quot;rep&quot;:17358},{&quot;date&quot;:1727506800000,&quot;rep&quot;:17388},{&quot;date&quot;:1727852400000,&quot;rep&quot;:17418},{&quot;date&quot;:1728025200000,&quot;rep&quot;:17454},{&quot;date&quot;:1728111600000,&quot;rep&quot;:17458},{&quot;date&quot;:1728198000000,&quot;rep&quot;:17488},{&quot;date&quot;:1728284400000,&quot;rep&quot;:17488},{&quot;date&quot;:1728370800000,&quot;rep&quot;:17488},{&quot;date&quot;:1729148400000,&quot;rep&quot;:17488},{&quot;date&quot;:1729234800000,&quot;rep&quot;:17497},{&quot;date&quot;:1729580400000,&quot;rep&quot;:17521},{&quot;date&quot;:1729839600000,&quot;rep&quot;:17563},{&quot;date&quot;:1730271600000,&quot;rep&quot;:17563},{&quot;date&quot;:1730358000000,&quot;rep&quot;:17568},{&quot;date&quot;:1730617200000,&quot;rep&quot;:17604},{&quot;date&quot;:1730703600000,&quot;rep&quot;:17607},{&quot;date&quot;:1730790000000,&quot;rep&quot;:17637},{&quot;date&quot;:1730876400000,&quot;rep&quot;:17637},{&quot;date&quot;:1731049200000,&quot;rep&quot;:17637},{&quot;date&quot;:1731135600000,&quot;rep&quot;:17667},{&quot;date&quot;:1731394800000,&quot;rep&quot;:17667},{&quot;date&quot;:1731999600000,&quot;rep&quot;:17676},{&quot;date&quot;:1732172400000,&quot;rep&quot;:17676},{&quot;date&quot;:1732345200000,&quot;rep&quot;:17703},{&quot;date&quot;:1732431600000,&quot;rep&quot;:17733},{&quot;date&quot;:1732518000000,&quot;rep&quot;:17763},{&quot;date&quot;:1732690800000,&quot;rep&quot;:17763},{&quot;date&quot;:1732777200000,&quot;rep&quot;:17781},{&quot;date&quot;:1733036400000,&quot;rep&quot;:17811},{&quot;date&quot;:1733209200000,&quot;rep&quot;:17811},{&quot;date&quot;:1733382000000,&quot;rep&quot;:17864},{&quot;date&quot;:1733468400000,&quot;rep&quot;:17903},{&quot;date&quot;:1733554800000,&quot;rep&quot;:17936},{&quot;date&quot;:1733641200000,&quot;rep&quot;:17966},{&quot;date&quot;:1733814000000,&quot;rep&quot;:18002},{&quot;date&quot;:1733900400000,&quot;rep&quot;:18026},{&quot;date&quot;:1733986800000,&quot;rep&quot;:18068},{&quot;date&quot;:1734246000000,&quot;rep&quot;:18143},{&quot;date&quot;:1734332400000,&quot;rep&quot;:18143},{&quot;date&quot;:1734418800000,&quot;rep&quot;:18152},{&quot;date&quot;:1735110000000,&quot;rep&quot;:18182},{&quot;date&quot;:1735282800000,&quot;rep&quot;:18212},{&quot;date&quot;:1735369200000,&quot;rep&quot;:18218},{&quot;date&quot;:1735455600000,&quot;rep&quot;:18227},{&quot;date&quot;:1735542000000,&quot;rep&quot;:18233},{&quot;date&quot;:1735628400000,&quot;rep&quot;:18242},{&quot;date&quot;:1735887600000,&quot;rep&quot;:18248},{&quot;date&quot;:1736146800000,&quot;rep&quot;:18280},{&quot;date&quot;:1736233200000,&quot;rep&quot;:18280},{&quot;date&quot;:1736319600000,&quot;rep&quot;:18310},{&quot;date&quot;:1736406000000,&quot;rep&quot;:18310},{&quot;date&quot;:1736578800000,&quot;rep&quot;:18322},{&quot;date&quot;:1736665200000,&quot;rep&quot;:18352},{&quot;date&quot;:1736838000000,&quot;rep&quot;:18355},{&quot;date&quot;:1736924400000,&quot;rep&quot;:18484},{&quot;date&quot;:1737183600000,&quot;rep&quot;:18493},{&quot;date&quot;:1737270000000,&quot;rep&quot;:18520},{&quot;date&quot;:1737529200000,&quot;rep&quot;:18550},{&quot;date&quot;:1737788400000,&quot;rep&quot;:18583},{&quot;date&quot;:1737874800000,&quot;rep&quot;:18592},{&quot;date&quot;:1738134000000,&quot;rep&quot;:18619},{&quot;date&quot;:1738220400000,&quot;rep&quot;:18639},{&quot;date&quot;:1738306800000,&quot;rep&quot;:18645},{&quot;date&quot;:1738479600000,&quot;rep&quot;:18645},{&quot;date&quot;:1738652400000,&quot;rep&quot;:18655},{&quot;date&quot;:1738911600000,&quot;rep&quot;:18664},{&quot;date&quot;:1738998000000,&quot;rep&quot;:18685},{&quot;date&quot;:1739257200000,&quot;rep&quot;:18715},{&quot;date&quot;:1739343600000,&quot;rep&quot;:18724},{&quot;date&quot;:1739430000000,&quot;rep&quot;:18754},{&quot;date&quot;:1739516400000,&quot;rep&quot;:18787},{&quot;date&quot;:1739689200000,&quot;rep&quot;:18808},{&quot;date&quot;:1739775600000,&quot;rep&quot;:18814}]},&quot;url&quot;:&quot;\/User\/Graph\/4158147&quot;,&quot;id&quot;:&quot;reputationTab&quot;}],&quot;editUrl&quot;:null,&quot;usersUrl&quot;:&quot;\/Leaderboard&quot;,&quot;sidebarData&quot;:{&quot;userCardData&quot;:{&quot;summaryData&quot;:{&quot;name&quot;:&quot;Manuel Haeussermann&quot;,&quot;username&quot;:&quot;mhaeussermann&quot;,&quot;avatarLink&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/WyKKtyZy3T5Vd6WG.large&quot;,&quot;avatarSrc&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/WyKKtyZy3T5Vd6WG.standard&quot;,&quot;stats&quot;:{&quot;reputation&quot;:&quot;18,814&quot;,&quot;answers&quot;:&quot;1&quot;,&quot;guides&quot;:&quot;71&quot;},&quot;dateJoined&quot;:&quot;07\/13\/22&quot;},&quot;conditionalData&quot;:{&quot;userBio&quot;:&quot;&lt;p&gt;Manuel has been Content Creator at iFixit since August 2022. He works between the Content and Marketing departments. Most of the time, he juggles with words or edits photos, creating guides, newsletters or blog posts. In his free time, he reads or codes.&lt;\/p&gt;&quot;,&quot;statusNotifications&quot;:[],&quot;teams&quot;:[{&quot;avatar&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/TS66OmLjO4QAsbrB.thumbnail&quot;,&quot;url&quot;:&quot;\/Team\/1\/iFixit&quot;,&quot;name&quot;:&quot;iFixit&quot;,&quot;studentCode&quot;:null,&quot;description&quot;:&quot;We&#039;re just some folks with repair on our minds...&quot;},{&quot;avatar&quot;:&quot;https:\/\/guide-images.cdn.ifixit.com\/igi\/EEnfKHvCvAfI4VmE.thumbnail&quot;,&quot;url&quot;:&quot;\/Team\/4401\/iFixit+EU+Team&quot;,&quot;name&quot;:&quot;iFixit EU Team&quot;,&quot;studentCode&quot;:null,&quot;description&quot;:&quot;The European side of iFixit: Same same only different ;)&quot;}],&quot;miscLink&quot;:null,&quot;actions&quot;:[]}},&quot;voteHistoryData&quot;:{&quot;upVotes&quot;:0,&quot;downVotes&quot;:0,&quot;username&quot;:&quot;Manuel Haeussermann&quot;},&quot;certData&quot;:{&quot;acceptedCerts&quot;:[],&quot;pendingCerts&quot;:[]}},&quot;activeTab&quot;:&quot;About&quot;,&quot;shopifyStore&quot;:{&quot;currencyCode&quot;:&quot;USD&quot;,&quot;storeCode&quot;:&quot;us&quot;,&quot;shopDomain&quot;:&quot;ifixit-us.myshopify.com&quot;,&quot;storefrontAccessToken&quot;:&quot;db3099692534a56ecec7b974a329d302&quot;}}"> <style> .landing-placeholder { min-height: 1600px; } </style> <div class="landing-placeholder"></div> </div> </div> </div> <!-- /content-container --> </div> <!-- /contentFloat --> <div class="clearer"></div> </div> <!-- /mainBody --> <div class="clearer"></div> </div> <!-- /main --> </div> <!-- /page --> <div class="react-component component-Footer" data-reactroot data-name="Footer" data-props="{&quot;supportUrl&quot;:&quot;https:\/\/help.ifixit.com\/&quot;,&quot;repairUrl&quot;:&quot;https:\/\/repair.org\/&quot;,&quot;langViewID&quot;:&quot;en&quot;,&quot;privacyPolicyUrl&quot;:&quot;https:\/\/www.ifixit.com\/Info\/Privacy&quot;}"> <style> .footer-placeholder { min-height: 1325.55px; @media (min-width: 768px) { min-height: 630.94px; } @media (min-width: 1440px) { min-height: 622.94px; } } </style> <div class="footer-placeholder hide-until-css-loaded"></div> </div> </div> <!-- /background --> <script type='text/javascript'> var App = {"recaptchaToken":"6LdcrYcUAAAAADXZZ8mZBNd48Qpg6jF6_Zp2s1t5","canIBypassGAEventFiringOnMobile":false,"objectNameSingular":"Device","objectNamePlural":"Devices","which":"ifixit","siteid":2,"isLoggedIn":false,"algoliaConfig":{"appId":"XQEP3AD9ZT","apiKey":"YTA3Yzg5NzhkOGEwNTQzY2QxNjJkM2ZmNTY2YzM4OWYzZDkyOTdmNWE0MWM2ZDE0NmFiNWUxYzk1OTFiNWFjZmZpbHRlcnM9c2l0ZSUzQSUyMmlmaXhpdCUyMiUyMEFORCUyMCUyOHB1YmxpYyUyMCUzRCUyMDElMjBPUiUyMHZhcmlhbnRzX2NvdW50JTIwJTNFJTNEJTIwMSUyOSZ2YWxpZFVudGlsPTE3NDEwMzY3NjY=","indexPrefix":"","indexNamesByObjectType":{"guide":["guide_en"],"post":["post_en"],"product_group":["product_group_en"],"searchpage":["searchpage_en"],"document":["document_en"],"wiki":["wiki_en"],"topic":["topic_en"],"topic_variant":["topic_variant_en"],"item":["item_en"],"product":["product_en_us"],"wp_searchable_posts":["wp_searchable_posts"]},"filtersByObjectType":{"product":"is_pro != 1"},"defaultDoctypes":["topic","product","product_group","guide","post","wiki","pages","news","document"]},"lang":"en","shopifyStorefront":{"clientDetails":{"domain":"store.ifixit.com","storefrontAccessToken":"db3099692534a56ecec7b974a329d302","apiVersion":"2024-04"}},"canIForceSentryReporting":false,"SENTRY_DSN_JS":"https:\/\/5552835e822c4c8db5070306b2535ef3@o186239.ingest.sentry.io\/1281569","sentryTags":{"site":"ifixit","lang":"en","isAdmin":false,"deployment":"production"},"sentryPerformance":true,"sentryRelease":"c9a881d51f0301b6bcce7091c67faa850675aeeb\n","googleOAuth2Clientid":"622418919965-qcvbv04spukbdo9ut8pevt4pucmkp86o.apps.googleusercontent.com","googleOAuth2Domain":"","usernamePattern":"^[a-z][a-z0-9_]{2,14}$","maxMediaSize":100,"maxMediaLength":30,"videosEnabled":true,"strokeWidthMedium":5,"iconTimes":"<i class=\"svg-icon\" style=\"display: inline-flex; width: 16px; height: 16px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"\/>\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"\/>\n<\/svg><\/i>","videoEncodings":{"MP4_720":{"column":"MP4_720","label":"480p","encoding":"mp4","width":720,"height":480,"codecs":"avc1.4D401E, mp4a.40.2","ffmpeg_args":"-vcodec libx264 -profile:v main -level 3.1 -crf 23 -acodec aac -vf format=yuv420p","mime":"video\/mp4","always_generate":true}},"FrameModules":["LoginFrameModule","ImageMenuFrameModule","MediaLibraryFrameModule","NotifyFrameModule","WatchFrameModule","NewsletterFrameModule","ImageMarkersFrameModule","ImageCropFrameModule"],"gb":{"attributes":{"uniqueId":"FjNFemJcdU3","isExemptFromAB":false},"features":{"product-list-default-to-gallery":{"defaultValue":false,"rules":[]},"product-overview-reorder-sections":{"defaultValue":false,"rules":[]},"show-cross-sell-checkbox":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":null,"key":null,"weights":null,"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"5298a401-5a18-4037-9d68-0a8bc7151e80","hashVersion":2,"range":null,"meta":null,"ranges":null,"name":null,"phase":null}]},"plp-bigger-list-images":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"plp-bigger-list-images","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"405103a9-e2e3-4837-99b4-d0c33ae394d0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Bigger Images"}],"ranges":null,"name":"plp-bigger-list-images","phase":"0"}]},"php-next-a-a-experiment":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"php-next-a-a-experiment","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"4f5cb2dc-a7e0-4468-a3b0-40a6a7162f48","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"php-next-a-a-experiment","phase":"2"}]},"generic-reviews":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"generic-reviews","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"fa3d1b62-7ff3-42c7-82d2-55bd053c01a0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control (No Generic Reviews)"},{"key":"1","name":"Show Generic Reviews"}],"ranges":null,"name":"Generic Reviews","phase":"0"}]},"show-cart-merch-banner":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"show-cart-merch-banner","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"de12c0d6-fb6e-4de0-87e5-87e8f40d35bb","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"Show Cart Merch Banner","phase":"0"}]},"guide-collections":{"defaultValue":false,"rules":[]},"a-a-experiment-v7":{"defaultValue":false,"rules":[{"condition":null,"coverage":1,"variations":[false,true],"key":"experiment-v7","weights":[0.5,0.5],"namespace":null,"hashAttribute":"uniqueId","filters":null,"seed":"e7fad591-a03b-4c8a-b118-01c6a0cc96e0","hashVersion":2,"range":null,"meta":[{"key":"0","name":"Control"},{"key":"1","name":"Variation 1"}],"ranges":null,"name":"a-a-experiment-v7","phase":"0"}]},"show-consent-banner":{"defaultValue":false,"rules":[]}},"forcedVariations":[],"viewedExperiments":[],"forcedFeatures":[]},"isProduction":true,"isTest":false,"userPreferredStoreCode":"us","locale":"en_US","siteName":"ifixit","useSecureCookies":true,"sameSiteValue":"None","imageSizeWidths":{"mini":56,"thumbnail":96,"140x105":140,"200x150":200,"standard":300,"440x330":440,"medium":592,"large":800,"huge":1600},"facebookAppId":"401112919922369","piwikCustomDimensions":{"20":"false"}}; </script> <script type='text/javascript'> Object.entries(App.piwikCustomDimensions).forEach( ([key, value]) => { _paq.push(["setCustomDimensionValue", key, value]); } ); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10