How can I manually edit a URL so I can link to chrome://settings?

Hi, I need to create a url that doesnt point to your traditional http address. I want to link to chrome settings using the url chrome://settings

Unfortunately editorX won’t let me – it is expecting a traditional URL format.

How can I achieve this? I would like to just edit the underlying HTML myself, but i cant see where do to that.

Thanks in advance.

Hey
It doesn’t seem to be possible, look what I’ve found regarding this: https://stackoverflow.com/questions/40362775/link-to-chrome-url-from-a-webpage/40364397#40364397

I’ve also tested the code below and in fact it doesn’t work
$w ( ‘#text’ ). html = “test” ;