<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(function() {
    'use strict';

    var href = location.href.replace(/^.*?\/\/[^\/]+/, '').replace('//','/');

    function init(element) {

        element.value = href;
    }

    document
        .querySelectorAll('[data-behavior="href"]')
        .forEach(init);
})();</pre></body></html>