console.log('hello world content todo something~') // var port = chrome.runtime.connect({ name: "hello" }); // window.onload = ()=> { // if(window.location.href == 'https://api.twitter.com/oauth/authorize'){ // let code = document.querySelector('code') // if(code){ // port.postMessage({ state: 'SEND_CODE', code:code.innerText }) // } // } // }