getSource.js 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 function get_source(document_body){ return document_body.innerText; } chrome.extension.sendMessage({ action: "getSource", source: get_source(document.body) });