klattmose / CookieClickerModManager

MIT License
33 stars 12 forks source link

Just a question. #15

Closed idK1234464485454 closed 11 months ago

idK1234464485454 commented 11 months ago

I now understand how to use it but is there anyway of getting a URL for something like cookistocker on pastebin I am new to doing this and I tried pasting the url for the raw code but that didn't work which seems obvious. So my question is how do I get an add-on that doesn't have a url linked to it? Here is the link to the mod (https://pastebin.com/raw/8qsFdMRn) and another same thing that isn't raw (https://pastebin.com/8qsFdMRn) when I paste this into the URL box on the mod manager doesn't work.

klattmose commented 11 months ago

Looks like it's an issue with Pastebin. When the file is requested, one of the response headers is content-type: text/plain. The browser thinks it's not Javascript, so it doesn't try to run it.

idK1234464485454 commented 11 months ago

Alright thank you for answering my question. Sorry for any wasted time.