Skip to content

Instantly share code, notes, and snippets.

@wongjustin99
wongjustin99 / .tmux.conf
Created May 11, 2021 16:13
tmux statusbar green fix after upgrade to 3.2
# old config line
# set -g status-bg default
# replace with the following:
set -g status-style bg=default
@wongjustin99
wongjustin99 / 591_picture_shortcuts
Last active December 6, 2022 14:48
Shortcuts to browse 591 by keyboard
// ==UserScript==
// @name 591 click next and previous with arrow-keyss
// @version 1
// @grant none
// @match https://*.591.com.tw/*
// @run-at document-start
// ==/UserScript==
KeyEvent = (typeof KeyEvent === "object") ? KeyEvent : [];
@wongjustin99
wongjustin99 / 591_tampermonkey.js
Created March 15, 2022 08:40
591_picture_shortcuts_tampermonkey_chrome
// ==UserScript==
// @name 591 click next and previous with arrow-keyss
// @version 1
// @grant none
// @match https://*.591.com.tw/*
// @run-at document-start
// ==/UserScript==
(function() {