找回密码
 立即注册

JS注入配置教程淘宝热卖返回按钮

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

JS注入配置教程淘宝热卖返回按钮


很多做淘宝客的朋友想在淘宝领券或者热卖页面上加入返回按钮;

这里放出在淘宝热卖页面上加返回按钮方式


【注入JS功能】


//back button
(function () {
if (!/taobao\.com|tmall\.com/.test(location.href)) return;
var b = document.getElementById("_ltapp_b");
if (b) return;
b = document.createElement("img");
b.setAttribute("id", "_ltapp_b");
b.setAttribute("src", "//cdn.myapp.ltd/icons/back1.png");
b.setAttribute("style", "position:fixed;top:10px;left:10px;width:32px;z-index:99999");
b.onclick = function () { history.back(); }
document.body.appendChild(b);
})();


真机效果:


在左上角就出现了返回按钮的图标!点击就可以返回上页面了!


回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-4-3 07:10 , Processed in 0.066821 second(s), 22 queries .

Powered by Discuz! X3.5

Copyright © 2001-2021, Tencent Cloud.

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