• Monの小屋
  • About me
  • 友链

添加QQ绝版小表情

2020年3月1日
253
0条评论

添加QQ绝版小表情插图

之前要会员才能添加的小表情,不过现在已经绝版了,你有会员也找不到。现在只能通过链接来添加(免费)。

小黄脸小表情

小纯洁小表情

嗷大喵小表情

汪蛋小表情

点击上方的文字就能添加相应的表情啦!

发表评论 点击这里取消回复。

关于我 / About Me
Mon

Canton

学生党一枚,博客随缘更新~ 我们搬家啦,请前往[imon.eu.org]

  • https://imon.tk
  • 本站已艰难的存活了 756 天
  • 本站一共26篇博文
E-mail 即时通讯
正在播放  [天文学者]    Music / 植川理一 Vocal / 鏡音レン (Edited by Izumi)  点我查看歌词~  

不敢高声语 恐惊天上人

Copyright © 2015 - 2020 - 3ON EM

//本脚本解决点击后跳出safari的问题+页面回放(function () { function getReferer() { if (document.referrer) { return document.referrer; } else { return false; } } if ("standalone" in window.navigator && window.navigator.standalone) { var home_uri = localStorage.getItem("app_home_uri"); var stored_uri = localStorage.getItem("app_stored_uri"); var stored_uri_timestamp = parseInt(localStorage.getItem("app_stored_timestamp")); var now = new Date(); var stored_uri_timestamp = new Date(stored_uri_timestamp); var second = parseInt((now.getTime() - stored_uri_timestamp.getTime()) / 1000); var uri = location.href; if (!stored_uri || second > 600) { var timestamp = Date.parse(new Date()); if (!home_uri) { localStorage.setItem("app_home_uri", uri); } localStorage.setItem("app_stored_uri", uri); localStorage.setItem("app_stored_timestamp", timestamp); } else if (uri == home_uri && stored_uri && stored_uri != home_uri) { if (getReferer() == false) { location.href = stored_uri; } } var d, l = false; document.addEventListener("click", function (i) { d = i.target; while (d.nodeName !== "A" && d.nodeName !== "HTML") d = d.parentNode; if ("href" in d && d.href.indexOf("http") !== -1 && (d.href.indexOf(document.location.host) !== -1 || l)) { i.preventDefault(); document.location.href = d.href; localStorage.setItem("app_stored_uri", d.href); } }, false); if (getReferer() != false) { localStorage.setItem("app_stored_uri", uri); } } }());