Skip to content

Instantly share code, notes, and snippets.

View neonyirenda's full-sized avatar
💭
...always a letter closer to being wrong.

Néo neonyirenda

💭
...always a letter closer to being wrong.
  • o k t o b e r
  • 06:44 (UTC +02:00)
View GitHub Profile
@jziggas
jziggas / nowhal.js
Last active November 11, 2024 21:37
JavaScript to delete all of your Reddit comments
// Go to https://www.reddit.com/user/<username>/ and paste into your console.
// Reddit throttles these actions, hence the 1s timer.
let interval = setInterval(() => {
let deleteButtons = $('a.togglebutton[data-event-action="delete"]');
if (deleteButtons.length === 0) {
clearInterval(interval);
if ($('.next-button > a')[0]) {
$('.next-button > a')[0].click();
alert('Restart script.');
}
@myyc
myyc / arch_linux_install_guide.md
Last active October 26, 2024 20:06
Arch Linux setup with all the good stuff (Plymouth, encryption, systemd-boot etc.)

I've used this guide through 2024 despite archinstall and it's still more or less valid. After having used archinstall twice and having encountered obscure issues (luksOpen taking ages, or slow reboots in general) I switched back to a manual setup and it seems to be almost as straightforward.

Always refer to the official guide in case of doubt.

First things first

One important thing first: the environment you will encounter on the live image is very different from what you'll end up installing, some things are significantly easier there: e.g. wifi tools come