This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| navigator.mediaDevices.getDisplayMedia = getDisplayMedia; | |
| // ==UserScript== | |
| // @name Screenshare with Audio | |
| // @namespace https://github.com/edisionnano | |
| // @version 0.4 | |
| // @updateURL https://openuserjs.org/meta/samantas5855/Screenshare_with_Audio.meta.js | |
| // @description Screenshare with Audio on Discord | |
| // @author Guest271314 and Samantas5855 | |
| // @match https://*.discord.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=discord.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name Discord Concept Central Design | |
| * @author Idea by YouTube@ConceptCentral, implementation by github@appleneko2001 | |
| * @version 0.0.2 | |
| * @description Re-imagined design of Discord (alpha, still re-working). Style based on DarkMatter by Tropical#8908 and Hammock#3110 (source: https://github.com/DiscordStyles/DarkMatter/) | |
| */ | |
| /* DO-IT-YOURSELF IS BEST */ | |
| /* Hey you! If you want your Discord looks more that you love */ | |
| /* then do not forgot check last line! There you can change some variables to this style setup */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Acri mod by appleneko2001 */ | |
| /* Require two fonts: Iosevka Fixed and GenSenRounded JP */ | |
| /* GenSenRounded: https://github.com/ButTaiwan/gensen-font */ | |
| /* Iosevka Family: https://github.com/be5invis/Iosevka */ | |
| /* OBSTheme, main QApplication palette and QML values */ | |
| OBSTheme { | |
| window: rgb(24,24,25); | |
| windowText: rgb(225,224,225); | |
| base: rgb(18,18,21); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| </head> | |
| <body translate="no" > |
NewerOlder