Greasy Fork is available in English.

Youtube Bandwidth Saver

Saves bandwidth on Youtube by not loading videos.

// ==UserScript==
// @name        Youtube Bandwidth Saver
// @namespace   wow
// @match       https://www.youtube.com/*
// @grant       none
// @version     1.0
// @author      me duh
// @license     wtfpl
// @description Saves bandwidth on Youtube by not loading videos.
// ==/UserScript==

window.fetch=()=>{}