Skip to content

Instantly share code, notes, and snippets.

@Leyka
Leyka / dynamic_list.c
Last active March 5, 2019 03:20
Dynamic list in C
/*
* Dynamic List
* Reference: https://eddmann.com/posts/implementing-a-dynamic-vector-array-in-c
*/
#include <stdlib.h>
#define LIST_DEFAULT_CAPACITY 10
typedef struct list {
void **items;
@Leyka
Leyka / gallery-generator.js
Last active January 16, 2022 15:14
File to find images in node folder
@Leyka
Leyka / uBlock Filters for Youtube
Last active January 26, 2023 05:32
uBlock Filters for Youtube
# Remove overlay when video is paused
youtube.com##.ytp-endscreen-content
youtube.com##.ytp-ce-covering-shadow-top
youtube.com##.ytp-pause-overlay
youtube.com##.ytp-ce-covering-overlay
youtube.com##.ytp-ce-element
# Remove "View products" when video starts
youtube.com##.ytp-suggested-action-badge-expanded