I hereby claim:
- I am thatiemsz on github.
- I am tiemen (https://keybase.io/tiemen) on keybase.
- I have a public key ASB3AO-7vfIMX_xn7VYJGxQWrwoY9KiqPOyujDt_06ANEwo
To claim this, I am signing this object:
| .side .md>ul a:first-of-type { | |
| text-decoration: line-through!important; | |
| } | |
| .side .md>ul a:nth-child(2):before { | |
| content: "Haha No! "; text-decoration: none; | |
| } | |
| /* Left-aligned flairs */ | |
| .flairoptionpane .linkflair { | |
| margin: 5px!important; |
| 1c | |
| 4d | |
| abnf | |
| accesslog | |
| ada | |
| arduino | |
| ino | |
| armasm | |
| arm | |
| avrasm |
I hereby claim:
To claim this, I am signing this object:
| @-moz-document domain("status.discordapp.com") { | |
| body, .layout-content.status.status-api .section .example-container .example-opener .color-secondary, .grouped-items-selector, .layout-content.status.status-full-history .history-nav a.current { | |
| background-color: #36393e !important; | |
| } | |
| body.status, .color-primary, .color-primary:hover, .layout-content.status-index .status-day .update-title.impact-none a, .layout-content.status-index .status-day .update-title.impact-none a:hover, .layout-content.status-index .timeframes-container .timeframe.active, .layout-content.status-full-history .month .incident-container .impact-none, .layout-content.status.status-index .incidents-list .incident-title.impact-none a, .incident-history .impact-none, .layout-content.status .grouped-items-selector.inline .grouped-item.active, .layout-content.status.status-full-history .history-nav a.current, .layout-content.status.status-full-history .history-nav a:not(.current):hover { | |
| color: #fff !important; | |
| } | |
| .font-largest { | |
| colo |
| (() => { | |
| let iframe = document.createElement('iframe') | |
| document.body.appendChild(iframe) | |
| const ls = iframe.contentWindow.localStorage | |
| window.localStorageBackup = {} | |
| window.localStorageBackup.localStorage = ls | |
| window.localStorageBackup.export = (showOutput = false, copy = true) => { | |
| if (copy) { | |
| DiscordNative.clipboard.copy( | |
| JSON.stringify(ls) |
| 1c | |
| abnf | |
| accesslog | |
| actionscript | |
| ada | |
| angelscript | |
| apache | |
| applescript | |
| arcade | |
| c-like |
| [ | |
| { | |
| "emoji": "angry", | |
| "shortcuts": [ | |
| ">:(", | |
| ">:-(", | |
| ">=(", | |
| ">=-(" | |
| ] | |
| }, |
A PowerShell script to toggle the loudness equalization setting for a Windows playback device.
Full credits to @Falcosc for the original script.
ToggleLoudness.ps1 file below somewhere, e.g. your Documents folder.powershell.exe "%USERPROFILE%\Documents\ToggleLoudness.ps1" -playbackDeviceName "Luidsprekers"Luidsprekers with the name of the playback device.