I've got an AutoControl script that should take me to a certain page when I type in a shortcut keyword.
Because it is no longer possible to visit websites with an omnibox shortcut word without having a %s in the URL, I'm using AutoControl to fill in that removed functionality.
This is what I have so far

The issue is when I'm on edge:// pages (such as the edge://newtab or edge://settings), the script no longer fires.
I can tell it doesn't fire because I have an alert in the middle that doesn't trigger. The whole script works just fine when I'm on regular webpages however.
Any suggestions? Thanks.