I hereby claim:
- I am chroju on github.
- I am chroju (https://keybase.io/chroju) on keybase.
- I have a public key ASDFTzlxwuIbbAr33Ye63uyIU54hdABK6jj6cMV_BLHiewo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Workflowy Journal | |
| // @namespace https://github.com/chroju | |
| // @version 0.0.3 | |
| // @description Quickly create/select a daily journal item | |
| // @author chroju | |
| // @match https://workflowy.com/* | |
| // @match https://beta.workflowy.com/* | |
| // @grant none | |
| // @run-at document-end |
| /* ==UserStyle== | |
| @name Workflowy Nord | |
| @namespace github.com/chroju | |
| @version 1.2.3 | |
| @author chroju | |
| @updateURL https://gist.githubusercontent.com/chroju/a849d558979a42f7b89e812d2a32f9a9/raw/workflowy-nord.user.css | |
| ==/UserStyle== */ | |
| @-moz-document url("https://workflowy.com/"), url-prefix("https://workflowy.com/#") { | |
| html { |
| [ | |
| { | |
| "action": "javascript", | |
| "code": "var asin = document.body.querySelector(\"input[name^='ASIN']\").value;\nlocation.href = 'https://booklog.jp/item/1/' + asin;", | |
| "key": ", k", | |
| "sites": "", | |
| "sitesArray": [ | |
| "" | |
| ] | |
| }, |
| #!/bin/bash | |
| # Install k3s | |
| curl -Ls https://github.com/k3s-io/k3s/releases/download/${k3s_version}/k3s -o /usr/local/bin/k3s | |
| chmod +x /usr/local/bin/k3s | |
| ln -s /usr/local/bin/k3s /usr/local/bin/kubectl | |
| cat > /etc/systemd/system/k3s.service <<EOF | |
| [Unit] | |
| Description=Lightweight Kubernetes |
| # syntax=docker/dockerfile:1.2 | |
| FROM base | |
| RUN apt-get update | |
| {"config": | |
| { | |
| "version":2, | |
| "device_info":{"vid":"0xFEED","pid":"0x0000", | |
| "name":"Quick7","manufacture":"yushakobo","description":"9 keys macropad"}, | |
| "matrix":{"rows":1,"cols":9,"device_rows":1, "device_cols":9, | |
| "debounce":1,"is_left_hand":1,"diode_direction":0, | |
| "row_pins":[13], | |
| "col_pins":[10, 11, 14, 9, 16, 15, 2, 7, 20], | |
| "layout":[1, 2, 3, 4, 5, 6, 7, 8, 9]}, |
| { | |
| init: function(elevators, floors) { | |
| var floorUpStatus = Array(floors.length); | |
| floorUpStatus.fill(false); | |
| var floorDownStatus = Array(floors.length); | |
| floorDownStatus.fill(false); | |
| elevators.forEach(function(elevator, i, array) { | |
| elevator.on("idle", function() { | |
| console.log("### on idle") |
I hereby claim:
To claim this, I am signing this object:
| // option | |
| settings.smoothScroll = false; | |
| settings.omnibarPosition = 'bottom'; | |
| settings.hintAlign = 'left'; | |
| settings.focusAfterClosed = 'left'; | |
| settings.smartCase = false; | |
| // chrome.storage.local.set({"noPdfViewer": 1}) | |
| // https://github.com/brookhong/Surfingkeys/issues/2159 | |
| // disable surfingkeys |
| /* https://userstyles.org/styles/177309/dynalist-candy-1-2 */ | |
| /* @import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap'); */ | |
| :root | |
| { | |
| --over: rgba(0,0,0,1); | |
| --transparent: rgba(0,0,0,0); | |
| --selected: rgba(0,0,0,.5); | |
| --pink: #f20866; | |
| --orange: #f59b47; |