Initially taken by Niko Matsakis and lightly edited by Ryan Levick
- Introductions
- Cargo inside large build systems
- FFI
- Foundations and financial support
// ==UserScript== | |
// @name netflix | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description try to take over the world! | |
// @author You | |
// @match *://www.netflix.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |