Wanted to document this somewhere.
Timed our waiting for device dev-mapper-rl\x2dhome.device
Reason was because I removed the home logical volume and failed to remove it out of /etc/fstab
So then it failed to boot. You have to
// ==UserScript== | |
// @name DarkReader | |
// @version 0.0.7 | |
// @match *://*/* | |
// @downloadURL https://gist.github.com/evanreichard/f983ca26836d4af6ca0f6fb602b9dcaf/raw/darkreader.user.js | |
// @require https://unpkg.com/[email protected]/darkreader.js | |
// @grant GM.xmlhttpRequest | |
// @grant GM.registerMenuCommand | |
// @grant GM.unregisterMenuCommand | |
// @grant GM_getValue |
// ==UserScript== | |
// @name Hacker News Tweaks | |
// @version 0.0.3 | |
// @downloadURL https://gist.githubusercontent.com/evanreichard/96d89512cbfe23e5d7a81479c482e6da/raw/hn-tweaks.user.js | |
// @match *://news.ycombinator.com/* | |
// @grant GM.addStyle | |
// @grant GM.registerMenuCommand | |
// @grant GM.unregisterMenuCommand | |
// @grant GM.getValue | |
// @grant GM.setValue |
// ==UserScript== | |
// @name PWA Everything | |
// @author Evan Reichard | |
// @version 0.0.1 | |
// @match *://*/* | |
// @grant none | |
// @run-at document-idle | |
// @noframes | |
// ==/UserScript== |
// ==UserScript== | |
// @name Auto Archive Redirect | |
// @namespace Evan Reichard | |
// @version 0.0.3 | |
// @match *://*/* | |
// @grant GM.xmlhttpRequest | |
// @grant GM.openInTab | |
// @noframes | |
// @run-at document-start | |
// ==/UserScript== |
# NOTE: | |
# The following is a _subset_ of HA's "automations.yaml" | |
- alias: '[RFBridge] Demultiplexer' | |
trigger: | |
- platform: mqtt | |
topic: tele/RFBridge/RESULT | |
- platform: mqtt | |
topic: tele/RFBridge/LWT | |
action: |
// ==UserScript== | |
// @name Yattee Redirect | |
// @version 0.0.3 | |
// @updateURL https://gist.github.com/evanreichard/8db561c7be7a6c308db18ce3e983c8d6/raw/yattee-redirect.user.js | |
// @match https://www.youtube.com/* | |
// @match https://m.youtube.com/* | |
// @grant none | |
// @noframes | |
// @run-at document-start | |
// ==/UserScript== |
medium.com###root > div > div > div > div ~ div + div:has(svg) |
// ==UserScript== | |
// @name Auto Kagi LLM | |
// @match https://kagi.com/assistant?mode=4* | |
// @grant none | |
// @version 1.0 | |
// @author Evan Reichard | |
// ==/UserScript== | |
function doAutoLLM() { | |
let hashLocation = window.location.hash; |
// ==UserScript== | |
// @name Reddit Tweaks | |
// @version 0.0.5 | |
// @match *://old.reddit.com/* | |
// @downloadURL https://gist.githubusercontent.com/evanreichard/968eee1cf83da38c81c155fb775cf3c6/raw/old-reddit-mobile.user.js | |
// @grant GM.addStyle | |
// @grant GM.registerMenuCommand | |
// @grant GM.unregisterMenuCommand | |
// @grant GM.getValue | |
// @grant GM.setValue |