Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Apr 21, 2024
1 parent efc3e89 commit 19b5c44
Show file tree
Hide file tree
Showing 33 changed files with 838 additions and 799 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Show that you are deafened to others, while in reality you can still hear them.

It's also possible to fake mute and fake video.

Direct Download Link: [dev.tharki.FakeDeafen.asar](https://github.com/TharkiDev/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar)
Direct Download Link: [dev.tharki.FakeDeafen.asar](https://github.com/YofukashiNo/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar)

Install Link:

[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=TharkiDev/FakeDeafen&source=github)
[![Install in Replugged](https://img.shields.io/badge/-Install%20in%20Replugged-blue?style=for-the-badge&logo=none)](https://replugged.dev/install?identifier=YofukashiNo/FakeDeafen&source=github)

![fake deaf](https://i.imgur.com/hLCUDCO.gif)

Expand Down
10 changes: 10 additions & 0 deletions esbuild.extra.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export default ({ loader, ...buildInfo }) => {
// return c
return {
...buildInfo,
loader: {
...(loader ?? {}),
".mp3": "dataurl",
},
};
};
20 changes: 10 additions & 10 deletions flashcord/store/fakedeafen.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
// Show that you are deafened to others, while in reality you can still hear them.
Show that you are deafened to others, while in reality you can still hear them.
// TharkiDev: Note to be careful to edit the correct name for the Github links to work.
TharkiDev
// YofukashiNo: Note to be careful to edit the correct name for the Github links to work.
YofukashiNo
// Module License
Unlicense
// Module's Github Repository
https://github.com/TharkiDev/FakeDeafen
https://github.com/YofukashiNo/FakeDeafen
// Your Github Profile
https://github.com/TharkiDev
https://github.com/YofukashiNo
// Module's Discord Server
https://discord.gg/SgKSKyh9gY
Expand All @@ -43,7 +43,7 @@
<title>FakeDeafen - Flashcord Store</title> <!-- EDIT THIS -->
<!-- SNWE SEO -->
<meta name="description" content="Show that you are deafened to others, while in reality you can still hear them."> <!-- EDIT THIS -->
<meta name="author" content="TharkiDev"> <!-- EDIT THIS -->
<meta name="author" content="YofukashiNo"> <!-- EDIT THIS -->
<!-- SNWE Embed -->
<meta content="FakeDeafen - Flashcord Store" property="og:title" /> <!-- EDIT THIS -->
<meta content="Show that you are deafened to others, while in reality you can still hear them." property="og:description" /> <!-- EDIT THIS -->
Expand Down Expand Up @@ -79,21 +79,21 @@
<img class="Flashcord-Store_Banner" src="fakedeafen/embed-banner.gif"></img> <!-- EDIT THIS -->
<p>Show that you are deafened to others, while in reality you can still hear them.</p>
<p>It's also possible to fake mute and fake video.</p>
<p>Direct Download Link: <a href="https://github.com/TharkiDev/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar">dev.tharki.FakeDeafen.asar</a></p>
<p>Direct Download Link: <a href="https://github.com/YofukashiNo/FakeDeafen/releases/latest/download/dev.tharki.FakeDeafen.asar">dev.tharki.FakeDeafen.asar</a></p>
</div>
<div class="Flashcord-Store_Header">
<div class="Flashcord-Module_Favicons">
<h1>FakeDeafen</h1> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://github.com/TharkiDev/FakeDeafen"><h1>💿</h1></a> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://github.com/YofukashiNo/FakeDeafen"><h1>💿</h1></a> <!-- EDIT THIS -->
</div>
<div class="Flashcord-Module_Favicons">
<a target="_blank" href="https://github.com/TharkiDev"><h2>TharkiDev</h2></a> <!-- EDIT THIS -->
<a target="_blank" href="https://github.com/YofukashiNo"><h2>YofukashiNo</h2></a> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://discord.gg/SgKSKyh9gY"><h2>💬</h2></a> <!-- EDIT THIS -->
</div>

<h3>How to install this Plugin:</h3>
<h4>🔌 Replugged</h4>
<p>Click <strong><a href="https://replugged.dev/install?identifier=TharkiDev/FakeDeafen&source=github">here</a></strong> to install the plugin, your web browser will then communicate with your Replugged Client to install the plugin.</p>
<p>Click <strong><a href="https://replugged.dev/install?identifier=YofukashiNo/FakeDeafen&source=github">here</a></strong> to install the plugin, your web browser will then communicate with your Replugged Client to install the plugin.</p>

<div class="SNDL-Quote">
<div>
Expand All @@ -105,7 +105,7 @@ <h1>Disclaimer</h1>
</div>
</div>

<a target="_blank" href="https://github.com/TharkiDev/FakeDeafen/blob/main/LICENSE.MD"><p class="SNDL-Copyright">TharkiDev © 2023 - FakeDeafen | Unlicense</p></a> <!-- EDIT THIS -->
<a target="_blank" href="https://github.com/YofukashiNo/FakeDeafen/blob/main/LICENSE.MD"><p class="SNDL-Copyright">YofukashiNo © 2023 - FakeDeafen | Unlicense</p></a> <!-- EDIT THIS -->
</div>
</div>

Expand Down
16 changes: 8 additions & 8 deletions flashcord/store/fakedeafen/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
// Show that you are deafened to others, while in reality you can still hear them.
Show that you are deafened to others, while in reality you can still hear them.
// TharkiDev: Note to be careful to edit the correct name for the Github links to work.
TharkiDev
// YofukashiNo: Note to be careful to edit the correct name for the Github links to work.
YofukashiNo
// Module License
Unlicense
// Module's Github Repository
https://github.com/TharkiDev/FakeDeafen
https://github.com/YofukashiNo/FakeDeafen
// Your Github Profile
https://github.com/TharkiDev
https://github.com/YofukashiNo
// Module's Discord Server
https://discord.gg/SgKSKyh9gY
Expand All @@ -38,7 +38,7 @@
<title>FakeDeafen - Flashcord Store</title> <!-- EDIT THIS -->
<!-- SNWE SEO -->
<meta name="description" content="Show that you are deafened to others, while in reality you can still hear them.">
<meta name="author" content="TharkiDev">
<meta name="author" content="YofukashiNo">
<!-- SNWE Embed -->
<meta content="FakeDeafen - Flashcord Store" property="og:title" /> <!-- EDIT THIS -->
<meta content="Show that you are deafened to others, while in reality you can still hear them." property="og:description" /> <!-- EDIT THIS -->
Expand All @@ -63,15 +63,15 @@
<div class="Flashcord-Module_Info">
<div class="Flashcord-Module_Favicons">
<a target="_blank" href="../fakedeafen.html"><h1>FakeDeafen</h1></a> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://github.com/TharkiDev/FakeDeafen"><h1>💿</h1></a> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://github.com/YofukashiNo/FakeDeafen"><h1>💿</h1></a> <!-- EDIT THIS -->
</div>
<div class="Flashcord-Module_Favicons">
<a target="_blank" href="https://github.com/TharkiDev"><h2>TharkiDev</h2></a> <!-- EDIT THIS -->
<a target="_blank" href="https://github.com/YofukashiNo"><h2>YofukashiNo</h2></a> <!-- EDIT THIS -->
<a target="_blank" class="Flashcord-Module_Favicon" href="https://discord.gg/SgKSKyh9gY"><h2>💬</h2></a> <!-- EDIT THIS -->
</div>

<p>Show that you are deafened to others, while in reality you can still hear them.</p>
<a target="_blank" href="https://github.com/TharkiDev/FakeDeafen/blob/main/LICENSE.MD"><p class="SNDL-Copyright">TharkiDev © 2023 - FakeDeafen | Unlicense</p></a> <!-- EDIT THIS -->
<a target="_blank" href="https://github.com/YofukashiNo/FakeDeafen/blob/main/LICENSE.MD"><p class="SNDL-Copyright">YofukashiNo © 2023 - FakeDeafen | Unlicense</p></a> <!-- EDIT THIS -->
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"name": "FakeDeafen",
"description": "Fake your audio status, to make it look like you are muted or deafened from other's perspective when you're not.",
"image": "https://i.imgur.com/hLCUDCO.gif",
"source": "https://github.com/TharkiDev/FakeDeafen",
"source": "https://github.com/YofukashiNo/FakeDeafen",
"author": {
"name": "Ahlawat",
"discordID": "1121961711080050780",
"github": "TharkiDev"
"github": "YofukashiNo"
},
"version": "1.1.4",
"updater": {
"type": "github",
"id": "TharkiDev/FakeDeafen"
"id": "YofukashiNo/FakeDeafen"
},
"license": "MIT",
"type": "replugged-plugin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.7.6",
"replugged": "4.7.9",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 19b5c44

Please sign in to comment.