From 938d652332635a890b7eb73e4c314e9179296600 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Thu, 12 Oct 2023 08:43:38 -0400 Subject: [PATCH 01/32] feat(site): Everdream Valley https://twitter.com/EverdreamValley/status/1712423541763625391 --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 3601e2a..f2805e4 100644 --- a/sites.json +++ b/sites.json @@ -250,6 +250,11 @@ "oldId": "enajoelg", "name": "ENA" }, + { + "id": "everdreamvalley", + "name": "Everdream Valley", + "official": true + }, { "id": "farworldpioneers", "name": "Farworld Pioneers", From 6729797efd8cf3b8024d74c9b53d06cae55e040e Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Fri, 13 Oct 2023 17:15:04 -0400 Subject: [PATCH 02/32] feat(site): Astrea --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index f528c33..8322651 100644 --- a/sites.json +++ b/sites.json @@ -115,6 +115,11 @@ "id": "astroneer", "name": "Astroneer" }, + { + "id": "astrea", + "oldId": "astrea-sso", + "name": "Astrea" + }, { "id": "backpackhero", "oldId": "backpack-hero", From 6a02662c1c329a0c140aa7b7e023943e36c8401a Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Fri, 13 Oct 2023 17:26:57 -0400 Subject: [PATCH 03/32] feat(site): Fantasy Life --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 8322651..7a6318b 100644 --- a/sites.json +++ b/sites.json @@ -260,6 +260,11 @@ "name": "Everdream Valley", "official": true }, + { + "id": "fantasylife", + "oldId": "fantasy-life", + "name": "Fantasy Life" + }, { "id": "farworldpioneers", "name": "Farworld Pioneers", From ad962bacc1e290ba60a23d21edebe32fb2ef907e Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Fri, 13 Oct 2023 21:53:39 -0400 Subject: [PATCH 04/32] feat(fix): Bug fix for Don't Starve category --- sites.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sites.json b/sites.json index 7a6318b..7feb4a7 100644 --- a/sites.json +++ b/sites.json @@ -217,8 +217,7 @@ { "id": "dontstarve", "name": "Don't Starve", - "official": true, - "uiClass": "wiki-indent" + "official": true }, { "id": "islandadventures", From 0ba8d9e4caf65abf6b96ec608c99de8649e021d1 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Sat, 14 Oct 2023 15:21:11 -0400 Subject: [PATCH 05/32] feat(site): Midnight Mod --- sites.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sites.json b/sites.json index 7feb4a7..a987cc2 100644 --- a/sites.json +++ b/sites.json @@ -348,13 +348,19 @@ }, [ { - "spacer": "Minecraft - related topics (full game wiki is at minecraft.wiki)" + "spacer": "Minecraft Wikis (minecraft.wiki)" }, { "id": "mcdf", "oldId": "mcdiscontinued", "farm": "miraheze", - "name": "Minecraft Discontinued Features", + "name": "MC Discontinued Features", + "uiClass": "wiki-indent" + } + { + "id": "midnight", + "oldId": "the-midnight-mod", + "name": "The Midnight Mod", "uiClass": "wiki-indent" } ], From df5bd5bcc6f5f851f1bb95c219cd87c404ec6adc Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 13 Nov 2023 22:43:56 -0500 Subject: [PATCH 06/32] feat(sites): Cobalt Core, Life in Adventure --- sites.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sites.json b/sites.json index 5a0fff9..533a6d3 100644 --- a/sites.json +++ b/sites.json @@ -173,6 +173,11 @@ "name": "Coromon", "official": true }, + { + "id": "cobaltcore", + "oldId": "cobalt-core", + "name": "Cobalt Core", + }, { "id": "cosmoteer", "name": "Cosmoteer", @@ -384,6 +389,11 @@ "id": "letitdie", "name": "Let It Die" }, + { + "id": "lifeinadventure", + "oldId": "life-in-adventure", + "name": "Life In Adventure" + }, [ { "spacer": "Minecraft Wikis (minecraft.wiki)" From 0677ab742172680d2a4d2fb5b0b2cb56934ad220 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 13 Nov 2023 22:52:08 -0500 Subject: [PATCH 07/32] feat(site): Another redirect for TruckSim --- sites.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sites.json b/sites.json index 533a6d3..a0623ef 100644 --- a/sites.json +++ b/sites.json @@ -666,11 +666,17 @@ "id": "towerfall", "name": "TowerFall" }, - { + [ + { "id": "trucksimulator", "oldId": "truck-simulator", "name": "Truck Simulator" - }, + }, + { + "parentRef": "trucksimulator", + "oldId": "trucksim" + } + ], { "id": "twistedwonderland", "oldId": "twisted-wonderland", From ac72d918a4692e8b9cf91d769b24278ad22135af Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 13 Nov 2023 23:25:55 -0500 Subject: [PATCH 08/32] feat(site): Megido Abyss --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index a0623ef..f3cf5f3 100644 --- a/sites.json +++ b/sites.json @@ -422,6 +422,11 @@ "oldId": "monumentammo", "name": "Monumenta" }, + { + "id": "megidoabyss", + "oldId": "megido-abyss", + "name": "Megido Abyss" + }, { "id": "needystreameroverload", "oldId": "needy-streamer-overload", From 415eeacddbb38816275c9ac05bed31b6dc52c7b4 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Thu, 16 Nov 2023 14:47:11 +0100 Subject: [PATCH 09/32] fix(sites): pre-merge; fixing trailing comma --- sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites.json b/sites.json index f3cf5f3..df23c9c 100644 --- a/sites.json +++ b/sites.json @@ -176,7 +176,7 @@ { "id": "cobaltcore", "oldId": "cobalt-core", - "name": "Cobalt Core", + "name": "Cobalt Core" }, { "id": "cosmoteer", From 307270e1d4c51d2ab3ed264b1a631d64c9e9018c Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 20 Nov 2023 07:58:45 -0500 Subject: [PATCH 10/32] feat(site): Toontown Corporate Clash --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index df23c9c..1ef1284 100644 --- a/sites.json +++ b/sites.json @@ -173,6 +173,11 @@ "name": "Coromon", "official": true }, + { + "id": "corporateclash", + "oldId": "toontown-corporate-clash", + "name": "Toontown Corporate Clash", + }, { "id": "cobaltcore", "oldId": "cobalt-core", From ff8d658e68d03cc9251f91d6619908a01ffd47c2 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 20 Nov 2023 08:00:35 -0500 Subject: [PATCH 11/32] feat(sites): Get To The Orange Door --- sites.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites.json b/sites.json index 1ef1284..b3fad76 100644 --- a/sites.json +++ b/sites.json @@ -361,6 +361,10 @@ "id": "galaxyonfire", "name": "Galaxy on Fire" }, + { + "id": "gttod", + "name": "Get To The Orange Door", + }, { "id": "hearthstone", "name": "Hearthstone" From 6c8596b263caf739828a7525314bebecfac0e62c Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 20 Nov 2023 08:02:05 -0500 Subject: [PATCH 12/32] feat(site): Cookie Clicker --- sites.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites.json b/sites.json index b3fad76..1982074 100644 --- a/sites.json +++ b/sites.json @@ -183,6 +183,10 @@ "oldId": "cobalt-core", "name": "Cobalt Core" }, + { + "id": "cookieclicker", + "name": "Cookie Clicker", + }, { "id": "cosmoteer", "name": "Cosmoteer", From a0e8f777b3c17b3b7d2383cd5f36600c428326c1 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Mon, 20 Nov 2023 15:33:42 +0100 Subject: [PATCH 13/32] fix(sites): syntax issues due to trailing commas --- sites.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites.json b/sites.json index 1982074..420d95f 100644 --- a/sites.json +++ b/sites.json @@ -176,7 +176,7 @@ { "id": "corporateclash", "oldId": "toontown-corporate-clash", - "name": "Toontown Corporate Clash", + "name": "Toontown Corporate Clash" }, { "id": "cobaltcore", @@ -185,7 +185,7 @@ }, { "id": "cookieclicker", - "name": "Cookie Clicker", + "name": "Cookie Clicker" }, { "id": "cosmoteer", @@ -367,7 +367,7 @@ }, { "id": "gttod", - "name": "Get To The Orange Door", + "name": "Get To The Orange Door" }, { "id": "hearthstone", From d9270c982b9c3de6d97972b833d4344d4eab46d4 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Tue, 28 Nov 2023 10:31:01 -0500 Subject: [PATCH 14/32] feat(sites): Multiversus and Bella Bella Sara fix --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index aca5ddb..d166543 100644 --- a/sites.json +++ b/sites.json @@ -156,6 +156,7 @@ }, { "id": "bellasara", + "oldId": "thebellasara", "name": "Bella Sara", "search": { @@ -467,6 +468,10 @@ "oldId": "monumentammo", "name": "Monumenta" }, + { + "id": "multiversus", + "name": "Multiversus" + }, { "id": "megidoabyss", "oldId": "megido-abyss", From 3809b003ea65f0ed4715d19b581bace3c4a94695 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Tue, 28 Nov 2023 23:22:56 -0500 Subject: [PATCH 15/32] feat(site): Dome Keeper --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index d166543..1661903 100644 --- a/sites.json +++ b/sites.json @@ -265,6 +265,11 @@ "name": "DotAGE", "official": true }, + { + "id": "domekeeper", + "oldId": "dome-keeper", + "name": "Dome Keeper" + }, { "id": "doggytalentsnext", "oldId": "doggytalents", From f86db56ea1f8eaabd1095b68d8c0a5aba7451350 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Tue, 28 Nov 2023 23:24:35 -0500 Subject: [PATCH 16/32] feat(site): Gang Beasts --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 1661903..c765477 100644 --- a/sites.json +++ b/sites.json @@ -399,6 +399,11 @@ "id": "fridaynightfunkin", "name": "Friday Night Funkin'" }, + { + "id": "gangbeasts", + "oldId": "gang-beasts", + "name": "Gang Beasts" + }, { "id": "galaxyonfire", "name": "Galaxy on Fire" From 37bba99746fb224ac00fc9ff5df164cbf021b3b3 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Wed, 29 Nov 2023 11:37:02 -0500 Subject: [PATCH 17/32] feat(site): Enter The Gungeon --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index c765477..5a799bd 100644 --- a/sites.json +++ b/sites.json @@ -326,6 +326,11 @@ "oldId": "enajoelg", "name": "ENA" }, + { + "id": "enterthegungeon", + "name": "Enter The Gungeon", + "official": true + }, { "id": "everdreamvalley", "name": "Everdream Valley", From 2ed81faa0ab70e6e9ed25b3e5e682a3138b3eb64 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Wed, 29 Nov 2023 17:42:12 +0100 Subject: [PATCH 18/32] fix(sites): duplicated Cookie Clicker --- sites.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sites.json b/sites.json index 5a799bd..2a805e9 100644 --- a/sites.json +++ b/sites.json @@ -201,10 +201,6 @@ "oldId": "cobalt-core", "name": "Cobalt Core" }, - { - "id": "cookieclicker", - "name": "Cookie Clicker" - }, { "id": "cosmoteer", "name": "Cosmoteer", From a9d2d15e08eb3d937f304964db9dd78125022a1e Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Sun, 10 Dec 2023 21:02:08 -0500 Subject: [PATCH 19/32] Site link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a7dbe..5698b98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**wiki.gg Redirect** is a browser extension that automatically redirects you from wikis that are forked/abandoned from Fandom to wiki.gg. It will also adjust Google's search results to try and populate the wiki instead of Fandom's SEO. +**wiki.gg Redirect** is a browser extension that automatically redirects you from wikis that are forked/abandoned from Fandom to [wiki.gg](https://wiki.gg/) It will also adjust Google's search results to try and populate the wiki instead of Fandom's SEO. The extension is available on these browsers: - [Google Chrome](https://chrome.google.com/webstore/detail/redirect-to-wikigg/cngoemokfjekjkmajenlaokhnmmiinca) From dda051bfc5e026762a54b1ba6d06f90a7b2c1585 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:23:02 -0500 Subject: [PATCH 20/32] Moved Doggy to Minecraft Mod section --- sites.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sites.json b/sites.json index 2a805e9..6103790 100644 --- a/sites.json +++ b/sites.json @@ -266,12 +266,6 @@ "oldId": "dome-keeper", "name": "Dome Keeper" }, - { - "id": "doggytalentsnext", - "oldId": "doggytalents", - "name": "Doggy Talents", - "official": true - }, { "id": "dragoncourt", "name": "Dragon Court" @@ -460,6 +454,13 @@ "name": "Aether Mod", "official": true }, + { + "id": "doggytalentsnext", + "oldId": "doggytalents", + "name": "Doggy Talents", + "official": true + "uiClass": "wiki-indent" + }, { "id": "mcdf", "oldId": "mcdiscontinued", From f97c466bb6326ab1ddcfbb66e937b5d06f17976c Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:26:41 -0500 Subject: [PATCH 21/32] Minehack --- sites.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites.json b/sites.json index 6103790..33a9f7f 100644 --- a/sites.json +++ b/sites.json @@ -480,6 +480,10 @@ "oldId": "monumentammo", "name": "Monumenta" }, + { + "id": "minehack", + "name": "MINDHACK" + }, { "id": "multiversus", "name": "Multiversus" From 5eb8e6c9755badf30e797c4516380e440faecdb7 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:27:06 -0500 Subject: [PATCH 22/32] Void Rains --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 33a9f7f..6e89c37 100644 --- a/sites.json +++ b/sites.json @@ -799,6 +799,11 @@ "name": "Void Crew", "official": true }, + { + "id": "tvruhh", + "oldId": "the-void-rains-upon-her-heart", + "name": "The Void Rains Upon Her Heart" + }, [ { "id": "loathing", From d062f50e7d7500796b1f0d322602d8b81c2f9d30 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:30:56 -0500 Subject: [PATCH 23/32] In Stars and Time --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 6e89c37..2c46b7f 100644 --- a/sites.json +++ b/sites.json @@ -423,6 +423,11 @@ "name": "Hello Neighbor", "official": true }, + { + "id": "instarsandtime", + "oldId": "in-stars-and-time", + "name": "In Stars and Time" + }, { "id": "lastorigin", "name": "Last Origin" From b6efed0d61aec702c62438c014e4c5376bb19328 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:36:11 -0500 Subject: [PATCH 24/32] Cuisineer --- sites.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sites.json b/sites.json index 2c46b7f..b5dba1d 100644 --- a/sites.json +++ b/sites.json @@ -216,6 +216,11 @@ "id": "cuphead", "name": "Cuphead" }, + { + "id": "cuisineer", + "name": "Cuisineer", + "official": true + }, { "id": "darkdeity", "name": "Dark Deity", From 8b4532d03b05cbc40c66b42fa761bce721c6431e Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:36:56 -0500 Subject: [PATCH 25/32] Fix --- sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites.json b/sites.json index b5dba1d..4faa609 100644 --- a/sites.json +++ b/sites.json @@ -468,7 +468,7 @@ "id": "doggytalentsnext", "oldId": "doggytalents", "name": "Doggy Talents", - "official": true + "official": true, "uiClass": "wiki-indent" }, { From 001017efa6eaf69b6c201bd4d89190c516535a30 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:37:48 -0500 Subject: [PATCH 26/32] CladeCraft --- sites.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites.json b/sites.json index 4faa609..4c04d5f 100644 --- a/sites.json +++ b/sites.json @@ -163,6 +163,10 @@ "oldName": "The Bella Sara" } }, + { + "id": "cladecraft", + "name": "CladeCraft" + }, { "id": "cherryforest", "oldId": "cherry-forest", From 2de02e27ee7d4fcbcee71c692e1f1874e1d3994c Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:40:03 -0500 Subject: [PATCH 27/32] Star Stable --- sites.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sites.json b/sites.json index 4c04d5f..60e2988 100644 --- a/sites.json +++ b/sites.json @@ -671,6 +671,16 @@ "oldId": "super-snail", "name": "Super Snail" }, + [ + { + "id": "starstable", + "oldId": "jorvikipedia", + "name": "Star Stable", + }, + { + "parentRef": "starstable", + "oldId": "starstable-archive", + ], { "id": "teamabnormals", "oldId": "minecraftabnormals", From cb2c0d9373590920d7fdf16a0180c8db68a5bf29 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:42:18 -0500 Subject: [PATCH 28/32] Readded period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5698b98..e581eba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**wiki.gg Redirect** is a browser extension that automatically redirects you from wikis that are forked/abandoned from Fandom to [wiki.gg](https://wiki.gg/) It will also adjust Google's search results to try and populate the wiki instead of Fandom's SEO. +**wiki.gg Redirect** is a browser extension that automatically redirects you from wikis that are forked/abandoned from Fandom to [wiki.gg](https://wiki.gg/). It will also adjust Google's search results to try and populate the wiki instead of Fandom's SEO. The extension is available on these browsers: - [Google Chrome](https://chrome.google.com/webstore/detail/redirect-to-wikigg/cngoemokfjekjkmajenlaokhnmmiinca) From 984dc6ccfd7956b580d6ac29f44bd00bab741a01 Mon Sep 17 00:00:00 2001 From: azgoodaz Date: Mon, 11 Dec 2023 07:44:13 -0500 Subject: [PATCH 29/32] Fix --- sites.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sites.json b/sites.json index 60e2988..8fd6ab3 100644 --- a/sites.json +++ b/sites.json @@ -680,6 +680,7 @@ { "parentRef": "starstable", "oldId": "starstable-archive", + } ], { "id": "teamabnormals", From 344ee87633ca715d532854b62e1a1605a19a0577 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Mon, 11 Dec 2023 13:55:28 +0100 Subject: [PATCH 30/32] fix: trailing commas before merge --- sites.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites.json b/sites.json index 8fd6ab3..a175202 100644 --- a/sites.json +++ b/sites.json @@ -675,11 +675,11 @@ { "id": "starstable", "oldId": "jorvikipedia", - "name": "Star Stable", + "name": "Star Stable" }, { "parentRef": "starstable", - "oldId": "starstable-archive", + "oldId": "starstable-archive" } ], { From fb5fe575af1f451a67f9f0d8403aa5efa9e78026 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Mon, 11 Dec 2023 13:58:15 +0100 Subject: [PATCH 31/32] style: doggytalentsnext indent --- sites.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sites.json b/sites.json index a175202..9be6304 100644 --- a/sites.json +++ b/sites.json @@ -469,11 +469,11 @@ "official": true }, { - "id": "doggytalentsnext", - "oldId": "doggytalents", - "name": "Doggy Talents", - "official": true, - "uiClass": "wiki-indent" + "id": "doggytalentsnext", + "oldId": "doggytalents", + "name": "Doggy Talents", + "official": true, + "uiClass": "wiki-indent" }, { "id": "mcdf", From 308fceb0a2cf7f9d02f0ee9b9435a6caa88fca88 Mon Sep 17 00:00:00 2001 From: alex4401 Date: Mon, 11 Dec 2023 13:58:22 +0100 Subject: [PATCH 32/32] fix: wrong mindhack ID --- sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites.json b/sites.json index 9be6304..3776a0f 100644 --- a/sites.json +++ b/sites.json @@ -495,7 +495,7 @@ "name": "Monumenta" }, { - "id": "minehack", + "id": "mindhack", "name": "MINDHACK" }, {