System Information:
macOS version: 12.5 (21G72)
Userscripts version: 4.2.2
Safari version: 15.6 (17613.3.9.1.5)
Is this issue related to script injection? I think so
Did the test script (pasted above) successfully run on your machine? Yes
Injection doesn't seem to work for url's pointing to a machine on the local network, could be related to the port number as well.
This is the output from the script:
This is a test script - http://syno:8112/
My user stylesheet:
/* ==UserStyle==
@name Deluge
@description
@match http://syno:8112/*
==/UserStyle== */
@import "https://theme-park.dev/css/base/deluge/organizr.css";
Combinations I tried for @match:
The only thing that works is <all_urls> .
System Information:
Injection doesn't seem to work for url's pointing to a machine on the local network, could be related to the port number as well.
This is the output from the script:
My user stylesheet:
Combinations I tried for
@match:The only thing that works is
<all_urls>.