Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsasmblr/x-tolerator
This Tampermonkey script makes X a more tolerable experience.
https://github.com/dsasmblr/x-tolerator
javascript tampermonkey twitter x
Last synced: 3 months ago
JSON representation
This Tampermonkey script makes X a more tolerable experience.
- Host: GitHub
- URL: https://github.com/dsasmblr/x-tolerator
- Owner: dsasmblr
- License: unlicense
- Created: 2023-01-15T05:27:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T03:06:06.000Z (over 1 year ago)
- Last Synced: 2023-10-08T02:26:14.048Z (over 1 year ago)
- Topics: javascript, tampermonkey, twitter, x
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X Tolerator
This [Tampermonkey](https://www.tampermonkey.net/) script does the following things:1. Gets rid of the "For You" tab functionality and renames it to "Nah, dog".
2. Gets rid of the "Trending Now" section and replaces it with "Trending Mrow".
3. Rids your feed of ads.
4. Gets rid of the "Subscribe to Premium" aside in the sidebar.I've made it simple to remove any features you don't want from this script. Simply comment out any of the function calls for features you're not interested in!
Currently, those are:
noAds();
setMrow();
setNahDog();For example, if you comment out `setMrow()` (ex. `// setMrow()`), then you'll see the "Trending Now" section as you normally would.
This script will surely break at some point, but I'll sporadically keep it updated so long as I personally use X on the desktop!