Advertisement
Guest User

Untitled

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