Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gugadev/2cd24ee022d430ca62bb5a8e3f1476be to your computer and use it in GitHub Desktop.
Save gugadev/2cd24ee022d430ca62bb5a8e3f1476be to your computer and use it in GitHub Desktop.

Revisions

  1. @Soapbosnia Soapbosnia revised this gist Apr 25, 2024. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,5 @@
    ## CSS

    ```css
    div[class*="titleBar-"] {
    display: none !important;
    }
    [class*=titleBar]{display: none!important}
    ```
  2. @Soapbosnia Soapbosnia revised this gist Nov 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@

    ## CSS

    ```
    ```css
    div[class*="titleBar-"] {
    display: none !important;
    }
  3. @Soapbosnia Soapbosnia revised this gist Nov 3, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@

    # Hiding the custom title bar
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)
    - Paste the CSS code below inside the client's style/css editor

    ## CSS

  4. @Soapbosnia Soapbosnia revised this gist Nov 3, 2022. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,8 @@

    ## CSS

    ```div[class*="titleBar-"] {
    ```
    div[class*="titleBar-"] {
    display: none !important;
    }```
    }
    ```
  5. @Soapbosnia Soapbosnia revised this gist Nov 3, 2022. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -15,8 +15,8 @@
    # Hiding the custom title bar
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)

    - Place this CSS inside the code editor:
    ## CSS

    `div[class*="titleBar-"] {
    ```div[class*="titleBar-"] {
    display: none !important;
    }`
    }```
  6. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    - **Step 4**: Go to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - **Step 5**: Open the `core.asar` file with 7-ZIP and extract its content to a folder of your choice
    - **Step 6**: Enter the folder and go to the `app` subdirectory, after that find the file called `mainWindow.js` or `mainScreen.js` and open it with a text editor of your choice
    - **Step 7**: Go to `line 419` and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - **Step 7**: Go to `line 419` and change `frame: false` to `frame: true`, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - **Step 8**: Navigate back to the main directory of the folder, press `CTRL+A`, right click, select `7-ZIP` and click `Add to Archive`
    - **Step 9**: Name the new archive `core.asar` and set the Compression level to `0 - Store`
    - **Step 10**: Close Discord if not already and navigate back to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
  7. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    - **Step 4**: Go to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - **Step 5**: Open the `core.asar` file with 7-ZIP and extract its content to a folder of your choice
    - **Step 6**: Enter the folder and go to the `app` subdirectory, after that find the file called `mainWindow.js` or `mainScreen.js` and open it with a text editor of your choice
    - **Step 7**: Go to `line 4197 and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - **Step 7**: Go to `line 419` and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - **Step 8**: Navigate back to the main directory of the folder, press `CTRL+A`, right click, select `7-ZIP` and click `Add to Archive`
    - **Step 9**: Name the new archive `core.asar` and set the Compression level to `0 - Store`
    - **Step 10**: Close Discord if not already and navigate back to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
  8. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 11 additions and 11 deletions.
    22 changes: 11 additions & 11 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,16 @@
    # Enabling native title bar on Discord client

    - Step 1: Download 7-ZIP and the ASAR plugin from [ `https://www.tc4shell.com/en/7zip/asar/` ]
    - Step 2: After installing 7-ZIP create a new folder inside of its install location called `Formats`
    - Step 3: Extract the `.dll` from one of the folders in the archive (x64 or 32) to the `Formats` folder
    - Step 4: Go to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - Step 5: Open the `core.asar` file with 7-ZIP and extract its content to a folder of your choice
    - Step 6: Enter the folder and go to the `app` subdirectory, after that find the file called `mainWindow.js` or `mainScreen.js` and open it with a text editor of your choice
    - Step 7: Go to `line 4197 and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - Step 8: Navigate back to the main directory of the folder, press `CTRL+A`, right click, select `7-ZIP` and click `Add to Archive`
    - Step 9: Name the new archive `core.asar` and set the Compression level to `0 - Store`
    - Step 10: Close Discord if not already and navigate back to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - Step 11: Replace the `core.asar` file with the newly created one
    - **Step 1**: Download 7-ZIP and the ASAR plugin from [ `https://www.tc4shell.com/en/7zip/asar/` ]
    - **Step 2**: After installing 7-ZIP create a new folder inside of its install location called `Formats`
    - **Step 3**: Extract the `.dll` from one of the folders in the archive (x64 or 32) to the `Formats` folder
    - **Step 4**: Go to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - **Step 5**: Open the `core.asar` file with 7-ZIP and extract its content to a folder of your choice
    - **Step 6**: Enter the folder and go to the `app` subdirectory, after that find the file called `mainWindow.js` or `mainScreen.js` and open it with a text editor of your choice
    - **Step 7**: Go to `line 4197 and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - **Step 8**: Navigate back to the main directory of the folder, press `CTRL+A`, right click, select `7-ZIP` and click `Add to Archive`
    - **Step 9**: Name the new archive `core.asar` and set the Compression level to `0 - Store`
    - **Step 10**: Close Discord if not already and navigate back to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - **Step 11**: Replace the `core.asar` file with the newly created one

    # Hiding the custom title bar
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)
  9. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -3,14 +3,14 @@
    - Step 1: Download 7-ZIP and the ASAR plugin from [ `https://www.tc4shell.com/en/7zip/asar/` ]
    - Step 2: After installing 7-ZIP create a new folder inside of its install location called `Formats`
    - Step 3: Extract the `.dll` from one of the folders in the archive (x64 or 32) to the `Formats` folder
    - Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    - Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
    - Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js and open it with a text editor of your choice
    - Step 7: Go to line 419 and change frame: false to frame: true, if you can't find that text press CTRL+F and search for frame: false, it should look like the one attached in the screenshots
    - Step 8: Navigate back to the main directory of the folder, press CTRL+A, select 7-ZIP and click Add to Archive
    - Step 9: Name the new archive core.asar and set the Compression level to 0 - Store
    - Step 10: Close Discord if not already and navigate back to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    - Step 11: Replace the core.asar file with the newly created one
    - Step 4: Go to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - Step 5: Open the `core.asar` file with 7-ZIP and extract its content to a folder of your choice
    - Step 6: Enter the folder and go to the `app` subdirectory, after that find the file called `mainWindow.js` or `mainScreen.js` and open it with a text editor of your choice
    - Step 7: Go to `line 4197 and change `frame: false` to `frame: true7, if you can't find that text press `CTRL+F` and search for `frame: false`, it should look like the one attached in the screenshots
    - Step 8: Navigate back to the main directory of the folder, press `CTRL+A`, right click, select `7-ZIP` and click `Add to Archive`
    - Step 9: Name the new archive `core.asar` and set the Compression level to `0 - Store`
    - Step 10: Close Discord if not already and navigate back to `C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core` (Replace `**YourUsername**` with your username)
    - Step 11: Replace the `core.asar` file with the newly created one

    # Hiding the custom title bar
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)
  10. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    # Enabling native title bar on Discord client

    - Step 1: Download 7-ZIP and the ASAR plugin from [ https://www.tc4shell.com/en/7zip/asar/ ]
    - Step 2: After installing 7-ZIP create a new folder inside of its install location called 'Formats'
    - Step 3: Extract the .dll from one of the folders in the archive (x64 or 32) to the 'Formats' folder
    - Step 1: Download 7-ZIP and the ASAR plugin from [ `https://www.tc4shell.com/en/7zip/asar/` ]
    - Step 2: After installing 7-ZIP create a new folder inside of its install location called `Formats`
    - Step 3: Extract the `.dll` from one of the folders in the archive (x64 or 32) to the `Formats` folder
    - Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    - Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
    - Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js and open it with a text editor of your choice
  11. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)

    - Place this CSS inside the code editor:
    div[class*="titleBar-"] {

    `div[class*="titleBar-"] {
    display: none !important;
    }
    }`
  12. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -15,8 +15,7 @@
    # Hiding the custom title bar
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)

    > Place this CSS inside the code editor:
    - Place this CSS inside the code editor:
    div[class*="titleBar-"] {
    display: none !important;
    }
  13. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    - Step 11: Replace the core.asar file with the newly created one

    # Hiding the custom title bar
    > Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)
    - Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)

    > Place this CSS inside the code editor:
  14. @Soapbosnia Soapbosnia revised this gist Nov 2, 2022. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions discord-enable-native-title-bar.md
    Original file line number Diff line number Diff line change
    @@ -1,21 +1,21 @@
    # Enabling native title bar on Discord client

    > Step 1: Download 7-ZIP and the ASAR plugin from [ https://www.tc4shell.com/en/7zip/asar/ ]
    > Step 2: After installing 7-ZIP create a new folder inside of its install location called 'Formats'
    > Step 3: Extract the .dll from one of the folders in the archive (x64 or 32) to the 'Formats' folder
    > Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    > Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
    > Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js and open it with a text editor of your choice
    > Step 7: Go to line 419 and change frame: false to frame: true, if you can't find that text press CTRL+F and search for frame: false, it should look like the one attached in the screenshots
    > Step 8: Navigate back to the main directory of the folder, press CTRL+A, select 7-ZIP and click Add to Archive
    > Step 9: Name the new archive core.asar and set the Compression level to 0 - Store
    > Step 10: Close Discord if not already and navigate back to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    > Step 11: Replace the core.asar file with the newly created one
    - Step 1: Download 7-ZIP and the ASAR plugin from [ https://www.tc4shell.com/en/7zip/asar/ ]
    - Step 2: After installing 7-ZIP create a new folder inside of its install location called 'Formats'
    - Step 3: Extract the .dll from one of the folders in the archive (x64 or 32) to the 'Formats' folder
    - Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    - Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
    - Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js and open it with a text editor of your choice
    - Step 7: Go to line 419 and change frame: false to frame: true, if you can't find that text press CTRL+F and search for frame: false, it should look like the one attached in the screenshots
    - Step 8: Navigate back to the main directory of the folder, press CTRL+A, select 7-ZIP and click Add to Archive
    - Step 9: Name the new archive core.asar and set the Compression level to 0 - Store
    - Step 10: Close Discord if not already and navigate back to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    - Step 11: Replace the core.asar file with the newly created one

    # Hiding the custom title bar
    > Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)
    Place this CSS inside the code editor:
    > Place this CSS inside the code editor:
    div[class*="titleBar-"] {
    display: none !important;
  15. @Soapbosnia Soapbosnia renamed this gist Nov 2, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  16. @Soapbosnia Soapbosnia created this gist Nov 2, 2022.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    # Enabling native title bar on Discord client

    > Step 1: Download 7-ZIP and the ASAR plugin from [ https://www.tc4shell.com/en/7zip/asar/ ]
    > Step 2: After installing 7-ZIP create a new folder inside of its install location called 'Formats'
    > Step 3: Extract the .dll from one of the folders in the archive (x64 or 32) to the 'Formats' folder
    > Step 4: Go to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    > Step 5: Open the core.asar file with 7-ZIP and extract its content to a folder of your choice
    > Step 6: Enter the folder and go to the app subdirectory, after that find the file called mainWindow.js and open it with a text editor of your choice
    > Step 7: Go to line 419 and change frame: false to frame: true, if you can't find that text press CTRL+F and search for frame: false, it should look like the one attached in the screenshots
    > Step 8: Navigate back to the main directory of the folder, press CTRL+A, select 7-ZIP and click Add to Archive
    > Step 9: Name the new archive core.asar and set the Compression level to 0 - Store
    > Step 10: Close Discord if not already and navigate back to C:\Users\**YourUsername**\AppData\Local\Discord\app-1.0.9007\modules\discord_desktop_core-1\discord_desktop_core (Replace YourUsername with your username)
    > Step 11: Replace the core.asar file with the newly created one

    # Hiding the custom title bar
    > Use a client of your choice (in my case it's not a client but OpenAsar | openasar.dev)

    Place this CSS inside the code editor:

    div[class*="titleBar-"] {
    display: none !important;
    }