Skip to content

Instantly share code, notes, and snippets.

@jeregrine
Created January 7, 2021 15:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeregrine/a6217a68926d9d8f215efc0e81c56893 to your computer and use it in GitHub Desktop.
Save jeregrine/a6217a68926d9d8f215efc0e81c56893 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name NOPE
// @include *://*.twitter.tld/*
// @grant none
// @description Update include regex to block websites. This one blocks twitter.
// ==/UserScript==
(function() {
alert("NOPE");
// Set this to a url you'd prefer
document.location = "https://www.tree.fm/"
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment