Skip to content

Instantly share code, notes, and snippets.

View eubyt's full-sized avatar
🏠
Casa

Eu eubyt

🏠
Casa
  • SP - Brasil
  • 09:48 (UTC -03:00)
View GitHub Profile
@eubyt
eubyt / wordlist_automod_discord
Last active May 2, 2023 18:40
Lista de palavras para bloquear no Automod do Discord em (Português - PT)
* ▀*, *@everyone*, *@here*, *˞*, *╬═╬*, *▄*, *█*, *▐*, *░*, *♱*, *🇦*, *🇴*, *🇸*, *🇺*, *🇽*, *⠁*, *⠂*, *⠃*, *⠄*, *⠅*, *⠆*, *⡀*, *⡇*, *🍆*, *🗿*, *🫵*, anal, *animaldeteta*, *anus*, *arrombado*, *arse, *asshat*, *asshole*, *avsfd*, *b1tch*, *baba-ovo*, *babaovo*, *bacura*, *bagoo*, *baitola*, *ballsac*, *bct*, *bcta*, *bdsm*, *beastiality*, *bebum*, *beefcurtains*, *benfiquista*, *biatch*, *biba* bicha*, *biroska*, *bisca*, *bitch*, *bixa*, *blowjob*, *blowjobs*, *boazuda*, *bocal*, *boceta*, *boco*, *boiola*, *bolagato*, *bolcat*, *bollock*, *bollok*, *boner*, *boob, *boobs, *booty*, *boquete*, *bosseta*, *bostana*, *brasino, *brioco*, *bronha*, *buca*, *buceta*, *bucetão*, *bucetinha*, *bucetuda*, *bucetudinha*, *bucta*, *bunda*, *bundao*, *bunduda*, *burra d*, *busseta*, *buttock*, *buttplug*, *buzeta*, c0rn*, *cabaco*, *cacetada*, *cacete*, *cadelona*, *cala a boca, *cala boca, *cambista*, *capiroto*, *casset*, *ceu pau*, *chato pra *, *checheca*, *cheira rola*, *chereca*, *chibumb*, *chifrud*, *chochota*, *chot
@eubyt
eubyt / my_component_render.html
Created October 2, 2022 09:10
Exemplo de "Componente" HTML Element render no JS
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<Meu-React-Jajaja> </Meu-React-Jajaja>
@eubyt
eubyt / comments.html
Created September 15, 2022 22:57
Facebook Comments (Fake)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"

Keybase proof

I hereby claim:

  • I am eubyt on github.
  • I am eubyt (https://keybase.io/eubyt) on keybase.
  • I have a public key whose fingerprint is 44D9 D7BB 5DD0 212B 6307 EBC3 60E8 D686 4387 90AC

To claim this, I am signing this object:

@eubyt
eubyt / chat.css
Last active June 23, 2022 16:49
Twitch Chat Widget (StreamLabs)
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap");
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
overflow: hidden;
}
package unix.exemplo.npc.util;
import java.lang.reflect.Field;
import org.bukkit.Bukkit;
import org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer;
import org.bukkit.entity.Player;
import com.mojang.authlib.GameProfile;