Show newer

long poll, open at own risk (26 options) 

what's your favorite letter

oh yeah I really need to remember to change my uni password to something rememberable + user inputable for the exam next week

might change it to alt+q because that's a bit easier to reach

Show thread

this works so nicely damn, why doesn't mastodon just have this

Show thread

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
Show older
Pixietown

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