This commit is contained in:
thororen1234 2024-11-03 12:05:09 -05:00
parent c2287a1d59
commit fe69a03e7c
26 changed files with 42 additions and 42 deletions

View file

@ -74,10 +74,10 @@ export default definePlugin({
},
{
// Settings, sidebar
find: "Messages.BILLING_SETTINGS",
find: "#{intl::BILLING_SETTINGS}",
replacement: [
{
match: /(?<=Messages.BILLING_SETTINGS,)/,
match: /(?<=#{intl::BILLING_SETTINGS},)/,
replace: "capitalism:true,"
},
{
@ -99,7 +99,7 @@ export default definePlugin({
},
{
// Emoji list
find: "isEmojiCategoryNitroLocked({",
find: "#{intl::EMOJI_PICKER_CREATE_EMOJI_TITLE},size:",
replacement: {
match: /(\i)=\i\|\|!\i&&\i.\i.isEmojiCategoryNitroLocked\(\{[^}]*\}\);/,
replace: "$&$1||"
@ -108,7 +108,7 @@ export default definePlugin({
},
{
// Emoji category list
find: "EMOJI_PICKER_REACTION_EMOJI_CLICKED;",
find: "#{intl::EMOJI_CATEGORY_TOP_GUILD_EMOJI}",
replacement: {
match: /(?<=(\i)\.unshift\((\i)\):)(?=\1\.push\(\2\))/,
replace: "$2.isNitroLocked||"

View file

@ -39,7 +39,7 @@ export default definePlugin({
settings,
patches: [
{
find: "MEMBER_LIST,tagUserId",
find: "#{intl::GUILD_OWNER},",
replacement:
{
// We add the banner as a property while we can still access the user id

View file

@ -72,9 +72,9 @@ export default definePlugin({
authors: [Devs.Inbestigator],
patches: [
{
find: "banReasonOtherClickable,children",
find: "#{intl::BAN_MULTIPLE_CONFIRM_TITLE}",
replacement: [{
match: /\[\{name:\i\.\i.+?\}\]/,
match: /\[\{name:#{intl::BAN_REASON_OPTION_SPAM_ACCOUNT}.+?\}\]/,
replace: "$self.getReasons()"
},
{

View file

@ -37,10 +37,10 @@ export default definePlugin({
authors: [EquicordDevs.iamme],
patches: [
{
find: ".GuildSplash,{guild",
find: "#{intl::HUB_INVITE_ANOTHER_SCHOOL_LINK}",
replacement: [
{
match: /,(\i)&&(\(.{0,15}\i\.TooltipContainer.{0,50}text:)(\i.{0,50}]\))/,
match: /,(\i)&&(\(.{0,15}\i\.TooltipContainer.+)(#{intl::Messages.GUEST_MEMBERSHIP_EXPLANATION})/,
replace: ",($1||((!$1)&&arguments[0].invite.expires_at)) && $2$self.RenderTip($1, $3, arguments[0].invite.expires_at)"
},
{

View file

@ -59,7 +59,7 @@ export default definePlugin({
}
},
{
find: "allNamesString,hideOnClick",
find: "#{intl::ADD_REACTION_NAMED}",
group: true,
replacement: [
// Override limit of emojis to display with offset hook.

View file

@ -15,7 +15,7 @@ export default definePlugin({
description: "Reworks the user area styling to fit more buttons and overall look nicer",
authors: [Devs.Samwich],
patches: [{
find: "handleToggleSelfMute,onContextMenu",
find: "#{intl::ACCOUNT_SPEAKING_WHILE_MUTED}",
replacement:
[
// add a custom class to make things easier

View file

@ -167,7 +167,7 @@ export default definePlugin({
},
// "1 blocked message"
{
find: "blockedAction,children",
find: "#{intl::BLOCKED_MESSAGES_HIDE}",
replacement: {
match: /\i.memo\(function\(\i\){/,
replace: "$&return null;"

View file

@ -67,7 +67,7 @@ export default definePlugin({
</>
),
patches: [{
find: "timestampTooltip,delay",
find: "#{intl::MESSAGE_EDITED_TIMESTAMP_A11Y_LABEL}",
replacement: [
{
match: /(?<=\i=\i\?)\(0,\i\.\i\)\((\i),"LT"\):\(0,\i\.\i\)\(\i\)/,

View file

@ -22,7 +22,7 @@ export default definePlugin({
}
},
{
find: "stopPropagation:!0,ariaLabel",
find: "#{intl::FORUM_POST_AUTHOR_A11Y_LABEL}",
replacement: {
match: /(?<=\}=(\i),\{(user:\i,author:\i)\}=.{0,400}?\(\i\.Fragment,{children:)\i(?=}\),)/,
replace: "$self.wrapForumAuthor({...$1,$2},$&)"

View file

@ -41,7 +41,7 @@ export default definePlugin({
generateSearchResults: generateSearchResults,
patches: [
{
find: "query,spellCheck:!1,autoFocus",
find: "#{intl::QUICKSWITCHER_PLACEHOLDER}",
replacement: {
match: /let{selectedIndex:\i,results:\i}/,
replace: "this.props.results = $self.generateSearchResults(this.state.query);$&"

View file

@ -212,7 +212,7 @@ export default definePlugin({
queryFriendTags: queryFriendTags,
patches: [
{
find: "query,spellCheck:!1,autoFocus",
find: "#{intl::QUICKSWITCHER_PLACEHOLDER}",
replacement: {
match: /let{selectedIndex:\i,results:\i}/,
replace: "if(this.state.query.includes(\"&\")){ this.props.results = $self.queryFriendTags(this.state.query); }$&"

View file

@ -17,7 +17,7 @@ export default definePlugin({
patches: [
{
find: "colorString,background",
find: "#{intl::UNKNOWN_ROLE_PLACEHOLDER}",
replacement: {
match: /(hidePersonalInformation.*?)return/,
replace: "$1return $self.patchChatboxMention(arguments[0]);"

View file

@ -77,7 +77,7 @@ export default definePlugin({
find: '("guildsnav")',
replacement: [
{
match: /(?<=onActivate.{0,100},children:.{0,300}?)(\i)(\)?\.map\(\i\))/,
match: /(?<=#{intl::SERVERS},children:.{0,300}?)(\i)(\)?\.map\(\i\))/,
replace: "$self.useFilteredGuilds($1)$2",
},
// despite my best efforts, the above doesnt trigger a rerender
@ -88,7 +88,7 @@ export default definePlugin({
]
},
{
find: '"quick-switcher-".concat',
find: "#{intl::QUICKSWITCHER_PROTIP}",
replacement: {
match: /(?<=renderResults\(\){)let{query/,
replace: "this.props.results = $self.filteredGuildResults(this.props.results);$&",

View file

@ -26,7 +26,7 @@ export default definePlugin({
},
patches: [
{
find: "downloadProgress,determineOwnVisibility",
find: "#{intl::DISCODO_DISABLED}",
replacement:
[
{

View file

@ -140,7 +140,7 @@ export default definePlugin({
{
find: "DefaultCustomizationSections",
replacement: {
match: /(?<=sectionTitle:.{0,50}]\)},"decoration"\),)/,
match: /(?<=#{intl::USER_SETTINGS_AVATAR_DECORATION}},"decoration"\),)/,
replace: "$self.ResetCard(),"
}
},

View file

@ -13,7 +13,7 @@ export default definePlugin({
authors: [Devs.D3SOX],
patches: [
{
find: "USER_AGREEMENTS,properties",
find: "#{intl::NEW_TERMS_TITLE}",
replacement: {
match: /function (\i)\((\i)\)\{let\{transitionState:(\i)\}=(\i)/g,
replace: "function $1($2){return $self.closeModal($2);let{transitionState:$3}=$4"

View file

@ -33,7 +33,7 @@ const recentMentionsPopoutClass = findByPropsLazy("recentMentionsPopout");
const tabClass = findByPropsLazy("inboxTitle", "tab");
const buttonClass = findByPropsLazy("size36");
const MenuHeader = findByCodeLazy(".getUnseenInviteCount())");
const Popout = findByCodeLazy(".trackJump", "canCloseAllMessages:");
const Popout = findByCodeLazy("#{intl::UNBLOCK_TO_JUMP_TITLE}", "canCloseAllMessages:");
const createMessageRecord = findByCodeLazy(".createFromServer(", ".isBlockedForMessage", "messageReference:");
const KEYWORD_ENTRIES_KEY = "KeywordNotify_keywordEntries";
const KEYWORD_LOG_KEY = "KeywordNotify_log";
@ -313,7 +313,7 @@ export default definePlugin({
settings,
patches: [
{
find: "TODOS,className",
find: "#{intl::UNREADS_TAB_LABEL}",
replacement: {
match: /\i\?\(0,\i\.jsxs\)\(\i\.TabBar\.Item/,
replace: "$self.keywordTabBar(),$&"

View file

@ -58,13 +58,13 @@ export default definePlugin({
replacement: {
// Find the Edit User Profile button and insert our custom button.
// A bit jank, but whatever
match: /,(.{0,10}\.Button.{0,50},children:.{0,50}}\))]/,
replace: ",$self.insertScanQrButton($1)]",
match: /,(.{11}\.Button,.{58}\.USER_SETTINGS_EDIT_USER_PROFILE}\))/,
replace: ",$self.insertScanQrButton($1)",
},
},
// Insert a Scan QR Code MenuItem in the Swith Accounts popout
{
find: 'id:"manage-accounts"',
find: "#{intl::SWITCH_ACCOUNTS_MANAGE_ACCOUNTS},",
replacement: {
match: /(id:"manage-accounts",.*?)}\)\)(,\i)/,
replace: "$1}),$self.ScanQrMenuItem)$2"

View file

@ -101,7 +101,7 @@ export default definePlugin({
predicate: () => settings.store.onLink,
},
{
find: ".NOT_LOADED:",
find: "#{intl::REPLY_QUOTE_MESSAGE_NOT_LOADED}",
replacement: {
// Should match two places
match: /(\i\.Clickable),\{/g,
@ -110,7 +110,7 @@ export default definePlugin({
predicate: () => settings.store.onReply,
},
{
find: "TEXT_LOW_CONTRAST})]",
find: "#{intl::MESSAGE_FORWARDED}",
replacement: {
match: /(\i\.Clickable),\{/,
replace: "$self.ForwardTooltip,{Component:$1,vcProps:arguments[0],"

View file

@ -32,7 +32,7 @@ export default definePlugin({
patches: [
{
find: "STICKER_BUTTON_LABEL,",
find: "#{intl::STICKER_BUTTON_LABEL},",
replacement: [{
match: /(children:\(0,\w\.jsx\)\()([\w.]+?)(,{innerClassName.{10,30}\.stickerButton)/,
replace: (_, head, button, tail) => {
@ -64,11 +64,11 @@ export default definePlugin({
}
},
{
find: "GIF,children",
find: "#{intl::EXPRESSION_PICKER_GIF}",
replacement: {
match: /role:"tablist","aria-label":.{0,50},children:(\[.*?\)\]}\)}\):null,)(.*?closePopout:\w.*?:null)/s,
match: /role:"tablist",.+?#{intl::EXPRESSION_PICKER_CATEGORIES_A11Y_LABEL},children:(\[.*?\)\]}\)}\):null,)(.*?closePopout:\w.*?:null)/s,
replace: m => {
const stickerTabRegex = /(\w+?)\?(\([^()]+?\))\((.{1,2}),{.{0,128},isActive:(.{1,2})===.{1,150},children:(.{1,50}]\)).*?:null/s;
const stickerTabRegex = /(\w+?)\?(\([^()]+?\))\((.{1,2}),{.{0,128},isActive:(.{1,2})===.{1,150},children:(.{1,10}#{intl::EXPRESSION_PICKER_STICKER}).*?:null/s;
const res = m.replace(stickerTabRegex, (_m, canUseStickers, jsx, tabHeaderComp, currentTab, stickerText) => {
const isActive = `${currentTab}==="stickers+"`;
return (

View file

@ -27,9 +27,9 @@ export default definePlugin({
authors: [EquicordDevs.iamme],
patches: [
{
find: "editedTimestamp,isEdited",
find: "#{intl::MESSAGE_EDITED},",
replacement: {
match: /editedTimestamp,isEdited(?:[^}]*[}]){3}\)/,
match: /#{intl::MESSAGE_EDITED},(?:[^}]*[}]){3}\)/,
replace: "$&,$self.PinnedIcon(arguments[0].message)"
}
}

View file

@ -11,7 +11,7 @@ import definePlugin from "@utils/types";
import { findByPropsLazy, findComponentByCodeLazy } from "@webpack";
import badges from "plugins/_api/badges";
const roleIconClassName = findByPropsLazy("roleIcon", "separator").roleIcon;
const RoleIconComponent = findComponentByCodeLazy(".roleIcon", ".clickable");
const RoleIconComponent = findComponentByCodeLazy("#{intl::ROLE_ICON_ALT_TEXT}");
import "./styles.css";
import { User } from "discord-types/general";

View file

@ -34,7 +34,7 @@ const { HeaderBar, HeaderBarIcon } = mapMangledModuleLazy(".themedMobile]:", {
});
const Chat = findComponentByCodeLazy("filterAfterTimestamp:", "chatInputType");
const Resize = findComponentByCodeLazy("sidebarType:", "homeSidebarWidth");
const ChannelHeader = findComponentByCodeLazy(".GUILD_DIRECTORY", ".HUB");
const ChannelHeader = findComponentByCodeLazy("#{intl::HUB_DIRECTORY_CHANNEL_TITLE}");
const ChatInputTypes = findByPropsLazy("FORM", "NORMAL");
const Sidebars = findByPropsLazy("ThreadSidebar", "MessageRequestSidebar");

View file

@ -131,14 +131,14 @@ export default definePlugin({
dependencies: ["UserSettingsAPI"],
patches: [
{
find: "analyticsLocation,children",
find: "#{intl::CUSTOM_STATUS_SET_CUSTOM_STATUS}",
replacement: {
match: /\.ModalFooter,.{0,70}\.handleSubmit.{0,50}\}\)/,
match: /\.ModalFooter,.{0,70}\.Messages\.SAVE\}\)/,
replace: "$&,$self.renderRememberButton(this.state)"
}
},
{
find: /statusPickerModalMenu,"aria-label":.{0,1}\..{0,50}\)/,
find: '"aria-label":#{intl::STATUS_MENU_LABEL}',
replacement: {
match: /!\i&&(.{0,15}\i\.Fragment.{0,55}null==(\i).{0,200}customEmojiPlaceholder\}\),onClick:([^}]+}))/,
replace: "$self.render($2, $3),false&&$1"

View file

@ -601,7 +601,7 @@ export default definePlugin({
authors: [EquicordDevs.creations],
patches: [
{
find: "null,titleWithoutQuery",
find: "#{intl::EMOJI_MATCHING}",
replacement: {
match: /renderResults\((\i)\){/,
replace: "$&$1.results.emojis=$self.filterEmojis($1);if($1.results.emojis.length===0)return;"

View file

@ -18,7 +18,7 @@ export default definePlugin({
authors: [Devs.arHSM],
patches: [
{
find: "embedSuppressButton,onClick",
find: "#{intl::SUPPRESS_ALL_EMBEDS}",
replacement: {
match: /case (\i\.\i\.VIDEO):(case \i\.\i\.\i:)*break;default:(\i)=(?:(this\.renderDescription)\(\))\}/,
replace: "$2 break; case $1: $3 = $self.ToggleableDescriptionWrapper({ embed: this.props.embed, original: $4.bind(this) }); break; default: $3 = $4() }"