Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lh1207/twitterblock
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://github.com/lh1207/twitterblock
twitter violentmonkey violentmonkey-script
Last synced: 24 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/lh1207/twitterblock
- Owner: lh1207
- License: mit
- Created: 2023-04-12T10:17:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-12T10:41:42.000Z (over 1 year ago)
- Last Synced: 2024-10-15T17:28:39.221Z (24 days ago)
- Topics: twitter, violentmonkey, violentmonkey-script
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwitterBlock
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](https://twitterblock.tiiny.site)## Usage
1. Install the Violent Monkey extension in your web browser.
2. Create a new script in the Violent Monkey extension.
3. Copy and paste the following script into the script editor:```javascript
// ==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
})();
```## Purposes
- To avoid Elon Musk's ways
- To avoid cancel culture
- To avoid toxicity