Show newer

long poll, open at own risk (26 options) 

what's your favorite letter

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

Show older
Pixietown

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