From 01968348fdd19ee5479c505adebf20447cffa3b1 Mon Sep 17 00:00:00 2001 From: bubzilla <134657229+bubzilla@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:52:32 -0500 Subject: [PATCH] Make README.md use the raw github data. Not gonna lie creeps me out that you tell people to load it from an entirely different site. Seems kinda sussy to me... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 847d9b1..f66b733 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ A variety of actions are also available. These are once off actions and have no ## How To Use To use the add-on simply run the following in the developer console: ```javascript -(function () {Game.LoadMod('https://cdn.jsdelivr.net/gh/Ancyker/Crustulum/Crustulum.js')}()); +(function () {Game.LoadMod('https://raw.githubusercontent.com/Ancyker/Crustulum/master/Crustulum.js')}()); ``` Or you can use this bookmarklet: ```javascript -javascript:(function () {Game.LoadMod('https://cdn.jsdelivr.net/gh/Ancyker/Crustulum/Crustulum.js')}()); +javascript:(function () {Game.LoadMod('https://raw.githubusercontent.com/Ancyker/Crustulum/master/Crustulum.js')}()); ``` Note: jsDelivr is a third party service. Use at your own risk.