Thursday, February 11, 2021

补充goldendict自定义html词典

 <!DOCTYPE html>
<html>

<head>
    <meta charset=utf-8 />
    <style>
        iframe{ width: 706px; height: 3800px; margin-top:-190px; margin-left:0px;
        }
    </style>
</head>

<body>
    <iframe id="a" onmouseover="processIframeMouseOver('a'); "onmouseout= "processIframeMouseOut(); "scrolling="no" marginwidth="0"

marginheight="9" frameborder="g" vspace="g" hspace= "0"style="overflow-x: visible; overflow-y: visible; width: 100%; display:

block;"height= "3800">
    </iframe>
    <script>
    var word = location.href.slice(location.href.indexOf('?a')+3);
    document.getElementById('a').setAttribute(
        'src',
        'http://127.0.0.1/search?z=6&q=' + word + '&keyfrom=dict.top');
    </script>
</body>

</html>

No comments: