Skip to content

Twitter but real by wesley-maney

Screenshot of Twitter but real

Details

Authorwesley-maney

LicenseNo License

Categorytwitter

Created

Updated

Code size2.1 kB

Code checksum932dc871

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Twitter but real
@version      20220727.18.46
@namespace    userstyles.world/user/wesley-maney
@description  hell
@author       wesley-maney
@license      No License
==/UserStyle== */

@-moz-document domain("twitter.com") {
nav[aria-label="Primary"] > a:nth-child(1) span {
    visibility: hidden;
}
nav[aria-label="Primary"] > a:nth-child(1) > div {
    width: 305px;
    justify-content: flex-start;
}
nav[aria-label="Primary"] > a:nth-child(1) span:after {
    content:'Pit of the eternal screams'; 
  visibility: visible;
  display: block;
  position: absolute;
  top: 13px;
}


nav[aria-label="Primary"] > a:nth-child(2) span {
    visibility: hidden;
}
nav[aria-label="Primary"] > a:nth-child(2) > div {
    width: 355px;
    justify-content: flex-start;
}
nav[aria-label="Primary"] > a:nth-child(2) span:after {
    content:'What are they screaming about'; 
  visibility: visible;
  display: block;
  position: absolute;
  top: 13px;
}


nav[aria-label="Primary"] > a:nth-child(3) span {
    visibility: hidden;
}
nav[aria-label="Primary"] > a:nth-child(3) > div {
    width: 390px;
    justify-content: flex-start;
}
nav[aria-label="Primary"] > a:nth-child(3) span:after {
    content:'Oh now they\'re screaming at you'; 
  visibility: visible;
  display: block;
  position: absolute;
  top: 13px;
}


nav[aria-label="Primary"] > a:nth-child(4) span {
    visibility: hidden;
}
nav[aria-label="Primary"] > a:nth-child(4) > div {
    width: 345px;
    justify-content: flex-start;
}
nav[aria-label="Primary"] > a:nth-child(4) span:after {
    content:'Oh now they made it personal'; 
  visibility: visible;
  display: block;
  position: absolute;
  top: 13px;
}


nav[aria-label="Primary"] > a:nth-child(7) span {
    visibility: hidden;
}
nav[aria-label="Primary"] > a:nth-child(7) span:after {
    content:'It\'s you'; 
  visibility: visible;
  display: block;
  position: absolute;
  top: 13px;
}

.r-o96wvk{
    width: 390px;
}
}

Reviews

No reviews yet.