An Arc Boost that lets you message ChatGPT from the Command Bar.
Video here: https://twitter.com/ifvictr/status/1695141929535811821
p = ['Fizz', 'Buzz', '', 1] | |
c = Math.ceil | |
f = n => | |
[ | |
() => {}, | |
() => { | |
a = n / 3 | |
b = n / 5 | |
console.log( | |
p[2 * (c(a) - ~~a)] + |
/* Remove view count from tweets with loaded view count */ | |
div[role="group"] div:has(> a[href^="/"][href$="/analytics"][role="link"]), | |
/* Remove view count from tweets with unloaded view count */ | |
div[role="group"] div:has(> [aria-label$="View post analytics"]), | |
/* Remove view count from the metrics row under expanded tweets */ | |
div[role="group"] div:has(> div > a[href^="/"][href$="/analytics"][role="link"]):not(:only-child), | |
/* Remove the metrics row from expanded tweets if it only contains the view count */ | |
div[role="group"]:has(> div > div:only-child > div > a[href^="/"][href$="/analytics"][role="link"]) { | |
display: none; | |
} |
h1[role="heading"] [aria-label="Twitter"] svg { | |
display: none !important; | |
} | |
h1[role="heading"] [aria-label="Twitter"]:after { | |
color: rgb(29, 155, 240); | |
content: "[CHIRPBIRDICON]"; | |
font-family: "TwitterChirp"; | |
font-size: 28px; | |
left: 9px; |
An Arc Boost that lets you message ChatGPT from the Command Bar.
Video here: https://twitter.com/ifvictr/status/1695141929535811821