You are not logged in.
We use a website for a lot of admin tasks at work. To speed navigation in Chrome, one can add a custom search engine to jump right there with just a few keystrokes. Not being able to set custom search engines removes this hack. Is there any way to do something similar in Epic?
Example custom "search engine" setting:
e e javascript:(function() {if (window.location.hostname.search(/\.ourHost\.net$/i) > 0) {window.location = window.location.protocol + '//' + window.location.hostname + '/ourServlet/controller?action=ourParameters=%s';}})();
With the above configured, one can type e + word into the address bar to quickly navigate to that page with word as a parameter on the URL.
Offline