Twitter Detox is a user stylesheet that makes the Twitter website more bearable, i.e. removes the entire right sidebar of the new Twitter style.
[DEPRECATED] Twitter Detox by nyxmidnight
Imported and mirrored from https://raw.githubusercontent.com/nyxmidnight/twitter-detox/master/twitter-detox.user.css
![Screenshot of [DEPRECATED] Twitter Detox](https://userstyles.world/preview/249/0.jpeg)
Details
Authornyxmidnight
LicenseCC0 Public Domain
Categorytwitter
Created
Updated
Code size683 B
Code checksuma84b7bd3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Since the change to Xitter, my stylesheet does not work anymore, but I don't use Twitter much anymore either, so I decided to stop maintaining this stylesheet. It will remain here as an archive. Since I've been using the CC0 Public Domain Licence, feel free to grab the code and do whatever with it.
If you're looking for a way to make Xitter bearable, check out the browser extension Control Panel for Twitter.
Source code
/* ==UserStyle==
@name Twitter Detox
@namespace github.com/nyxmidnight
@version 1.2.4
@description Make Twitter more bearable
@author Nyx Midnight (https://nyx.zone)
@license CC0 Public Domain
@homepageURL https://github.com/nyxmidnight/twitter-detox
@supportURL https://github.com/nyxmidnight/twitter-detox/issues
@preprocessor default
==/UserStyle== */
@-moz-document domain("twitter.com") {
.Footer-adsModule,
.import-prompt,
.module .Trends .trends,
.r-1l5qxre .r-m611by,
.r-aqfbo4 .r-zso239 .r-1hycxz,
/*.r-ifefl9 .r-1pi2tsx,*/
.wtf-module .has-content {
display: none;
/*nukes the right sidebar*/
}
}