// ==UserScript==// @name QuickOpen.uc.js// @description QuickOpen 快速打开指定选项// @author Runningcheese// @namespace https:...
全文
回复(7) 2019-12-14 16:14 来自版块 - Firefox 扩展、插件、脚本和样式
表情
anywlan谢谢!(2019-12-15 17:37)
lonely_8switchToTabHavingURI(F, true); 应该为 switchToTabHavingURI(url, true);(2019-12-15 14:21)
anywlan 似乎不起作用?(2019-12-15 14:03)
lonely_8e.originalTarget.matches(".tabs-newtab-button") 改为 e.originalTarget.id === "tabs-newtab-button"(2019-12-15 12:45)
anywlan谢谢!有用! 再咨询一下,tabplus的鼠标右键打开内存链接的功能能修正吗?谢谢 //2.TAB Rigtht Mouse to Open URL location.href.startsWith('chrome://browser/co...(2019-12-15 09:57)
逗妇乳 谢谢大佬,如果下次更新,我想自己调试怎么办,毕竟大佬们不是一直在线的啊。(2019-12-15 09:52)
lonely_8Array.forEach 替换为 Array.prototype.forEach.call Array.slice 替换为 Array.prototype.slice.call(2019-12-14 21:23)

返回顶部