javascript - Access internal JS file from external script -


i writing a/b test, , writing script modify original page create second version of page. not have access site source files, can modify external script. site's main.js has google maps code i'd rather not duplicate , i'd accessit in order use existing functionality. possible access site's internal main.js file script , use code exists inside it?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -