Skip to content

Mariposteo by Seyker86

Details

AuthorSeyker86

LicenseNo License

Categoryhttps://bsky.app/

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cambiar los textos de post y publicar por mariposteo y remariposteo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Old Twitterfied Bluesky
@namespace      bsky.app
@version        1.0.10.8
@description    Tries to make Bluesky kind of look like 2015 Twitter
@author         aaa

@var color accent-color "Accent Color" #ff78b4
@var number topbar-margin "Topbar Margin" [64, "px"]
@var checkbox warning "OK, so like idk how to use a preprocessor to actually make conditionals here so if you wanna change into light mode you gotta open this up to edit and change what's marked as a comment" 0
==/UserStyle== */
/*
    the default color is pink because i like pink :)

    I don't think there's a way to automatically adjust the topbar margin
    (idk a lot about css so maybe it's that) so i leave that for you to choose

    also like if you're looking at the css, yes it's insane.
    react is terrible and makes it impossible to make any usertheme source look decent
    everything has the same name and then you gotta use 3000 [asdn="njsdfj"] that are like heavy as fuck on the processing
    please if you know how to use javascript go on and create an alternative bluesky client that doesn't suck and isn't stupid heavy
*/
@-moz-document domain("bsky.app") {

    /*MARIPOSTEAR*/
[data-testid="repostDropdownRepostBtn"]> div{
    font-size: 0px !important;
    }
    [data-testid="repostDropdownRepostBtn"]> div:after {
    content: 'Remaripostear' !important;
  font-size:14px !important;    }
    
    [data-testid="composerPublishBtn"]> div{
    font-size: 0px !important;
    }
    [data-testid="composerPublishBtn"]> div:after {
    content: 'Maripostear' !important;
  font-size:14px !important;
     }

    .css-175oi2r .r-1bymd8e {
    display: none !important;
    }
    [class="css-146c3p1 r-jwli3a r-ubezar r-1kfrs79"] {
        display: none !important;
    }
    [class="css-175oi2r r-18u37iz"] :after{
    content: 'Maripostear' !important;
    }
}

Reviews

No reviews yet.