Reputation: 27
I am not getting the location of url.
Example: cookie.js or iframeResizer.js
I do not want to download these files. I want to refer to these files through remote(GitHub).
Upvotes: 0
Views: 403
Reputation: 8814
Go to github, browser a code, find a needed file, click it, on the top right you will find Raw button. Press it and copy URL from browser. But better to find some CDN instead of include resources in such way.
Upvotes: 1