Merge branch 'dev' into feat/usercss
This commit is contained in:
commit
31fd035bd3
|
@ -30,7 +30,7 @@ export default definePlugin({
|
||||||
// = isPremiumAtLeast(user.premiumType, TIER_2)
|
// = isPremiumAtLeast(user.premiumType, TIER_2)
|
||||||
match: /=(?=\i\.\i\.isPremiumAtLeast\(null==(\i))/,
|
match: /=(?=\i\.\i\.isPremiumAtLeast\(null==(\i))/,
|
||||||
// = user.banner && isPremiumAtLeast(user.premiumType, TIER_2)
|
// = user.banner && isPremiumAtLeast(user.premiumType, TIER_2)
|
||||||
replace: "=$1?.banner&&"
|
replace: "=(arguments[0]?.bannerSrc||$1?.banner)&&"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -63,10 +63,10 @@ export function _initWebpack(instance: typeof window.webpackChunkdiscord_app) {
|
||||||
if (cache !== void 0) throw "no.";
|
if (cache !== void 0) throw "no.";
|
||||||
|
|
||||||
instance.push([[Symbol("Vencord")], {}, r => wreq = r]);
|
instance.push([[Symbol("Vencord")], {}, r => wreq = r]);
|
||||||
|
instance.pop();
|
||||||
if (!wreq) return false;
|
if (!wreq) return false;
|
||||||
|
|
||||||
cache = wreq.c;
|
cache = wreq.c;
|
||||||
instance.pop();
|
|
||||||
|
|
||||||
for (const id in cache) {
|
for (const id in cache) {
|
||||||
const { exports } = cache[id];
|
const { exports } = cache[id];
|
||||||
|
|
Loading…
Reference in a new issue