| .editor-group-watermark { | |
| max-width: 400px !important; | |
| } | |
| .editor-group-watermark > .letterpress { | |
| aspect-ratio: 1920/1080 !important; | |
| background-image:url('https://github.com/SAWARATSUKI/ServiceLogos/blob/c2cf29211b93efe48e5c34451bac5c56f979ab94/VisualStudioCode/VisualStudioCodeRound.png?raw=true') !important; | |
| background-position: center; | |
| } |
| // 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
| // You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
| (() => { | |
| const SHOW_SIDES = false; // color sides of DOM nodes? | |
| const COLOR_SURFACE = true; // color tops of DOM nodes? | |
| const COLOR_RANDOM = false; // randomise color? | |
| const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
| const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
| const THICKNESS = 20; // thickness of layers | |
| const DISTANCE = 10000; // ยฏ\\_(ใ)_/ยฏ |
| // Tailwind colors for Flexoki theme by Steph Ango. https://stephango.com/flexoki | |
| const colors = { | |
| base: { | |
| black: '#100F0F', | |
| 950: '#1C1B1A', | |
| 900: '#282726', | |
| 850: '#343331', | |
| 800: '#403E3C', | |
| 700: '#575653', |
| ้่ก/ๆฏไป็ณป็ตฑ | Apple Pay | Google Pay | Samsung Pay | Garmin Pay | Fitbit Pay | ๅฐ็ฃ่กๅๆฏไป | Hami Pay | ๆฏๆดๅฎถๆธ | |
|---|---|---|---|---|---|---|---|---|---|
| ๅๆณฐไธ่ฏ้่ก | โ | โ | โ | โ | โ | โ | 6 | ||
| ๅๆณฐไธ่ฏ้่ก - ้่ๅก | โ | โ | โ | โ | โ | โ | 6 | ||
| ไธญๅไฟก่จ้่ก | โ | โ | โ | โ | โ | โ | โ | 7 | |
| ไธญๅไฟก่จ้่ก - ้่ๅก | โ | โ | โ | โ | 4 | ||||
| ๅฐๆฐๅ้ๅๆฅญ้่ก | โ | โ | โ | โ | โ | โ | โ | 7 | |
| ๅฐๆฐๅ้ๅๆฅญ้่ก - ้่ๅก | โ | โ | โ | โ | โ | โ | 6 | ||
| ่ฏ้ฆ้่ก | โ | โ | โ | โ | โ | โ | 6 |
| wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb | |
| sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
| <title>Rebane's Discord Colored Text Generator</title> | |
| <meta charset="UTF-8"> | |
| <meta name="description" content="Rebane's Discord Colored Text Generator"> | |
| <meta name="author" content="rebane2001"> | |
| <style> | |
| /* |
... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.
This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).
This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.
Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m
