Skip to content

Instantly share code, notes, and snippets.

View Tazi0's full-sized avatar
๐Ÿ‘
It works

Tazio Tazi0

๐Ÿ‘
It works
View GitHub Profile
@judaew
judaew / keychron_k2.adoc
Last active May 8, 2025 12:45
Keychron K2 Manual

Keychron K2 Manual

Connect Bluetooth

On the side of the keyboard, switch the toggle to Bluetooth. Press fn+1 3 seconds and pair with device named Keychron K2.

  • fn+1 connect to 1st device

  • fn+2 connect to 2nd device

  • fn+3 connect to 3rd device

@brunolemos
brunolemos / linkedin-unfollow-everyone.js
Last active December 23, 2024 12:51
Unfollow everyone on Linkedin
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 28, 2025 18:33
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example