aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1024x22024-12-27 17:29:45 +0000
committer1024x22024-12-27 17:29:45 +0000
commitd4e4ca94bba0a89f6eb686c3fc180a754507c3ee (patch)
tree3498a96dc12916df35ac8518be789245d79d0502
parent7c16e8d1d614b34300393e802222351a5023070d (diff)
Rebrand userscript
-rw-r--r--vencord-patches/0001-Remove-donator-badges.patch12
-rw-r--r--vencord-patches/0002-Small-rebrand.patch27
-rw-r--r--vencord-patches/0003-Experiments-Re-add-staging-banner.patch4
-rw-r--r--vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch4
-rw-r--r--vencord-patches/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch4
-rw-r--r--vencord-patches/0006-Updater-Disable-auto-update-by-default.patch4
-rw-r--r--vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch8
-rw-r--r--vencord-patches/0008-ReplaceGoogleSearch.patch4
8 files changed, 43 insertions, 24 deletions
diff --git a/vencord-patches/0001-Remove-donator-badges.patch b/vencord-patches/0001-Remove-donator-badges.patch
index ba5c618..d8809cb 100644
--- a/vencord-patches/0001-Remove-donator-badges.patch
+++ b/vencord-patches/0001-Remove-donator-badges.patch
@@ -1,4 +1,4 @@
-From 412e2a5246226a3f2b330d62eb9a04fec7ae7cdb Mon Sep 17 00:00:00 2001
+From 8c6b81abedb92547879abe1497c80b732178383e Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Wed, 24 Apr 2024 23:30:05 +0100
Subject: [PATCH 1/8] Remove donator badges
@@ -26,10 +26,10 @@ index 7a041f1..fefbd43 100644
return badges;
}
diff --git a/src/plugins/_api/badges/index.tsx b/src/plugins/_api/badges/index.tsx
-index c44d98b..28a7edb 100644
+index d02b5e1..64ccb8b 100644
--- a/src/plugins/_api/badges/index.tsx
+++ b/src/plugins/_api/badges/index.tsx
-@@ -41,19 +41,6 @@ const ContributorBadge: ProfileBadge = {
+@@ -43,19 +43,6 @@ const ContributorBadge: ProfileBadge = {
onClick: (_, { userId }) => openContributorModal(UserStore.getUser(userId))
};
@@ -49,7 +49,7 @@ index c44d98b..28a7edb 100644
export default definePlugin({
name: "BadgeAPI",
description: "API to add badges to users.",
-@@ -89,20 +76,8 @@ export default definePlugin({
+@@ -91,20 +78,8 @@ export default definePlugin({
}
],
@@ -70,7 +70,7 @@ index c44d98b..28a7edb 100644
},
getBadges(props: { userId: string; user?: User; guildId: string; }) {
-@@ -122,74 +97,4 @@ export default definePlugin({
+@@ -124,74 +99,4 @@ export default definePlugin({
const Component = badge.component!;
return <Component {...badge} />;
}, { noop: true }),
@@ -146,5 +146,5 @@ index c44d98b..28a7edb 100644
- }
});
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0002-Small-rebrand.patch b/vencord-patches/0002-Small-rebrand.patch
index 9be7b2d..c86ebc0 100644
--- a/vencord-patches/0002-Small-rebrand.patch
+++ b/vencord-patches/0002-Small-rebrand.patch
@@ -1,14 +1,15 @@
-From f9329b5410af89414658bfa063fde81052dcfaf4 Mon Sep 17 00:00:00 2001
+From 24f608c6633db46a32c8fb8c21c9400a5a5e3204 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
-Date: Sat, 8 Jun 2024 22:58:09 +0100
+Date: Fri, 27 Dec 2024 17:28:38 +0000
Subject: [PATCH 2/8] Small rebrand
There's a litevex in here! It's got my gun!!! AHHHHHHHH
---
README.md | 48 ++++++++-----------
+ browser/userscript.meta.js | 4 +-
src/components/VencordSettings/VencordTab.tsx | 4 +-
src/plugins/vencordToolbox/index.tsx | 10 ++--
- 3 files changed, 28 insertions(+), 34 deletions(-)
+ 4 files changed, 30 insertions(+), 36 deletions(-)
diff --git a/README.md b/README.md
index 61575d4..995af92 100644
@@ -103,6 +104,24 @@ index 61575d4..995af92 100644
</details>
+
+big big chungus big chungus big chungus
+diff --git a/browser/userscript.meta.js b/browser/userscript.meta.js
+index 1d986aa..3bd2878 100644
+--- a/browser/userscript.meta.js
++++ b/browser/userscript.meta.js
+@@ -1,11 +1,11 @@
+ // ==UserScript==
+-// @name Vencord
++// @name Vexcord
+ // @description A Discord client mod - Web version
+ // @version %version%
+ // @author Vendicated (https://github.com/Vendicated)
+ // @namespace https://github.com/Vendicated/Vencord
+ // @supportURL https://github.com/Vendicated/Vencord
+-// @icon https://raw.githubusercontent.com/Vendicated/Vencord/refs/heads/main/browser/icon.png
++// @icon https://media.tenor.com/BxmwtK6R-10AAAAC/litevex-litevx.gif
+ // @license GPL-3.0
+ // @match *://*.discord.com/*
+ // @grant GM_xmlhttpRequest
diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx
index 97f82e7..675682e 100644
--- a/src/components/VencordSettings/VencordTab.tsx
@@ -148,5 +167,5 @@ index 00805fb..7d935f4 100644
/>
)}
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0003-Experiments-Re-add-staging-banner.patch b/vencord-patches/0003-Experiments-Re-add-staging-banner.patch
index 653c4f3..7c8115b 100644
--- a/vencord-patches/0003-Experiments-Re-add-staging-banner.patch
+++ b/vencord-patches/0003-Experiments-Re-add-staging-banner.patch
@@ -1,4 +1,4 @@
-From e3f248dc270bf91a3977bc221f60d9d457a779cb Mon Sep 17 00:00:00 2001
+From 0e18a311ba25088d750ad92169e680a77d5b1d51 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Thu, 13 Jun 2024 01:00:35 +0100
Subject: [PATCH 3/8] Experiments: Re-add staging banner
@@ -55,5 +55,5 @@ index 82e20f7..5337d36 100644
],
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch b/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
index 483e555..0ca1062 100644
--- a/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
+++ b/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
@@ -1,4 +1,4 @@
-From b093ee83a2038b3f7fd8fbed5d02e0089408551d Mon Sep 17 00:00:00 2001
+From dddc6c815bcedbcbf1c777aafaa65111103691fd Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 9 Mar 2024 08:00:55 +0000
Subject: [PATCH 4/8] Updater: don't prompt for updates when on a local branch
@@ -26,5 +26,5 @@ index 1955f7d..0226565 100644
const commits = res.stdout.trim();
return commits ? commits.split("\n").map(line => {
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch b/vencord-patches/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
index 70e5d06..ca1a14e 100644
--- a/vencord-patches/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
+++ b/vencord-patches/0005-Enable-CSP-bypass-on-stock-discord-desktop-client.patch
@@ -1,4 +1,4 @@
-From ebb54d88ead73a80d3874020a798ccdc21119563 Mon Sep 17 00:00:00 2001
+From 91fa27dcab6ad84dfcab1fc1f536af87f5e8cada Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Wed, 27 Dec 2023 15:05:44 +0000
Subject: [PATCH 5/8] Enable CSP bypass on stock discord desktop client
@@ -25,5 +25,5 @@ index 5519d47..64e71c1 100644
let url = unsafeUrl.slice("vencord://".length);
if (url.endsWith("/")) url = url.slice(0, -1);
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0006-Updater-Disable-auto-update-by-default.patch b/vencord-patches/0006-Updater-Disable-auto-update-by-default.patch
index dfd0fba..1d8ba60 100644
--- a/vencord-patches/0006-Updater-Disable-auto-update-by-default.patch
+++ b/vencord-patches/0006-Updater-Disable-auto-update-by-default.patch
@@ -1,4 +1,4 @@
-From 7e2d8a5d6a1a1b54d6f423469cae5c6d7841feb1 Mon Sep 17 00:00:00 2001
+From 219ff96923f71fc2cbc7b2cd7b47421b8ca2340c Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sun, 21 Apr 2024 21:22:25 +0100
Subject: [PATCH 6/8] Updater: Disable auto-update by default
@@ -21,5 +21,5 @@ index ac116f5..0f4c269 100644
useQuickCss: true,
themeLinks: [],
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch b/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch
index b08245b..f8ba91f 100644
--- a/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch
+++ b/vencord-patches/0007-SupportHelper-Disable-running-arbitrary-code-snippet.patch
@@ -1,4 +1,4 @@
-From 7032f3b6764ccf0b616a58f63aebb5208c9ddcfe Mon Sep 17 00:00:00 2001
+From c2d4c2862a42261c25eb38622d283be1be237252 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 20 Jul 2024 00:21:22 +0100
Subject: [PATCH 7/8] SupportHelper: Disable running arbitrary code snippets
@@ -9,10 +9,10 @@ Why is this even a thing?
1 file changed, 22 deletions(-)
diff --git a/src/plugins/_core/supportHelper.tsx b/src/plugins/_core/supportHelper.tsx
-index 432896f..60461f3 100644
+index 1b9ce16..131b430 100644
--- a/src/plugins/_core/supportHelper.tsx
+++ b/src/plugins/_core/supportHelper.tsx
-@@ -300,28 +300,6 @@ export default definePlugin({
+@@ -301,28 +301,6 @@ export default definePlugin({
</Button>
);
}
@@ -42,5 +42,5 @@ index 432896f..60461f3 100644
return buttons.length
--
-2.46.1
+2.47.1
diff --git a/vencord-patches/0008-ReplaceGoogleSearch.patch b/vencord-patches/0008-ReplaceGoogleSearch.patch
index f964b4f..a6acc7e 100644
--- a/vencord-patches/0008-ReplaceGoogleSearch.patch
+++ b/vencord-patches/0008-ReplaceGoogleSearch.patch
@@ -1,4 +1,4 @@
-From 15830c1db71d6fb675711cbd6beb06c6d92cc224 Mon Sep 17 00:00:00 2001
+From 7f08b8a1f2e9ee14536a452d94d6e1cf04707af1 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 20 Jul 2024 00:04:36 +0100
Subject: [PATCH 8/8] =?UTF-8?q?ReplaceGoogleSearch:=20=E9=87=8D=E6=96=B0?=
@@ -25,5 +25,5 @@ index 593c986..2b0022d 100644
Reddit: "https://www.reddit.com/search?q=",
Wikipedia: "https://wikipedia.org/w/index.php?search=",
--
-2.46.1
+2.47.1