Posts

Showing posts from March, 2025

Run Python code in Shortcuts app without depending on apps or APIs

Simple shortcut that let's you enter some Python code, then executes the code and displays the output. Makes use of the Pyodide JavaScript library. This means means you need an internet connection the first time you run it, but since the library is cached (not sure for how long), it's possible to use offline too. Installing packages with micropip or loadPackages currently doen't work due to some unidentified bug or limitation in Shortcuts app. You can downlod the shortcut here .

Deep-links to almost every Safari setting on iOS

More than 50 prefs: URLs to most of the subpages, buttons, switches and sections in the Safari settings pages on iOS. A few of them only works on specific devices. [Click each title to display the URL] Safari: Allow Safari to access—Siri (page) prefs:root=SAFARI&path=SIRI Safari: Allow Safari to access—Search (page) prefs:root=SAFARI&path=SEARCH Safari—Default Browser App (page) — n/a Safari: Preferred Language—Language (page) prefs:root=SAFARI&path=PREFERRED_LANGUAGE Safari: Search—Search Engine (page) prefs:root=SAFARI&path=SEARCH_ENGINE_SETTING Safari: Search—Also Use in Private Browsing (switch) — n/a Safari: Search—Search Engine Suggestions (switch) prefs:root=SAFARI#SEARCH_SUGGESTION_SETTING Safari: Search—Safari Suggestions (switch) prefs:root=SAFARI#SIRI_SUGGESTIONS Safari: Search—Quick Website Search (page) prefs:root=SAFARI&path=SITE_SPECIFIC_SEARCH Safari: Search—Preload Top Hit (switch) prefs:root=SAFARI#ENABLE_PREFETCHING ...