Skip to content

Instantly share code, notes, and snippets.

View malmeloo's full-sized avatar
🦫

Mike Almeloo malmeloo

🦫
View GitHub Profile
@malmeloo
malmeloo / certificates.md
Last active April 3, 2023 20:54
SSL Certificate information for DSM 7

Fullchain certificates on my NAS

/usr/syno/etc/certificate/system/default/fullchain.pem
/usr/syno/etc/certificate/smbftpd/ftpd/fullchain.pem
/usr/syno/etc/certificate/_archive/QIHwyu/fullchain.pem
/usr/syno/etc/certificate/ReverseProxy/449539a7-191b-4e75-abc8-05e81abbece5/fullchain.pem
/usr/local/etc/certificate/SynologyDrive/SynologyDrive/fullchain.pem
/usr/local/etc/certificate/ScsiTarget/pkg-scsi-plugin-server/fullchain.pem
/usr/local/etc/certificate/ReplicationService/snapshot_receiver/fullchain.pem
@malmeloo
malmeloo / deletion.md
Created March 24, 2023 21:04
Deleting entire YouTube comment history

Deleting your entire YouTube comment history

  1. Go to the YouTube comment myactivity page
  2. Open devtools and go to the console (Ctrl + Alt + I)
  3. Paste the following code and press enter:
Array.from(document.querySelectorAll("[data-show-delete-individual]")).slice(1).forEach(e => e.querySelector("button").click())
  1. Done! You might have to wait for a bit, as the page is quite slow.