rebuilding site Wed Jul 27 08:45:19 PM CST 2022

This commit is contained in:
James Feng Cao 2022-07-27 20:45:20 +08:00
parent ac3c78e978
commit 358bb90db0
16 changed files with 165 additions and 107 deletions

View file

@ -5,7 +5,7 @@
<a href="../index.html">超微浏览器</a>下点击配置链接可自动添加常用命令,<b>强制清空后台重启后</b>长按历史按钮可用。</p>
<p>其中备份恢复Cookie需android6+, webview76+。<br>
<a href="i:0gdefault.cmds:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/cmds.cfg">打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示支持数学公式、各类图表</a><br>
<a href="i:0gdefault.cmds:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/txt/cmds.cfg">打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示支持数学公式、各类图表</a><br>
</p>
<p>配置文件"default.cmds"示例:<br>

View file

@ -54,7 +54,7 @@ body>ul{padding-left:0;}
<li><label><input type="checkbox" onchange="location.href='i:252097152'"/>右侧菜单</label></li>
<li><label><input type="checkbox" onchange="location.href='i:254194304'"/>底部地址栏</label></li>
<li><label><input type="checkbox" onchange="location.href='i:258388608'"/>最大化使用区域</label></li>
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>屏蔽外链脚本时屏蔽可疑资源</label></li>
<li><label><input type="checkbox" onchange="location.href='i:2516777216'"/>屏蔽第三方脚本时屏蔽可疑资源</label></li>
</ul>
<script>
checkBoxes=document.getElementsByTagName("input");

View file

@ -80,7 +80,7 @@
<p><a href="i:00pianku:https://www.pianku.la/search/%s-------------.html">pianku:https://www.pianku.la/search/%s-------------.html</a></p>
<p><a href="i:00novip:https://www.novipnoad.com/s=">novip:https://www.novipnoad.com/s=</a></p>
<p><a href="i:00555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=">555dianying:https://555dianying.cc/vodsearch/-------------.html?wd=</a></p>
<p><a href="i:00zhenbuka:https://www.zhenbuka5.com/vodsearch/-------------/?wd=">zhenbuka:https://www.zhenbuka5.com/vodsearch/-------------/?wd=</a></p>
<p><a href="i:00zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=">zhenbuka:https://www.zhenbuka.net/search/-------------.html?wd=</a></p>
<p><a href="i:007080:https://7080.wang/so.html?wd=">7080:https://7080.wang/so.html?wd=</a></p>
<p><a href="i:001090:https://1090hd.com/vod/search.html?wd=">1090:https://1090hd.com/vod/search.html?wd=</a></p>
<p><a href="i:00微博:https://s.weibo.com/weibo/">微博:https://s.weibo.com/weibo/</a></p>

View file

@ -79,11 +79,16 @@
let word = location.hash.substring(6);
let dictinput = document.getElementById('dictfile');
let wordinput = document.getElementById('word');
let btnLookup = document.getElementById('btnLookup');
wordinput.value = word;
{
dictinput.setAttribute('accept',filenames);
location.href="i:5fsetTimeout(()=>{dictinput.click()},20);setTimeout(()=>{document.getElementById('btnLookup').click();dictinput.removeAttribute('accept');},70)";
location.href="i:5fsetTimeout(()=>{dictinput.click()},20);setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
}
window.addEventListener('hashchange', function() {
wordinput.value = location.hash.substring(6);
btnLookup.click();
});
</script>
</body>
</html>