@@ -38,6 +38,9 @@ window.onload = () => {
};
function init() {
+ if (window.location.href.indexOf('twitter.com') < 0) {
+ return
+ }
contentTwitterPinLogin(port);
renderDom(port);
setIframeRedPacket();