Skip to content

Instantly share code, notes, and snippets.

View ealvesss's full-sized avatar
🏠
esq :q!

Elton Alves ealvesss

🏠
esq :q!
View GitHub Profile
@ealvesss
ealvesss / tapoemulator.md
Created November 21, 2023 17:38
tapo-smart-hub-emulator

Tapo Smart Hub


This integration is part of HACS store

Running docker image

@ealvesss
ealvesss / youtube_unsub_channel.js
Created January 17, 2024 19:36
Youtube Channel Unsubscriber
(async function iife() {
// This is the time delay after which the "unsubscribe" button is "clicked"; Tweak to your liking!
var UNSUBSCRIBE_DELAY_TIME = 2000;
/**
* Delay runner. Wraps setTimeout so it can be awaited on.
* @param {number} delay
*/
var wait = (delay) => new Promise((resolve) => setTimeout(resolve, delay));
@ealvesss
ealvesss / pacman.conf
Created November 29, 2024 20:49
steamos official pacman.conf file
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
@ealvesss
ealvesss / mirrorlist
Created November 29, 2024 20:50
steamos official mirrorlist file
Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch