Skip to content

Commit

Permalink
Merge pull request #3 from Tharki-God/main
Browse files Browse the repository at this point in the history
the way it should be
  • Loading branch information
SiriusBYT authored Oct 20, 2023
2 parents 0071644 + 1feb8c2 commit 69587bc
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 325 deletions.
4 changes: 2 additions & 2 deletions flashcord/store/themehooker.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h1>ThemeHooker</h1>
<a target="_blank" href="https://github.com/Module-Developer"><h2>SiriusBYT</h2></a>
<a target="_blank" href="https://sirio-network.com/redirect/discord"><h2>💬</h2></a>
</div>
<h5 style="margin-bottom: 8px;">Contributers: <a href="https://github.com/Catalyst4222">Catalyst4222</a></h5>
<h3 class="Flashcord-Module_Version">Version: v1.0.2</h3>
<h5 style="margin-bottom: 8px;">Contributers: <a href="https://github.com/Catalyst4222">Catalyst4222, Tharki-God</a></h5>
<h3 class="Flashcord-Module_Version">Version: v1.1.0</h3>
<p>Fine. I'll fucking do it myself. Adds Discord's custom themes' name inside the html and body tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.</p>

<p class="SNDL-LineSpacer_H"></p>
Expand Down
4 changes: 2 additions & 2 deletions flashcord/store/themehooker/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<a target="_blank" href="https://github.com/SiriusBYT"><h2>SiriusBYT</h2></a>
<a target="_blank" href="https://sirio-network.com/redirect/discord"><h2>💬</h2></a>
</div>
<h5 style="margin-bottom: 8px;">Contributers: <a href="https://github.com/Catalyst4222">Catalyst4222</a></h5>
<h3 class="Flashcord-Plugin_Version">Version: v1.0.2</h3>
<h5 style="margin-bottom: 8px;">Contributers: <a href="https://github.com/Catalyst4222">Catalyst4222, Tharki-God</a></h5>
<h3 class="Flashcord-Plugin_Version">Version: v1.1.0</h3>
<p>Fine. I'll fucking do it myself. Adds Discord's custom themes' name inside the html and body tag so that Theme Developers can do funny shenanigans.</p>
<a class="Flashcord-Replugged SNDL-Contain_Light" style="margin-right: 0;" href="https://replugged.dev/install?identifier=Sirio-Network/ThemeHooker&source=github">
<img src="https://sirio-network.com/flashcord/ressources/store/replugged.png">
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"discordID": "311057290562371586",
"github": "SiriusBYT"
},
"version": "1.0.2",
"version": "1.1.0",
"updater": {
"type": "github",
"id": "SiriusBYT/ThemeHooker"
},
"license": "CC BY-NC-ND 4.0",
"type": "replugged-plugin",
"renderer": "src/index.ts",
"source": "https://github.com/replugged-org/plugin-template",
"source": "https://github.com/SiriusBYT/ThemeHooker",
"image": ["https://i.imgur.com/14CNs3a.png?CHANGE-THIS-URL"]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ThemeHooker",
"version": "1.0.2",
"version": "1.1.0",
"description": "Fine. I'll fucking do it myself, because nobody else did. Adds Discord's custom themes' name inside the <html> and <body> tag so that Theme Developers can do funny shenanigans. This is made mostly only for Flashcord, no support for other themes may be provided unless I feel like it.",
"engines": {
"node": ">=18.0.0",
Expand All @@ -23,15 +23,15 @@
"author": "",
"license": "CC BY-NC-ND 4.0",
"devDependencies": {
"@types/node": "^18.17.6",
"@types/node": "^18.17.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.6.0",
"typescript": "^5.1.6"
"replugged": "^4.6.1",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 69587bc

Please sign in to comment.