Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MatheusAvellar's full-sized avatar
🍕
pizza pizza pizza

Matheus Avellar MatheusAvellar

🍕
pizza pizza pizza
View GitHub Profile
@MatheusAvellar
MatheusAvellar / pkmn.txt
Created April 20, 2019 20:46
List of (currently available) domains made from pokémon names
abomas.now
aegisla.sh
aip.om
alomomo.la
ambip.om
araquan.id
arcani.ne
archeo.ps
armal.do
aromatis.se
@MatheusAvellar
MatheusAvellar / twitter-alt.css
Created August 5, 2021 15:03
Display alt text on Twitter Web
/* Based on MerryMage's twitter.css (https://gist.github.com/MerryMage/8276d87ea7aaf6773ba183667e53365d) */
div[data-testid="tweetPhoto"] {
margin: 0 !important;
}
div[data-testid="tweetPhoto"]:not([aria-label="Image"]):hover:after {
content: attr(aria-label);
color: white;
text-shadow: 0 0 2px black;
font-family: sans-serif;
font-size: 80%;