Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. chrome.tabs.executeScript(null,{
  2. code: "var macro_text="+JSON.stringify(macro_text)+";"
  3. }, function(){
  4. chrome.tabs.executeScript(null, {file:"macro.js"})
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement