{"componentChunkName":"component---node-modules-gatsby-theme-try-ghost-src-templates-tag-js","path":"/tag/unravel/page/2/","result":{"data":{"ghostTag":{"slug":"unravel","url":"https://www.rajrathore.com/tag/unravel/","name":"Unravel","visibility":"public","feature_image":null,"description":"Debugging Code & Finding Tech Solutions & Right Tools to Solve Problems","meta_title":null,"meta_description":null,"featureImageSharp":null},"allGhostPost":{"edges":[{"node":{"id":"Ghost__Post__6206b0f037f279001def0d92","title":"How to Uninstall Apps in Mac & Troubleshoot Issues","slug":"how-to-uninstall-apps-in-mac-os-x","featured":false,"feature_image":"https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=2000&fit=max&ixid=eyJhcHBfaWQiOjExNzczfQ","excerpt":"I was using a USB connecter by MTS and it installed few app links and I wanted\nto remove those and several other apps which I wanted to remove. Anyway, the\nissues I encountered and how I resolved issue removing these apps/icons are\nhere, in the order I try to remove them: Explaining options which you can use to\nremove applications in mac.\n\nHow to remove apps from OS X\nOption 1: Go to launcher and press and hold the cursor and it'll show a 'x' icon\nin the corner and click on it shows a pop to uni","custom_excerpt":null,"visibility":"public","created_at_pretty":"12 May 2020","published_at_pretty":"23 Nov 2015","updated_at_pretty":"5 Jun 2020","created_at":"2020-05-12T16:06:56.000+05:30","published_at":"2015-11-24T00:00:00.000+05:30","updated_at":"2020-06-05T23:33:12.000+05:30","meta_title":null,"meta_description":null,"og_description":null,"og_image":null,"og_title":null,"twitter_description":null,"twitter_image":null,"twitter_title":null,"authors":[{"slug":"raj","url":"https://www.rajrathore.com/author/raj/","name":"Raj Rathore","bio":null,"cover_image":null,"profile_image":null,"location":null,"website":null,"twitter":null,"facebook":null,"meta_title":null,"meta_description":null,"coverImageSharp":null,"profileImageSharp":null}],"primary_author":{"slug":"raj","url":"https://www.rajrathore.com/author/raj/","name":"Raj Rathore","bio":null,"cover_image":null,"profile_image":null,"location":null,"website":null,"twitter":null,"facebook":null,"meta_title":null,"meta_description":null,"coverImageSharp":null,"profileImageSharp":null},"primary_tag":{"slug":"unravel","url":"https://www.rajrathore.com/tag/unravel/","name":"Unravel","visibility":"public","feature_image":null,"description":"Debugging Code & Finding Tech Solutions & Right Tools to Solve Problems","meta_title":null,"meta_description":null,"featureImageSharp":null},"tags":[{"slug":"unravel","url":"https://www.rajrathore.com/tag/unravel/","name":"Unravel","visibility":"public","feature_image":null,"description":"Debugging Code & Finding Tech Solutions & Right Tools to Solve Problems","meta_title":null,"meta_description":null,"featureImageSharp":null},{"slug":"tech","url":"https://www.rajrathore.com/tag/tech/","name":"Tech","visibility":"public","feature_image":null,"description":null,"meta_title":null,"meta_description":null,"featureImageSharp":null},{"slug":"code","url":"https://www.rajrathore.com/tag/code/","name":"Code","visibility":"public","feature_image":null,"description":null,"meta_title":null,"meta_description":null,"featureImageSharp":null},{"slug":"os-x","url":"https://www.rajrathore.com/tag/os-x/","name":"OS X","visibility":"public","feature_image":null,"description":null,"meta_title":null,"meta_description":null,"featureImageSharp":null}],"plaintext":"I was using a USB connecter by MTS and it installed few app links and I wanted\nto remove those and several other apps which I wanted to remove. Anyway, the\nissues I encountered and how I resolved issue removing these apps/icons are\nhere, in the order I try to remove them: Explaining options which you can use to\nremove applications in mac.\n\nHow to remove apps from OS X\nOption 1: Go to launcher and press and hold the cursor and it'll show a 'x' icon\nin the corner and click on it shows a pop to uninstall the app and you can\nremove the app. The default option and works most of the time.\n\nOS X Application LauncherOption 2: Alternative to option 1 is launch the launchpad and put the cursor on\nthe app you want to delete and drag the app to trash, it'll show you a app\nuninstall pop up, uninstall the app.\n\nOption 3: If both of the above options fail, open terminal and go to\n/applications folder and remove the app from there.\n\ncd /Applications  \n\n\nsee if the application you want to remove is listed/present in applications\nfolder.\n\nls  \n\n\nif it's listed, it means the app is present in applications folder. If it's\npresent in subfolder, navigate to that folder.\nAnd remove the app. To remove the app, use following command.\nBe very very careful before executing the following command.\n\nrm -rf <AppToDelete.app>  \n\n\nhere <AppToDelete.app> is the app you want to delete. replace this with the app\nyou want to delete.\n\nTroubleshoot Issues:\nDelete icons of removed apps from launchpad:\nBy using the options above for app removal, you'll most likely be able to remove\nthe app from your system. But you may still see the icon of the deleted app in\nthe launchpad in some weird cases.\nTo remove these icon follow following steps:-\n1. Tap on the icon, you'll see a '?' on the icon,\n2. A big '?' mark is overlaying your icon, when it's showing this icon, press\nand hold on this icon, icons will jiggle and now it'll show a 'x' icon. click on\n'x' icon and remove the icon.\n\n\nAnother approach to remove these inactive app icons:\n\nIf you are using Yosemite here is the surgical approach to remove only what you\nwant to, instead of wiping out all of launchpad.\n\nOpen up your Terminal app of choice and execute following command. Replace \nAPP_NAME_CASE_SENSITIVE before executing.\n\nsqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db \"DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';\" && killall Dock  \n\n\nSource: Stackoverflow [http://apple.stackexchange.com/a/181851/158829]\n\nI hope this post has helped you. If you have some other way to remove apps, give\nconstructive feedback.","html":"<p>I was using a USB connecter by MTS and it installed few app links and I wanted to remove those and several other apps which I wanted to remove. Anyway, the issues I encountered and how I resolved issue removing these apps/icons are here, in the order I try to remove them: Explaining options which you can use to remove applications in mac.</p><h2 id=\"how-to-remove-apps-from-os-x\">How to remove apps from OS X</h2><p><strong><strong>Option 1</strong></strong>: Go to launcher and press and hold the cursor and it'll show a 'x' icon in the corner and click on it shows a pop to uninstall the app and you can remove the app. The default option and works most of the time.</p><figure class=\"kg-card kg-image-card kg-card-hascaption\"><img src=\"//cdn.rajrathore.com/2020/06/Screenshot-2020-06-05-at-11.31.41-PM.png\" class=\"kg-image\" alt loading=\"lazy\"><figcaption>OS X Application Launcher</figcaption></figure><p><strong><strong>Option 2:</strong></strong> Alternative to option 1 is launch the launchpad and put the cursor on the app you want to delete and drag the app to trash, it'll show you a app uninstall pop up, uninstall the app.</p><p><strong><strong>Option 3:</strong></strong> If both of the above options fail, open terminal and go to /applications folder and remove the app from there.</p><pre><code>cd /Applications  \n</code></pre><p>see if the application you want to remove is listed/present in applications folder.</p><pre><code>ls  \n</code></pre><p>if it's listed, it means the app is present in applications folder. If it's present in subfolder, navigate to that folder.<br>And remove the app. To remove the app, use following command.<br>Be very very careful before executing the following command.</p><pre><code>rm -rf &lt;AppToDelete.app&gt;  \n</code></pre><p>here <code>&lt;AppToDelete.app&gt;</code> is the app you want to delete. replace this with the app you want to delete.</p><h3 id=\"troubleshoot-issues-\">Troubleshoot Issues:</h3><h5 id=\"delete-icons-of-removed-apps-from-launchpad-\">Delete icons of removed apps from launchpad:</h5><p>By using the options above for app removal, you'll most likely be able to remove the app from your system. But you may still see the icon of the deleted app in the launchpad in some weird cases.<br>To remove these icon follow following steps:-<br>1. Tap on the icon, you'll see a <strong><strong>'?'</strong></strong> on the icon,<br>2. A big <strong><strong>'?'</strong></strong> mark is overlaying your icon, when it's showing this icon, press and hold on this icon, icons will jiggle and now it'll show a <strong><strong>'x'</strong></strong> icon. click on 'x' icon and remove the icon.<br></p><figure class=\"kg-card kg-image-card\"><img src=\"//cdn.rajrathore.com/2020/06/image-1.jpg\" class=\"kg-image\" alt=\"Removing app icons\" loading=\"lazy\"></figure><p><strong><strong>Another approach</strong></strong> to remove these inactive app icons:</p><p>If you are using Yosemite here is the surgical approach to remove only what you want to, instead of wiping out all of launchpad.</p><p>Open up your Terminal app of choice and execute following command. Replace <code>APP_NAME_CASE_SENSITIVE</code> before executing.</p><pre><code>sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db \"DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';\" &amp;&amp; killall Dock  \n</code></pre><p><a href=\"http://apple.stackexchange.com/a/181851/158829\">Source: Stackoverflow</a></p><p>I hope this post has helped you. If you have some other way to remove apps, give constructive feedback.</p>","url":"https://www.rajrathore.com/how-to-uninstall-apps-in-mac-os-x/","canonical_url":null,"uuid":"c18b5c39-28f2-4553-b073-55dcb4b26030","codeinjection_foot":null,"codeinjection_head":null,"codeinjection_styles":null,"comment_id":"5eba7c48c0a27814ff1ff62c","reading_time":2,"send_email_when_published":false,"email_subject":null,"childHtmlRehype":{"html":"<p>I was using a USB connecter by MTS and it installed few app links and I wanted to remove those and several other apps which I wanted to remove. Anyway, the issues I encountered and how I resolved issue removing these apps/icons are here, in the order I try to remove them: Explaining options which you can use to remove applications in mac.</p><h2 id=\"how-to-remove-apps-from-os-x\">How to remove apps from OS X</h2><p><strong><strong>Option 1</strong></strong>: Go to launcher and press and hold the cursor and it'll show a 'x' icon in the corner and click on it shows a pop to uninstall the app and you can remove the app. The default option and works most of the time.</p><figure class=\"kg-card kg-image-card kg-card-hascaption\"><img src=\"//cdn.rajrathore.com/2020/06/Screenshot-2020-06-05-at-11.31.41-PM.png\" class=\"kg-image\" alt=\"\" loading=\"lazy\"><figcaption>OS X Application Launcher</figcaption></figure><p><strong><strong>Option 2:</strong></strong> Alternative to option 1 is launch the launchpad and put the cursor on the app you want to delete and drag the app to trash, it'll show you a app uninstall pop up, uninstall the app.</p><p><strong><strong>Option 3:</strong></strong> If both of the above options fail, open terminal and go to /applications folder and remove the app from there.</p><div class=\"kg-card kg-code-card gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">cd /Applications  \n</code></pre></div><p>see if the application you want to remove is listed/present in applications folder.</p><div class=\"kg-card kg-code-card gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">ls  \n</code></pre></div><p>if it's listed, it means the app is present in applications folder. If it's present in subfolder, navigate to that folder.<br>And remove the app. To remove the app, use following command.<br>Be very very careful before executing the following command.</p><div class=\"kg-card kg-code-card gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">rm -rf &#x3C;AppToDelete.app>  \n</code></pre></div><p>here <code class=\"language-text\">&#x3C;AppToDelete.app></code> is the app you want to delete. replace this with the app you want to delete.</p><h3 id=\"troubleshoot-issues-\">Troubleshoot Issues:</h3><h5 id=\"delete-icons-of-removed-apps-from-launchpad-\">Delete icons of removed apps from launchpad:</h5><p>By using the options above for app removal, you'll most likely be able to remove the app from your system. But you may still see the icon of the deleted app in the launchpad in some weird cases.<br>To remove these icon follow following steps:-<br>1. Tap on the icon, you'll see a <strong><strong>'?'</strong></strong> on the icon,<br>2. A big <strong><strong>'?'</strong></strong> mark is overlaying your icon, when it's showing this icon, press and hold on this icon, icons will jiggle and now it'll show a <strong><strong>'x'</strong></strong> icon. click on 'x' icon and remove the icon.<br></p><figure class=\"kg-card kg-image-card\"><img src=\"//cdn.rajrathore.com/2020/06/image-1.jpg\" class=\"kg-image\" alt=\"Removing app icons\" loading=\"lazy\"></figure><p><strong><strong>Another approach</strong></strong> to remove these inactive app icons:</p><p>If you are using Yosemite here is the surgical approach to remove only what you want to, instead of wiping out all of launchpad.</p><p>Open up your Terminal app of choice and execute following command. Replace <code class=\"language-text\">APP_NAME_CASE_SENSITIVE</code> before executing.</p><div class=\"kg-card kg-code-card gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db \"DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';\" &#x26;&#x26; killall Dock  \n</code></pre></div><p><a href=\"http://apple.stackexchange.com/a/181851/158829\">Source: Stackoverflow</a></p><p>I hope this post has helped you. If you have some other way to remove apps, give constructive feedback.</p>","htmlAst":{"type":"root","children":[{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"I was using a USB connecter by MTS and it installed few app links and I wanted to remove those and several other apps which I wanted to remove. Anyway, the issues I encountered and how I resolved issue removing these apps/icons are here, in the order I try to remove them: Explaining options which you can use to remove applications in mac."}]},{"type":"element","tagName":"h2","properties":{"id":"how-to-remove-apps-from-os-x"},"children":[{"type":"text","value":"How to remove apps from OS X"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"Option 1"}]}]},{"type":"text","value":": Go to launcher and press and hold the cursor and it'll show a 'x' icon in the corner and click on it shows a pop to uninstall the app and you can remove the app. The default option and works most of the time."}]},{"type":"element","tagName":"figure","properties":{"className":["kg-card","kg-image-card","kg-card-hascaption"]},"children":[{"type":"element","tagName":"img","properties":{"src":"//cdn.rajrathore.com/2020/06/Screenshot-2020-06-05-at-11.31.41-PM.png","className":["kg-image"],"alt":"","loading":"lazy"},"children":[]},{"type":"element","tagName":"figcaption","properties":{},"children":[{"type":"text","value":"OS X Application Launcher"}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"Option 2:"}]}]},{"type":"text","value":" Alternative to option 1 is launch the launchpad and put the cursor on the app you want to delete and drag the app to trash, it'll show you a app uninstall pop up, uninstall the app."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"Option 3:"}]}]},{"type":"text","value":" If both of the above options fail, open terminal and go to /applications folder and remove the app from there."}]},{"type":"element","tagName":"div","properties":{"className":["kg-card","kg-code-card","gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"cd /Applications  \n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"see if the application you want to remove is listed/present in applications folder."}]},{"type":"element","tagName":"div","properties":{"className":["kg-card","kg-code-card","gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"ls  \n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"if it's listed, it means the app is present in applications folder. If it's present in subfolder, navigate to that folder."},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"And remove the app. To remove the app, use following command."},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"Be very very careful before executing the following command."}]},{"type":"element","tagName":"div","properties":{"className":["kg-card","kg-code-card","gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"rm -rf <AppToDelete.app>  \n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"here "},{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"<AppToDelete.app>"}]},{"type":"text","value":" is the app you want to delete. replace this with the app you want to delete."}]},{"type":"element","tagName":"h3","properties":{"id":"troubleshoot-issues-"},"children":[{"type":"text","value":"Troubleshoot Issues:"}]},{"type":"element","tagName":"h5","properties":{"id":"delete-icons-of-removed-apps-from-launchpad-"},"children":[{"type":"text","value":"Delete icons of removed apps from launchpad:"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"By using the options above for app removal, you'll most likely be able to remove the app from your system. But you may still see the icon of the deleted app in the launchpad in some weird cases."},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"To remove these icon follow following steps:-"},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"1. Tap on the icon, you'll see a "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'?'"}]}]},{"type":"text","value":" on the icon,"},{"type":"element","tagName":"br","properties":{},"children":[]},{"type":"text","value":"2. A big "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'?'"}]}]},{"type":"text","value":" mark is overlaying your icon, when it's showing this icon, press and hold on this icon, icons will jiggle and now it'll show a "},{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"'x'"}]}]},{"type":"text","value":" icon. click on 'x' icon and remove the icon."},{"type":"element","tagName":"br","properties":{},"children":[]}]},{"type":"element","tagName":"figure","properties":{"className":["kg-card","kg-image-card"]},"children":[{"type":"element","tagName":"img","properties":{"src":"//cdn.rajrathore.com/2020/06/image-1.jpg","className":["kg-image"],"alt":"Removing app icons","loading":"lazy"},"children":[]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"element","tagName":"strong","properties":{},"children":[{"type":"text","value":"Another approach"}]}]},{"type":"text","value":" to remove these inactive app icons:"}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"If you are using Yosemite here is the surgical approach to remove only what you want to, instead of wiping out all of launchpad."}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"Open up your Terminal app of choice and execute following command. Replace "},{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"APP_NAME_CASE_SENSITIVE"}]},{"type":"text","value":" before executing."}]},{"type":"element","tagName":"div","properties":{"className":["kg-card","kg-code-card","gatsby-highlight"],"dataLanguage":"text"},"children":[{"type":"element","tagName":"pre","properties":{"className":["language-text"]},"children":[{"type":"element","tagName":"code","properties":{"className":["language-text"]},"children":[{"type":"text","value":"sqlite3 $(sudo find /private/var/folders -name com.apple.dock.launchpad)/db/db \"DELETE FROM apps WHERE title='APP_NAME_CASE_SENSITIVE';\" && killall Dock  \n"}]}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"element","tagName":"a","properties":{"href":"http://apple.stackexchange.com/a/181851/158829"},"children":[{"type":"text","value":"Source: Stackoverflow"}]}]},{"type":"element","tagName":"p","properties":{},"children":[{"type":"text","value":"I hope this post has helped you. If you have some other way to remove apps, give constructive feedback."}]}],"data":{"quirksMode":false}},"tableOfContents":[{"id":"how-to-remove-apps-from-os-x","heading":"How to remove apps from OS X","items":[{"id":"troubleshoot-issues-","heading":"Troubleshoot Issues:","items":[{"id":"delete-icons-of-removed-apps-from-launchpad-","heading":"Delete icons of removed apps from launchpad:"}]}]}]},"featureImageSharp":{"base":"photo-1513530534585-c7b1394c6d51.jpg","publicURL":"/static/50bacdd54d4cbb07ee94b9f6f64e3151/photo-1513530534585-c7b1394c6d51.jpg","imageMeta":{"width":2000,"height":1333},"childImageSharp":{"fluid":{"base64":"data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAANABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAEEAgX/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAf/aAAwDAQACEAMQAAAB6iy4jKRf/8QAGhAAAwADAQAAAAAAAAAAAAAAAQIDEhMiAP/aAAgBAQABBQKSa1tymdPZchNgdjM//8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAwEBPwE//8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAgEBPwE//8QAHhAAAQIHAQAAAAAAAAAAAAAAAAERAhASISIxM1H/2gAIAQEABj8CYdDmss1t4Uw6P//EABwQAQACAgMBAAAAAAAAAAAAAAEAESFRMUFhcf/aAAgBAQABPyEBLfrNidQpwh8ly0zCujEDJw7J/9oADAMBAAIAAwAAABCo7//EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAgBAwEBPxCRj//EABgRAAIDAAAAAAAAAAAAAAAAAAABESEx/9oACAECAQE/EMpEo//EABoQAQACAwEAAAAAAAAAAAAAAAEAESExQXH/2gAIAQEAAT8Qermr0jsJFoHYv1BhcIWEV07WAQCNAgDU/9k=","aspectRatio":1.4957264957264957,"src":"/static/50bacdd54d4cbb07ee94b9f6f64e3151/ea4ab/photo-1513530534585-c7b1394c6d51.jpg","srcSet":"/static/50bacdd54d4cbb07ee94b9f6f64e3151/477ba/photo-1513530534585-c7b1394c6d51.jpg 175w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/06776/photo-1513530534585-c7b1394c6d51.jpg 350w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/ea4ab/photo-1513530534585-c7b1394c6d51.jpg 700w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/3055e/photo-1513530534585-c7b1394c6d51.jpg 1050w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/eff08/photo-1513530534585-c7b1394c6d51.jpg 1400w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/4e5f3/photo-1513530534585-c7b1394c6d51.jpg 2000w","srcWebp":"/static/50bacdd54d4cbb07ee94b9f6f64e3151/89afa/photo-1513530534585-c7b1394c6d51.webp","srcSetWebp":"/static/50bacdd54d4cbb07ee94b9f6f64e3151/9fca7/photo-1513530534585-c7b1394c6d51.webp 175w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/37a4e/photo-1513530534585-c7b1394c6d51.webp 350w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/89afa/photo-1513530534585-c7b1394c6d51.webp 700w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/78e7a/photo-1513530534585-c7b1394c6d51.webp 1050w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/03d34/photo-1513530534585-c7b1394c6d51.webp 1400w,\n/static/50bacdd54d4cbb07ee94b9f6f64e3151/49d6b/photo-1513530534585-c7b1394c6d51.webp 2000w","sizes":"(max-width: 700px) 100vw, 700px"}}}}}]}},"pageContext":{"pageNumber":1,"limit":3,"skip":3,"totalPosts":4,"numberOfPages":2,"humanPageNumber":2,"prevPageNumber":1,"nextPageNumber":null,"previousPagePath":"/tag/unravel/","nextPagePath":null,"slug":"unravel","collectionPaths":{},"postIds":["Ghost__Post__6206b0f037f279001def0d88","Ghost__Post__6206b0f037f279001def0d97","Ghost__Post__6206b0f037f279001def0d8b","Ghost__Post__6206b0f037f279001def0d92"],"cursor":0}},"staticQueryHashes":["1272700106","1377730702","1676991999","2138873178","2546165603","2938721187","293880488","293880488","293880488","3052966952","4156497161"]}