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
# old config line | |
# set -g status-bg default | |
# replace with the following: | |
set -g status-style bg=default |
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 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 : []; |
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 591 click next and previous with arrow-keyss | |
// @version 1 | |
// @grant none | |
// @match https://*.591.com.tw/* | |
// @run-at document-start | |
// ==/UserScript== | |
(function() { |
OlderNewer