Show newer

code snippet to add a CW toggle keybind 

window.onload = function() {
console.log("CW Toggle script loaded");
let area = document.querySelector(".compose-form textarea");
let cwArea = document.querySelector("-spoiler-input");

let cwButton = document.querySelector(".compose-form .compose-form__buttons button[aria-controls='cw-spoiler-input']");

function toggleCW(e) {
if (e.altKey && e.key == "c") {
cwButton.click();
}
}

area.addEventListener("keydown", toggleCW);
cwArea.addEventListener("keydown", toggleCW);
};

can easily be run with something like the {Grease, Tamper}monkey addons

there should be a keyboard shortcut to add a cw while writing

oh to be a cat suspended in a suction cup hammock sleeping in the sun

food 

it's dinnertime but I snacked too much of my nuts/raisin mix and now im not hungry :|

i'll just randomly come across it when I'm not using the controller, and then when I want to use it it phases out of existance

Show thread

worst thing about the steam controller is I literally always use the receiver dongle

> Without HTML5 support Adobe Flash is used

classic mediawiki

was very tempted to post the whole alphabet one toot at a time but i'll spare you all

I would even recommend this for just normal choccy milk drinking, the foam is really nice

Show thread

holy shit you can foam up choccy milk and make capuccino with it (heresy probably, idc)

Show older
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.