Hacker News new | ask | show | jobs
by floatingatoll 1859 days ago
Would migrating to the modern Safari extension API, which permits JavaScript injection into pages, be a better path forward here for this website modification tool?
1 comments

Safari on macOS supports executing custom JS on web pages since forever, regardless of what version of API is used.

It’s not supported on iOS, though.

More accurately, it is not supported automatically. You can do Safari App Actions, but who wants to hit a menu on every navigation?
Ah. Thanks!