// ==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