aboutsummaryrefslogtreecommitdiff
path: root/build/safari-extensions-catalina-patcher/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'build/safari-extensions-catalina-patcher/index.html')
-rw-r--r--build/safari-extensions-catalina-patcher/index.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/build/safari-extensions-catalina-patcher/index.html b/build/safari-extensions-catalina-patcher/index.html
index 3da9e6d..024a30f 100644
--- a/build/safari-extensions-catalina-patcher/index.html
+++ b/build/safari-extensions-catalina-patcher/index.html
@@ -3,11 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="color-scheme" content="dark light">
<link rel="icon" href="data:,">
<title>Enabling Safari Extensions with the macOS Catalina Patcher</title>
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
-<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
+<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
</head>
<nav>
@@ -16,13 +17,9 @@
<main>
<h1 id="enabling-safari-extensions-with-the-macos-catalina-patcher">Enabling Safari Extensions with the macOS Catalina Patcher</h1>
-
<p>2021-09-23</p>
-
<p>I have an old 2011 MacBook Air that is running the latest version of macOS Catalina thanks to the very wonderful <a href="http://dosdude1.com/catalina/">Catalina Patcher</a> by dosdude1. This project has made it possible for me to run and test some of the latest software from Apple - namely Safari 15.</p>
-
<p>I ran into a small bug early on though – Safari extensions couldn’t be activated via the preferences menu. Luckily I discovered a very simple fix. My hope is this might help others (as small of a demographic that might be) who run into the same issue with the Catalina Patcher.</p>
-
<ul>
<li>Close&#47;Quit Safari completely</li>
<li>Open the Finder and use the shortcut <code>⌘ Shift G</code></li>
@@ -31,9 +28,7 @@
<li>Below each extensions <code>&#60;dict&#62;</code> tag, add the following: <code>&#60;key&#62;Enabled&#60;&#47;key&#62;&#60;true&#47;&#62;</code></li>
<li>Save the file and relaunch Safari</li>
</ul>
-
<p>Reference of what it should look like (AdBlock for this example):</p>
-
<pre><code>&#60;key&#62;org.adblockplus...&#60;&#47;key&#62;
&#60;dict&#62;
&#60;key&#62;AddedDate&#60;&#47;key&#62;
@@ -51,7 +46,6 @@
&#60;&#47;dict&#62;
&#60;&#47;dict&#62;
</code></pre>
-
<p>After following those simple steps you should have working extensions in Safari. Have fun on your old, &#8220;unsupported&#8221; Apple devices!</p>
<footer role="contentinfo">
<h2>Menu Navigation</h2>