Skip to content

Instantly share code, notes, and snippets.

View nenadpoznanovichtec's full-sized avatar

nenadpoznanovichtec

View GitHub Profile
Ispratiti kad ce IDO:
- https://syn.city/
- https://zksync.io/ - istraziti
- https://coinmarketcap.com/currencies/metawars/
- https://coinmarketcap.com/currencies/revomon/
- https://coinmarketcap.com/currencies/ftx-token/ - novi bnb
- https://coinmarketcap.com/currencies/starship/ - 100x
// 1. prvi deo koda kopiras u konzolu na https://solanart.io/collections/solanaslugs
// - ako zelis vise slugova, moras da skrolujes dole da ih sve ucita
// zatim kopiraj ovaj code ga u konzolu:
const slugArray = Array.from(document.querySelectorAll('.card-title'))
const copy = slugArray.map(e => Number(e.outerText.split(" - ")[1]))
copy
// to sto ti izbaci kao rezultat, ides desni klik i "copy object"
.block1 {
background-color: rgba(255, 255, 255, 0.8);
padding: 25px;
width: 60%;
}
.columnstyle {
height: 500px;
}
.columnstyle .bg-mask {
opacity: 0;