Skip to content

Instantly share code, notes, and snippets.

@lemoncmd
Created February 12, 2019 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemoncmd/18e306eb4210e795d14dfb671ebe210b to your computer and use it in GitHub Desktop.
Save lemoncmd/18e306eb4210e795d14dfb671ebe210b to your computer and use it in GitHub Desktop.
Lineparine Discordで表示をリパーシェにする方法

Lineparine Discordで表示をリパーシェにする方法

BetterDiscordのインストール

まず、BetterDiscordをインストールします。 Downloadを押すとGithubが出てくるので、WindowsかMacかに応じて適宜インストーラをダウンロードしてインストールを進めてね。 インストールが終わってしばらくすると(もしくは適宜Discordの再起動)ユーザー設定の項目が増えてるので、増えてたらインストール成功。

サーバーテーマプラグインのインストール

まず、ユーザー設定のBANDAGE BG>PluginsでOpen Plugin Folderをクリックして、プラグインのフォルダを出そう。 次に、ここの説明欄のHow to UseにserverThemes.plugin.jsへのリンクがあるので、それを右クリックしてダウンロード。 ダウンロードしたものをプラグインのフォルダに入れます。 で、このjsファイルを好きなテキストエディタで開いてね。 33行目

            serverHash = $('.guild.selected a,.guild.active a').attr('href').split('/')[2];

            serverHash = $('.da-guild.da-selected a,.da-guild.da-active a').attr('href').split('/')[2];

に書き換えよう。 書き換えたら、それを保存してDiscordを確認する。 Server Specific Themesって書いてあるプラグインを一回無効にして有効にする。

テーマの作成

まず、ユーザー設定のBANDAGE BG>ThemesでOpen Theme Folderをクリックして、テーマのフォルダを出そう。 次に、テーマをダウンロードしてね。 で、ダウンロードしたcssファイルをそのテーマフォルダに入れます。 すると幸せになれます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment