A website that ties into a ViolentMonkey script. I made this to prevent myself from accessing Twitter, a site I find to be degrading to my mental health. https://twitterblock.tiiny.site
- Install the Violent Monkey extension in your web browser.
- Create a new script in the Violent Monkey extension.
- Copy and paste the following script into the script editor:
// ==UserScript==
// @name Twitter Block
// @namespace http://twitter.com
// @version 1.0
// @description Block twitter locally on your own browser.
// @match https://twitter.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Redirect to a different page or display an error message
// when the blocked website is accessed
window.location.href = 'https://twitterblock.tiiny.site'; // replacement website
})();
- To avoid Elon Musk's ways
- To avoid cancel culture
- To avoid toxicity