Discussions » Development

Using CDN JavaScript

§
Posted: 2021-10-06

Hello,

I am using cdn javascript code in my script. But this is probably forbidden. But for this I need to use this, what do I need to do for it? I have shared a sample of the code below.

$("head").append("<script src=\"//cdn.jsdelivr.net/gh/fir4tozden/assets/script/v1.0/41c322b799f0e2dd42daf506625712ce.js\"></script>");
§
Posted: 2021-10-07

As long as your code matches one of the patterns at https://greasyfork.org/en/help/external-scripts, you're fine.

§
Posted: 2021-10-09

Hello,

I am using cdn javascript code in my script. But this is probably forbidden. But for this I need to use this, what do I need to do for it? I have shared a sample of the code below.

$("head").append("<script src=\"//cdn.jsdelivr.net/gh/fir4tozden/assets/script/v1.0/41c322b799f0e2dd42daf506625712ce.js\"></script>");

a.

NotYouMod
§
Posted: 2022-02-17

Hello,

I am using cdn javascript code in my script. But this is probably forbidden. But for this I need to use this, what do I need to do for it? I have shared a sample of the code below.

$("head").append("<script src=\"//cdn.jsdelivr.net/gh/fir4tozden/assets/script/v1.0/41c322b799f0e2dd42daf506625712ce.js\"></script>");

a.

b.

Post reply

Sign in to post a reply.