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
// ==UserScript== | |
// @name Slack UUID Highlighter | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Highlights UUIDs in Slack chats with colors based on their hash | |
// @match https://app.slack.com/client/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
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
$ ./pulll | |
awaitx | Already up to date. | |
from-schema | Already up to date. | |
ftl | Already up to date. | |
use-future | Already up to date. | |
lyku | Already up to date. | |
dolphin | Already up to date. |
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
{ | |
"title": "caps -> option+space", | |
"rules": [ | |
{ | |
"description": "Change caps_lock to left_option+space", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "caps_lock" |