Greasy Fork is available in English.

聚合搜索引擎切换导航[手机版][移动端]

在搜索顶部显示一个聚合搜索引擎切换导航,综合搜索引擎。专注手机网页搜索引擎切换,纯粹的搜索。SearchJumper、搜索跳转、聚合搜索、All Search、Punk Search、搜索切换、搜索酱。

< Feedback on 聚合搜索引擎切换导航[手机版][移动端]

Question/comment

§
Posted: 25-10-2023

// @run-at document-start
这个代码执行时机可能导致
document.getElementsByTagName('head') [0].after(punkJetBox);
这段代码拿不到head,建议删除这一行,默认在文档加载好后执行脚本,兼容性会更好,目前火狐上就用不了。删除后可用。

PunkJetAuthor
§
Posted: 26-10-2023

为保证速率,添加了// @run-at document-start

其他火狐浏览器,你可改为 // @run-at document-body
或者// @run-at document-end

Post reply

Sign in to post a reply.