From dcfb172704f3afb68a30425029ec834be2883274 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 13:22:19 -0400 Subject: More content porting, on-going markdown changes for lowdown support --- .../safari-extensions-catalina-patcher/index.html | 60 ++++++++++++---------- 1 file changed, 34 insertions(+), 26 deletions(-) (limited to 'build/safari-extensions-catalina-patcher/index.html') diff --git a/build/safari-extensions-catalina-patcher/index.html b/build/safari-extensions-catalina-patcher/index.html index 0a351ef..3da9e6d 100644 --- a/build/safari-extensions-catalina-patcher/index.html +++ b/build/safari-extensions-catalina-patcher/index.html @@ -1,50 +1,58 @@ - + Enabling Safari Extensions with the macOS Catalina Patcher - - + + +
-

Enabling Safari Extensions with the macOS Catalina Patcher

+

Enabling Safari Extensions with the macOS Catalina Patcher

+

2021-09-23

+

I have an old 2011 MacBook Air that is running the latest version of macOS Catalina thanks to the very wonderful Catalina Patcher by dosdude1. This project has made it possible for me to run and test some of the latest software from Apple - namely Safari 15.

+

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.

+ +

Reference of what it should look like (AdBlock for this example):

-
<key>org.adblockplus...</key>
-    <dict>
-        <key>AddedDate</key>
-        <date>2021-09-23T14:00:47Z</date>
-        <key>Enabled</key>
-        <true/>
-    <key>WebsiteAccess</key>
-    <dict>
-        <key>Allowed Domains</key>
-        <array/>
-        <key>Has Injected Content</key>
-        <true/>
-        <key>Level</key>
-        <string>All</string>
-        </dict>
-    </dict>
+
+
<key>org.adblockplus...</key>
+    <dict>
+        <key>AddedDate</key>
+        <date>2021-09-23T14:00:47Z</date>
+        <key>Enabled</key>
+        <true/>
+    <key>WebsiteAccess</key>
+    <dict>
+        <key>Allowed Domains</key>
+        <array/>
+        <key>Has Injected Content</key>
+        <true/>
+        <key>Level</key>
+        <string>All</string>
+        </dict>
+    </dict>
 
-

After following those simple steps you should have working extensions in Safari. Have fun on your old, "unsupported" Apple devices!

+ +

After following those simple steps you should have working extensions in Safari. Have fun on your old, “unsupported” Apple devices!