Skip to content

Twitter (X) new Url Starry! by meme2019

Details

Authormeme2019

LicenseNONE

Categoryx.com

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Twitter being a lil b$tch so Imma do this shit.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Twitter (X) new Url Starry!
@namespace    USO Archive
@author       ramneek
@description  Twitter being a lil b$tch so Imma do this shit.
@version      20240528.16.33
@license      NONE
@preprocessor uso
@advanced color Blackk "Black" #2e2929
@advanced dropdown X "Foresty" {
    X "Foresty*" <<<EOT https://i.pinimg.com/564x/b5/23/68/b52368e1cab0eb7b9d56d66139f68d75.jpg EOT;

	X-custom-dropdown "Custom" <<<EOT /*[[X-custom]]*\/ EOT;
}
@advanced text X-custom "Foresty (Custom)" "https://example.com/image.png"
==/UserStyle== */
@-moz-document domain("x.com") {
    @namespace url(http://www.w3.org/1999/xhtml);
    /* styles for collapsing media in tweets and showing an arrow to indicate their existence
     but only at the top level */
    ol.stream-items > .expanding-stream-item:not(.open) .OldMedia,
    ol.stream-items > .expanding-stream-item:not(.open) .AdaptiveMedia {
        display: none;
    }

    ol.stream-items > .expanding-stream-item .conversation-root > .has-content:before,
    ol.stream-items > .expanding-stream-item > .has-content:before,
    ol.stream-items > .js-pinned .user-pinned:before {
        display: block;
        position: absolute;
        bottom: .65em;
        right: 10px;
        color: #CCD6DD;
        font-size: 1.25rem;
    }

    ol.stream-items > .expanding-stream-item:hover > .has-content:before,
    ol.stream-items > .expanding-stream-item:focus > .has-content:before,
    ol.stream-items > .js-pinned:hover .user-pinned:before,
    ol.stream-items > .js-pinned:focus .user-pinned:before {
        color: #069;
    }

    ol.stream-items > .expanding-stream-item:not(.open) .conversation-root > .has-content:before,
    ol.stream-items > .expanding-stream-item:not(.open) > .has-content:before,
    ol.stream-items > .js-pinned .user-pinned:before {
        content: '\25BE';
    }

    ol.stream-items > .expanding-stream-item.open .conversation-root > .has-content:before,
    ol.stream-items > .expanding-stream-item.open > .has-content:before,
    ol.stream-items > .js-pinned.open .user-pinned:before {
        content: '\25BE';
        transform: rotate(180deg);
    }

    /* indents followup tweets in a conversation chain in the main timeline */
    ol.conversation-module li:not(.conversation-root) {
        padding-left: 1.5em;
    }

    /* So long, Moments tab */
    li.moments.js-moments-tab {
        display: none !important;
    }
}

Reviews

No reviews yet.