Skip to content

Instantly share code, notes, and snippets.

View teamblubee's full-sized avatar

blubee teamblubee

View GitHub Profile
This is an opencl/amd build meaning I didn't enable any intel or nvidia specific options,
this build is also based on ubuntu style package names; That was my intentions.
```bash
#!/bin/bash
echo "Error! Edit this ffmpeg_build to change base_dir" 1>&2
exit 64
base_dir=/dev/null
@teamblubee
teamblubee / YT RMV-AP-UN.user.js
Created December 17, 2016 10:31 — forked from Yonezpt/YT RMV-AP-UN.user.js
Removes the autoplay up next feature
// ==UserScript==
// @version 1.0.2
// @name Removes the autoplay up next feature
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
'use strict';