Skip to content
View Damperen's full-sized avatar
💭
Counting bits
💭
Counting bits

Highlights

  • Pro
Block or Report

Block or report Damperen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Obsolete - Messenger.com FINALLY imp... Obsolete - Messenger.com FINALLY implented a dark mode! The continuation of my former script NativeDarkMessenger.user.js, and since it is doing a bit more than "Native Dark mode", I decided to separate them, and will most likely only work on this. For now it only removes some (in my opinion) really annoying functionality regarding videos, in the future other hotfixes might be added.
    1
    // ==UserScript==
    2
    // @name         Dark Messenger and hotfixes
    3
    // @namespace    https://github.com/Damperen
    4
    // @version      2.1.8
    5
    // @description  Dark mode for Messenger and normalized videos
  2. Enable the option Dark mode in SSMS Enable the option Dark mode in SSMS
    1
    $path = 'C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\ssms.pkgundef'
    2
    $theme = '[$RootKey$\Themes\{1ded0138-47ce-435e-84ef-9ec1f439b749}]'
    3
    (Get-Content $path).replace($theme, "// $theme") | Out-File $path