找回密码
 立即注册

JS注入配置教程淘宝热卖输入法改搜索按钮

[复制链接]
发表于 2019-7-25 23:44:48 | 显示全部楼层 |阅读模式
安卓上架

JS注入配置教程淘宝热卖输入法改搜索按钮


开启JS注入:

写上代码


//search action
(function () {
if (!/taobao\.com|tmall\.com/.test(location.href)) return;
function d() {
var f = $("form.searchbox");
if (f.length == 0) return false;
f.attr("method", "post").attr("action", "x");
if (document.getElementById("_ltapp_b"))
f.attr("style", "padding-left:50px").find("span.q").attr("style", "width:10.5rem");
return true;
}
var t = setInterval(function () { if (d()) clearInterval(t); }, 300);
})();


真机效果:



在输入法的右下角可以看到【搜索】二字


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|一门开发者社区 ( 蜀ICP备17005078号-4 )

GMT+8, 2025-4-3 07:12 , Processed in 0.047412 second(s), 18 queries .

Powered by Discuz! X3.5

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表