Skip to content

Instantly share code, notes, and snippets.

@gmittal
Last active November 20, 2017 04:50
Show Gist options
  • Save gmittal/3000de509ada19d453b7fa84e269dea9 to your computer and use it in GitHub Desktop.
Save gmittal/3000de509ada19d453b7fa84e269dea9 to your computer and use it in GitHub Desktop.
In the name of college applications.
// ==UserScript==
// @name Block YouTube
// @namespace http://ah.ah
// @description In the name of college applications.
// @match https://*.youtube.com/*
// ==/UserScript==
// Notes:
// * is a wildcard character
// .tld is magic that matches all top-level domains (e.g. .com, .co.uk, .us, etc.)
document.write("Don't do it.");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment