Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 16, 2024
1 parent 3a4d22c commit da3bde9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/meteor/meteor.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ const config = {
filter: /discord.com*/g,
inject(ctx) {
ctx.injectHTML(
'<script src="https://raw.githubusercontent.com/Vencord/builds/main/browser.js"></script>',
'<script src="https://raw.githubusercontent.com/Vencord/builds/main/browser.js"></script><link rel="stylesheet" href="https://raw.githubusercontent.com/Vencord/builds/main/browser.css">',
);
// ctx.injectHTML('<link rel="stylesheet" href="https://raw.githubusercontent.com/Vencord/builds/main/browser.css">')
},
},
],
Expand Down

0 comments on commit da3bde9

Please sign in to comment.