htrinter / Open-Multiple-URLs

Browser extension for opening lists of URLs built on top of WebExtension with cross-browser support
GNU General Public License v3.0
250 stars 57 forks source link

How to open intranet-links? #71

Closed Pierre-de-la-Verre closed 10 months ago

Pierre-de-la-Verre commented 1 year ago

On my joomla-based intranet, this app finds links like index.php/alle-kategorien/anleitungen/geraete-und-instrumente/plotter-scanner

If I want to open it, it fails - although the target exists. Is there a way to handle links of this style?

htrinter commented 10 months ago

Hi, the host has to be inclued in the URL. Like so: https://github.com/index.php/alle-kategorien/anleitungen/geraete-und-instrumente/plotter-scanner

A feature could be build that preprends a base URL. This is not planned however.