Skip to content

twitter but you can't interact by meow-d

Screenshot of twitter but you can't interact

Details

Authormeow-d

LicenseCC Zero

Categorytwitter.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

twitter with no timeline, no likes, no retweets, no buttons, nothing. just the tweets.

Notes

i made this because i wanna see tweets people link, but i don't want an account, but i have to create one to see them.

Source code

/* ==UserStyle==
@name           twitter but you can't interact
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    twitter with no timeline, no likes, no retweets, no buttons, nothing. just the tweets.
@author         meow_d
==/UserStyle== */

@-moz-document domain("twitter.com") {
    /* timeline */
    div[aria-label="Timeline: Your Home Timeline"],
    nav[aria-label="Primary"],
    [data-testid="emptyState"],
    
    /* timeline topbar */
    a[aria-label="Timeline settings"],
    a[role="tab"],

    /* this will literally hide everything */
    /* div[aria-label="Home timeline"], */

    /* sidebar */
    div[data-testid="sidebarColumn"],
    div[aria-label="Timeline: Trending now"],
    aside[aria-label="Subscribe to Premium"],
    aside[aria-label="Who to follow"],

    /* back button to return to home page (also hides every back button) */
    /* div[aria-label="Back"], */
    
    /* hide every button possible */
    *[role="button"],
    a[aria-label$="View post analytics"],

    /* text fields */
    div[aria-label="Post text"],
    .css-175oi2r.r-18u37iz.r-184en5c {
        display: none !important;
    }

    /* sidebar */
    /* this changes layout so i had to use this */
    header[role="banner"] {
        visibility: hidden !important;
    }
}

Reviews

No reviews yet.