diff --git a/builder.js b/builder.js index 8bf7288..0b22a72 100644 --- a/builder.js +++ b/builder.js @@ -2,7 +2,10 @@ const url_tag = location.hash.slice(1); // console.log(url_base); // console.log(url_tag); -const BUILD_VERSION = "6.9.42.0"; + +const BUILD_VERSION = "7"; + + function setTitle() { let text; diff --git a/crafter.js b/crafter.js index f68c7f9..cc1429a 100644 --- a/crafter.js +++ b/crafter.js @@ -9,7 +9,7 @@ const ing_url_tag = location.hash.slice(1); -const ING_BUILD_VERSION = "6.9.42.0"; +const ING_BUILD_VERSION = "7"; /* * END testing section */ diff --git a/customizer.js b/customizer.js index d5e5505..27544a8 100644 --- a/customizer.js +++ b/customizer.js @@ -8,7 +8,7 @@ const custom_url_tag = location.hash.slice(1); // console.log(custom_url_base); // console.log(custom_url_tag); -const CUSTOM_BUILD_VERSION = "6.9.42.0"; +const CUSTOM_BUILD_VERSION = "7"; function setTitle() { let text = "WynnCustom version "+CUSTOM_BUILD_VERSION; diff --git a/fools.js b/fools.js new file mode 100644 index 0000000..99e6c6f --- /dev/null +++ b/fools.js @@ -0,0 +1,15 @@ + +let storage = window.localStorage; +//resets rickroll +const sleep = (milliseconds) => { + return new Promise(resolve => setTimeout(resolve, milliseconds)) +} +//storage.removeItem("rick"); +let roll = storage.getItem("rick"); +if (roll === "true") { + console.log("rick on") +} else { + storage.setItem("rick","true"); + sleep(2000); + window.location.assign("https://www.youtube.com/watch?v=dQw4w9WgXcQ"); +} diff --git a/index.html b/index.html index f2c0f25..12d546e 100644 --- a/index.html +++ b/index.html @@ -981,7 +981,6 @@ - diff --git a/item.js b/item.js index 90a0cd4..66b827f 100644 --- a/item.js +++ b/item.js @@ -9,7 +9,7 @@ const item_url_tag = location.hash.slice(1); // console.log(item_url_base); // console.log(item_url_tag); -const ITEM_BUILD_VERSION = "6.9.42.0"; +const ITEM_BUILD_VERSION = "7"; function setTitle() { let text = "WynnInfo version "+ITEM_BUILD_VERSION; diff --git a/items.html b/items.html index 2268af1..44555ad 100644 --- a/items.html +++ b/items.html @@ -73,6 +73,7 @@