Mathew Chapman
Results
1
comments of
Mathew Chapman
The way I got round this is at the very bottom of lab.js I added: ``` javascript $LAB .script(document.getElementById("init_path_gcgmailr_data").getAttribute('data-val')) .wait(); ``` In bootstrap.js I: ``` javascript addData("init_path", chrome.extension.getURL("lib/init.js")); // and...