Skip to content

Instantly share code, notes, and snippets.

View dec0dOS's full-sized avatar

Aliaksei dec0dOS

View GitHub Profile
@dec0dOS
dec0dOS / tmux.conf
Last active August 6, 2018 16:46 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# Change prefix to ctrl-a
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
@dec0dOS
dec0dOS / Activate Office 2019 for macOS VoL.md
Created September 29, 2020 20:52 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

/* Invert the entire website */
html {
-webkit-filter: invert(90%) hue-rotate(180deg) !important;
filter: invert(90%) hue-rotate(180deg) !important;
background: rgb(25, 25, 25) !important;
}
/* ==== GENERAL ==== */
/* "+ button" in the month view */
.XHsn7e {
@dec0dOS
dec0dOS / darkreader.js
Last active February 9, 2023 13:56
Enable DarkReader
// Could be used as customJs for https://github.com/kofigumbs/multi
//
// Example:
// "customJs": [
// "https://cdn.jsdelivr.net/npm/darkreader",
// "https://gist.githubusercontent.com/dec0dOS/aa978781a592ac78f55c2c0e06511894/raw/5206e8c71e77d0d9ab7bb45f65134e96ad6a8883/darkreader.js"
// ]
DarkReader.setFetchMethod(window.fetch)