Skip to content

Instantly share code, notes, and snippets.

View 4v3ngR's full-sized avatar
🤒
The new github dashboard sucks

4v3ngR 4v3ngR

🤒
The new github dashboard sucks
View GitHub Profile
@4v3ngR
4v3ngR / gab_theme_switcher.js
Last active December 7, 2025 04:46
An automatic dark/light theme switcher and layout improvement for the gab.com website
// ==UserScript==
// @name Automatic gab theme switcher
// @namespace http://tampermonkey.net/
// @version 2025-12-06
// @description Automatically switch between dark and light themese
// @author 4v3ngR
// @match https://gab.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=gab.com
// @grant none
// @run-at document-start
@4v3ngR
4v3ngR / ytadblock.js
Last active October 7, 2025 17:42
Block youtube ads in Safari with userscripts
// ==UserScript==
// @name Youtube adblock
// @namespace http://tampermonkey.net/
// @version 0.2
// @description enough with the ads!
// @author 4v3ngR
// @match https://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// @run-at document-start