Enabling Safari Extensions with the macOS Catalina Patcher

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 Safa…


This content originally appeared on Ugly Duck and was authored by Bradley Taunt

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.

  • Close/Quit Safari completely
  • Open the Finder and use the shortcut ⌘ Shift G
  • Paste the following to navigate to the proper folder: ~/Library/Containers/com.apple.Safari/Data/Library/Safari/AppExtensions
  • Open the Extensions.plist in your favourite text editor (I’m a big fan of Panic’s Nova)
  • Below each extensions <dict> tag, add the following: <key>Enabled</key><true/>
  • Save the file and relaunch Safari

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>

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


This content originally appeared on Ugly Duck and was authored by Bradley Taunt


Print Share Comment Cite Upload Translate Updates
APA

Bradley Taunt | Sciencx (2021-09-23T00:00:00+00:00) Enabling Safari Extensions with the macOS Catalina Patcher. Retrieved from https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/

MLA
" » Enabling Safari Extensions with the macOS Catalina Patcher." Bradley Taunt | Sciencx - Thursday September 23, 2021, https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/
HARVARD
Bradley Taunt | Sciencx Thursday September 23, 2021 » Enabling Safari Extensions with the macOS Catalina Patcher., viewed ,<https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/>
VANCOUVER
Bradley Taunt | Sciencx - » Enabling Safari Extensions with the macOS Catalina Patcher. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/
CHICAGO
" » Enabling Safari Extensions with the macOS Catalina Patcher." Bradley Taunt | Sciencx - Accessed . https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/
IEEE
" » Enabling Safari Extensions with the macOS Catalina Patcher." Bradley Taunt | Sciencx [Online]. Available: https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/. [Accessed: ]
rf:citation
» Enabling Safari Extensions with the macOS Catalina Patcher | Bradley Taunt | Sciencx | https://www.scien.cx/2021/09/23/enabling-safari-extensions-with-the-macos-catalina-patcher/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.