Skip to content

Custom Domains

lolamtisch edited this page May 23, 2024 · 7 revisions

Custom domains can be added in the settings behind the button with the label Custom Domains. You can add rows with the + button. The first field decides what page script will be injected and the second field is on what domain it gets injected. The pattern to match the url is defined here. Important is that you are not allowed to use any matching/regex in the origin section of the url only in the path. Just create a new row if you have multiple domains. Ports get ignored and it injects on the complete domain, use subdomains if possible. After clicking update, accepting the permissions and reloading the page it should work. Sometimes the browser has to be restarted for it to work.

This feature is extension exlusive.

Examples:
https://192.168.187.2/*
https://localhost/*
http://somedomain.com/path/*
http://somedomain.org/path/*

Clone this wiki locally