Table of Contents Previous entry (Q401) Next entry (Q403)
A402 There are multiple possible ways:
@require the local copy@require tag with the path to the local file that you want to include in the script.
For example, if the file is located at C:\Users\[USERNAME]\Documents\myscript.js, you would add the following line to the script:// @require file://C:/Users/[USERNAME]/Documents/myscript.js