Skip to content

Instantly share code, notes, and snippets.

@mrkvn
mrkvn / main.go
Last active March 15, 2024 11:36
Run Python executable in Go binary
package main
import (
"bytes"
"embed"
"io"
"io/fs"
"log"
"os"
"os/exec"
@mrkvn
mrkvn / youtubeAdSkipper.js
Last active November 14, 2023 12:33
Youtube Ad Skipper with Tampermonkey
// ==UserScript==
// @name Youtube Ad Skipper
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Youtube Ad Skipper
// @author mrkvn
// @match https://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==