Skip to content

Instantly share code, notes, and snippets.

View antwal's full-sized avatar

Walter Antolini antwal

View GitHub Profile
@antwal
antwal / maxstream-video-bypass.user.js
Last active February 20, 2025 17:50
Video Bypass (maxs19.fun, maxstream.video)
// ==UserScript==
// @name Video Bypass (maxs19.fun, maxstream.video)
// @version 1.0.2
// @description Bypass Anti-AdBlock
// @author antwal
// @match https://*.maxs19.fun/watchfree/*
// @match https://*.maxstream.video/watchfree/*
// @grant none
// @downloadURL https://gist.github.com/antwal/32acc09c8bfcf9a16c33f37104f2506c/raw/maxstream-video-bypass.user.js
// @updateURL https://gist.github.com/antwal/32acc09c8bfcf9a16c33f37104f2506c/raw/maxstream-video-bypass.user.js
@antwal
antwal / iptables-multi-bridge.sh
Last active January 21, 2025 10:27
Allow forward to Docker Network Bridge (Debian 11/12)
#!/bin/bash
NETWORKS=(
'exclude=host'
'exclude=none'
'exclude=bridge'
'include=internal'
'include=external'
)
/**
* Rotary Encoder Accelleration
* - Debug for KY-040
*
* interrupt pins:
* 2, 3 - Arduino UNO/Nano
* D5,D6 - ESP8266 NodeMCU
*/
#define DEBUG false